diff options
| -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). |
