diff options
| author | adamjanovsky | 2024-05-16 12:26:33 +0200 |
|---|---|---|
| committer | GitHub | 2024-05-16 12:26:33 +0200 |
| commit | 2b1a57674eeccbb5a72a0311aeb789078cb5d5c3 (patch) | |
| tree | ec586926f45e47945240993b0bc870305c0be461 | |
| parent | 477a57052533b59cd25d2c54563b48331c889a94 (diff) | |
| parent | fdf73313f39e9d3382a81a5d0079c6cddd80f8a9 (diff) | |
| download | sec-certs-2b1a57674eeccbb5a72a0311aeb789078cb5d5c3.tar.gz sec-certs-2b1a57674eeccbb5a72a0311aeb789078cb5d5c3.tar.zst sec-certs-2b1a57674eeccbb5a72a0311aeb789078cb5d5c3.zip | |
Merge pull request #407 from crocs-muni/paper-preprint-links
Add paper preprint links to readme and citation file
| -rw-r--r-- | CITATION.bib | 6 | ||||
| -rw-r--r-- | README.md | 8 |
2 files changed, 14 insertions, 0 deletions
diff --git a/CITATION.bib b/CITATION.bib new file mode 100644 index 00000000..167893c3 --- /dev/null +++ b/CITATION.bib @@ -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} +} @@ -14,6 +14,14 @@ A tool for data scraping and analysis of security certificates from Common Crite [](https://github.com/crocs-muni/sec-certs/actions/workflows/tests.yml?query=branch%3Amain) [](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). |
