Skip to content

Commit

Permalink
Merge pull request #407 from crocs-muni/paper-preprint-links
Browse files Browse the repository at this point in the history
Add paper preprint links to readme and citation file
  • Loading branch information
adamjanovsky committed May 16, 2024
2 parents 477a570 + fdf7331 commit 2b1a576
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CITATION.bib
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
@article{janovsky2023sec,
title={sec-certs: Examining the security certification practice for better vulnerability mitigation},
author={Janovsky, Adam and Jancar, Jan and Svenda, Petr and Chmielewski, {\L}ukasz and Michalik, Jiri and Matyas, Vashek},
journal={arXiv preprint arXiv:2311.17603},
year={2023}
}
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ A tool for data scraping and analysis of security certificates from Common Crite
[![Tests](https://img.shields.io/github/actions/workflow/status/crocs-muni/sec-certs/.github/workflows/tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/crocs-muni/sec-certs/actions/workflows/tests.yml?query=branch%3Amain)
[![Codecov](https://img.shields.io/codecov/c/github/crocs-muni/sec-certs?style=flat-square)](https://app.codecov.io/gh/crocs-muni/sec-certs)

## Paper pre-prints

Two papers related to this tool are accepted for publication. See the arXiv pre-prints below.

> [!NOTE]
> - Janovsky, A., Jancar, J., Svenda, P., Chmielewski, Ł., Michalik, J., & Matyas, V. (2023). [sec-certs: Examining the security certification practice for better vulnerability mitigation](https://arxiv.org/abs/2311.17603). To appear in Computers & Security journal.
> - Janovsky, A., Chmielewski, Ł., Svenda, P., Jancar, J., & Matyas, V. (2024). Chain of trust: [Unraveling the references among Common Criteria certified products](https://arxiv.org/abs/2404.14246). To appear in IFIP SEC 2024.
## Installation

Use Docker with `docker pull seccerts/sec-certs` or just `pip install -U sec-certs && python -m spacy download en_core_web_sm`. For more elaborate description, see [docs](https://sec-certs.org/docs/installation.html).
Expand Down

0 comments on commit 2b1a576

Please sign in to comment.