aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authoradamjanovsky2024-05-16 12:26:33 +0200
committerGitHub2024-05-16 12:26:33 +0200
commit2b1a57674eeccbb5a72a0311aeb789078cb5d5c3 (patch)
treeec586926f45e47945240993b0bc870305c0be461
parent477a57052533b59cd25d2c54563b48331c889a94 (diff)
parentfdf73313f39e9d3382a81a5d0079c6cddd80f8a9 (diff)
downloadsec-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.bib6
-rw-r--r--README.md8
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}
+}
diff --git a/README.md b/README.md
index b498d1d8..2e797297 100644
--- a/README.md
+++ b/README.md
@@ -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).