From 951c2b5a165c4c004aff8b0538190eb28ebda415 Mon Sep 17 00:00:00 2001 From: Adam Janovsky Date: Thu, 30 May 2024 13:26:23 +0200 Subject: add final cose citation --- CITATION.bib | 15 ++++++++++----- 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} } diff --git a/README.md b/README.md index 90b52358..02f42e48 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,12 @@ 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 +## 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 -- cgit v1.3.1