From 5863fc08ea73241eac48789b6e08f1d0ea163205 Mon Sep 17 00:00:00 2001 From: adamjanovsky Date: Tue, 30 Jul 2024 10:46:53 +0200 Subject: Update README.md Update second paper citation--- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 02f42e48..b33f7362 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,17 @@ A tool for data scraping and analysis of security certificates from Common Crite ## Papers -Two papers related to this tool are accepted for publication. +Two publications accompany this project: > [!NOTE] > - 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. +> - Janovsky, A., Chmielewski, Ł., Svenda, P., Jancar, J., Matyas, V. (2024). *Chain of Trust: Unraveling References Among Common Criteria Certified Products*. In: Pitropakis, N., Katsikas, S., Furnell, S., Markantonakis, K. (eds) ICT Systems Security and Privacy Protection. SEC 2024. IFIP Advances in Information and Communication Technology, vol 710. Springer, Cham. https://doi.org/10.1007/978-3-031-65175-5_14 ## 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). +## 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). ## Usage -- cgit v1.3.1