Skip to content

Commit

Permalink
Merge pull request #426 from crocs-muni/update-chain-of-trust-citation
Browse files Browse the repository at this point in the history
Update chain-of-trust citation in readme
  • Loading branch information
adamjanovsky authored Jul 30, 2024
2 parents d5650c8 + 5863fc0 commit 2c2532c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c2532c

Please sign in to comment.