aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
| * Cleanup of documentation.J08nY2024-10-1921-46/+160
| | | | | | | | It is now very nice and clean!
| * Fixup notebooks wrt dataset loading.J08nY2024-10-182-463/+34
| |
| * Avoid double serialization in CVE and CPE dataset load.J08nY2024-10-182-8/+32
|/ | | | | The CVE/CPEDataset.from_web method already serializes to the path, so move the serialization call to the other branch.
* Merge pull request #446 from crocs-muni/feat/full-dset-archive-downloadJán Jančár2024-10-187-72/+337
|\ | | | | Add a way to download full dataset archive (including PDFs) from the web.
| * Unify and add options to from_web_latest.J08nY2024-10-186-124/+320
| |
| * Add a way to download full dataset archive (including PDFs) from the web.J08nY2024-10-174-3/+72
| |
* | Merge pull request #444 from crocs-muni/fix/pp-mapping-url-changeadamjanovsky2024-10-172-3/+8
|\ \ | |/ |/| Fix mapping of certs to PPs broken due to CC URL change.
| * Fix mapping of certs to PPs broken due to CC URL change.J08nY2024-10-162-3/+8
|/
* Add logo with border.J08nY2024-10-141-0/+91
|
* Merge pull request #442 from crocs-muni/fix/cc-schemes-againJán Jančár2024-10-022-17/+30
|\ | | | | Fix CC scheme downloads
| * Fix ANSSI scheme download.J08nY2024-10-021-6/+14
| |
| * Ignore certs in Korean CC download.J08nY2024-10-012-9/+9
| |
| * Fix Japan scheme download.J08nY2024-10-011-2/+7
|/
* Merge pull request #441 from crocs-muni/dependabot/pip/requirements/torch-2.2.0adamjanovsky2024-09-302-2/+2
|\ | | | | chore(deps): bump torch from 2.1.1 to 2.2.0 in /requirements
| * chore(deps): bump torch from 2.1.1 to 2.2.0 in /requirementsdependabot[bot]2024-09-302-2/+2
|/ | | | | | | | | | | | | | Bumps [torch](https://github.com/pytorch/pytorch) from 2.1.1 to 2.2.0. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v2.1.1...v2.2.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #438 from crocs-muni/chain-of-trust-plots-extended-versionadamjanovsky2024-09-3013-200/+8493
|\ | | | | Chain of trust plots extended version
| * update some chain-of-trust plots with new dataAdam Janovsky2024-09-205-5505/+6157
| |
| * additional commands for extended chain of trust paperAdam Janovsky2024-09-191-0/+5
| |
| * add sankey plot to paper artifactsAdam Janovsky2024-09-193-6/+1599
| |
| * update depsAdam Janovsky2024-09-195-10/+64
| |
| * Merge branch 'main' into chain-of-trust-plots-extended-versionAdam Janovsky2024-09-193-6/+13
| |\
| * | new plots for chain-of-trust extended paperAdam Janovsky2024-09-081-4/+162
| | |
| * | add further data for chain-of-trust plotsAdam Janovsky2024-09-084-0/+5831
| | |
* | | Merge pull request #439 from crocs-muni/icmc-2024-fips-plotsadamjanovsky2024-09-191-0/+168
|\ \ \ | |_|/ |/| | Notebook with icmc 2024 presentation plots
| * | add notebook with icmc 2024 presentation plotsAdam Janovsky2024-09-191-0/+168
|/ /
* | Merge pull request #437 from crocs-muni/fix/ci-artifactssJán Jančár2024-09-191-2/+2
|\ \ | | | | | | Bump deprecated CI action version.
| * | Bump deprecated CI action version.J08nY2024-09-191-2/+2
| |/
* | Merge pull request #436 from crocs-muni/fix/nvd-apiJán Jančár2024-09-191-2/+2
|\ \ | | | | | | Fix NVD api download.
| * | Fix NVD api download.J08nY2024-09-191-2/+2
| |/ | | | | | | | | They changed the parameter names: https://nvd.nist.gov/developers/vulnerabilities#:~:text=lastModStartDate%20%26%20lastModEndDate
* | Merge pull request #434 from crocs-muni/feat/more-pqc-rulesJán Jančár2024-09-191-1/+5
|\ \ | | | | | | Add more PQC rules.
| * | Dedup the rules.J08nY2024-09-191-2/+0
| | |
| * | Add more PQC rules.J08nY2024-09-191-1/+7
|/ /
* | Merge pull request #433 from petrs/mainadamjanovsky2024-09-181-1/+4
|\ \ | |/ |/| Adding additional regexes for PQC based on recent certificates
| * add rule for generic PQC termPetr Svenda2024-09-181-1/+2
| | | | | | PQC and Post-Quantum Cryptography strings
| * add separate CRYSTALS keyword into rules.yamlPetr Svenda2024-09-181-0/+2
|/ | | Some certificates mentions only CRYSTALS engine and not explicitly CRYSTALS-Kyber or CRYSTALS-Dilithium atop of it (e.g., NSCIB-CC-2300085-01-CR https://sec-certs.org/cc/54e6eb5c1bd57036/#st-info)
* Merge pull request #432 from ↵Ján Jančár2024-09-045-5/+5
|\ | | | | | | | | crocs-muni/dependabot/pip/requirements/cryptography-43.0.1 chore(deps): bump cryptography from 42.0.4 to 43.0.1 in /requirements
| * chore(deps): bump cryptography from 42.0.4 to 43.0.1 in /requirementsdependabot[bot]2024-09-045-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.4 to 43.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.4...43.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #431 from ↵Ján Jančár2024-09-041-1/+1
|\ \ | |/ |/| | | | | crocs-muni/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7 chore(deps): bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
| * chore(deps): bump actions/download-artifact in /.github/workflowsdependabot[bot]2024-09-031-1/+1
|/ | | | | | | | | | | | | Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #430 from ↵adamjanovsky2024-08-213-3/+3
|\ | | | | | | | | crocs-muni/dependabot/pip/requirements/aiohttp-3.10.2 chore(deps): bump aiohttp from 3.9.4 to 3.10.2 in /requirements
| * chore(deps): bump aiohttp from 3.9.4 to 3.10.2 in /requirementsdependabot[bot]2024-08-213-3/+3
|/ | | | | | | | | | | | | | Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.4 to 3.10.2. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.4...v3.10.2) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #429 from crocs-muni/dependabot/pip/requirements/nltk-3.9adamjanovsky2024-08-212-2/+2
|\ | | | | chore(deps): bump nltk from 3.8.1 to 3.9 in /requirements
| * chore(deps): bump nltk from 3.8.1 to 3.9 in /requirementsdependabot[bot]2024-08-202-2/+2
|/ | | | | | | | | | | | | Bumps [nltk](https://github.com/nltk/nltk) from 3.8.1 to 3.9. - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/3.8.1...3.9) --- updated-dependencies: - dependency-name: nltk dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #427 from crocs-muni/fix/cc-prefer-html-linksJán Jančár2024-08-131-6/+5
|\ | | | | Prefer links from HTML in CC.
| * Prefer links from HTML in CC.J08nY2024-08-131-6/+5
|/
* Unify citationsJán Jančár2024-07-311-2/+2
|
* Fix miscopy in READMEJán Jančár2024-07-311-3/+0
|
* Merge pull request #426 from crocs-muni/update-chain-of-trust-citationadamjanovsky2024-07-301-2/+5
|\ | | | | Update chain-of-trust citation in readme
| * Update README.mdadamjanovsky2024-07-301-2/+5
|/ | | Update second paper citation
* Merge pull request #425 from crocs-muni/dependabot/pip/requirements/torch-2.2.0adamjanovsky2024-07-262-2/+2
|\ | | | | chore(deps): bump torch from 2.1.1 to 2.2.0 in /requirements