diff options
| author | adamjanovsky | 2024-05-30 13:41:30 +0200 |
|---|---|---|
| committer | GitHub | 2024-05-30 13:41:30 +0200 |
| commit | bbd9b9849899c37b495664081a22ffa4206dc55d (patch) | |
| tree | 8924e02601f30b045dc37cfbfe220b69341958f1 | |
| parent | 10310645d4eba520caea3159b5a9ec1e36aafb03 (diff) | |
| parent | 951c2b5a165c4c004aff8b0538190eb28ebda415 (diff) | |
| download | sec-certs-bbd9b9849899c37b495664081a22ffa4206dc55d.tar.gz sec-certs-bbd9b9849899c37b495664081a22ffa4206dc55d.tar.zst sec-certs-bbd9b9849899c37b495664081a22ffa4206dc55d.zip | |
Merge pull request #410 from crocs-muni/add-final-sec-certs-citation
add final cose citation
| -rw-r--r-- | CITATION.bib | 15 | ||||
| -rw-r--r-- | README.md | 6 |
2 files changed, 13 insertions, 8 deletions
diff --git a/CITATION.bib b/CITATION.bib index 167893c3..ced3b7ec 100644 --- a/CITATION.bib +++ b/CITATION.bib @@ -1,6 +1,11 @@ -@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} +@article{sec-certs, + title = {sec-certs: Examining the security certification practice for better vulnerability mitigation}, + journal = {Computers & Security}, + volume = {143}, + year = {2024}, + issn = {0167-4048}, + doi = {https://doi.org/10.1016/j.cose.2024.103895}, + url = {https://www.sciencedirect.com/science/article/pii/S0167404824001974}, + author = {Adam Janovsky and Jan Jancar and Petr Svenda and Łukasz Chmielewski and Jiri Michalik and Vashek Matyas}, + keywords = {Security certification, Common criteria, Vulnerability assessment, Data analysis, Smartcards} } @@ -14,12 +14,12 @@ 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 +## Papers -Two papers related to this tool are accepted for publication. See the arXiv pre-prints below. +Two papers related to this tool are accepted for publication. > [!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., Jancar, J., Svenda, P., Chmielewski, Ł., Michalik, J., & Matyas, V. (2024). [sec-certs: Examining the security certification practice for better vulnerability mitigation](https://www.sciencedirect.com/science/article/pii/S0167404824001974). *Computers & Security, 143*. https://doi.org/10.1016/j.cose.2024.103895 > - 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 |
