aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authoradamjanovsky2024-07-30 10:47:29 +0200
committerGitHub2024-07-30 10:47:29 +0200
commit2c2532c4f2a97f4ac7065b0a1899192a8ceaed7d (patch)
tree41fa603cfc2b8cfb2e4da2c2a6a64c9c986e9ebb
parentd5650c80bb4cf67c3ff64371197db2bc97645837 (diff)
parent5863fc08ea73241eac48789b6e08f1d0ea163205 (diff)
downloadsec-certs-2c2532c4f2a97f4ac7065b0a1899192a8ceaed7d.tar.gz
sec-certs-2c2532c4f2a97f4ac7065b0a1899192a8ceaed7d.tar.zst
sec-certs-2c2532c4f2a97f4ac7065b0a1899192a8ceaed7d.zip
Merge pull request #426 from crocs-muni/update-chain-of-trust-citation
Update chain-of-trust citation in readme
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 02f42e48..b33f7362 100644
--- a/README.md
+++ b/README.md
@@ -16,15 +16,18 @@ 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