| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | implement PP tests | Adam Janovsky | 2025-02-01 | 13 | -66/+2816 | |
| | | | ||||||
| | * | add dgst testing for CC sample | Adam Janovsky | 2025-02-01 | 2 | -5/+26 | |
| | | | ||||||
| | * | add aux dataset tests | Adam Janovsky | 2025-02-01 | 5 | -92/+313 | |
| | | | ||||||
| | * | change PP snapshot urls | Adam Janovsky | 2025-02-01 | 1 | -2/+2 | |
| | | | ||||||
| | * | process PP maintenances | Adam Janovsky | 2025-02-01 | 2 | -4/+47 | |
| | | | ||||||
| | * | forbid empty PP links in ProtectionProfile objects | Adam Janovsky | 2025-02-01 | 2 | -15/+23 | |
| | | | ||||||
| | * | bump deps, foster auto updates | Adam Janovsky | 2025-02-01 | 6 | -836/+871 | |
| | | | ||||||
| | * | CCDataset, serialize PP links to dataframe | Adam Janovsky | 2025-02-01 | 1 | -0/+2 | |
| | | | ||||||
| | * | get rid of duplicate CC URL constant | Adam Janovsky | 2025-02-01 | 2 | -20/+20 | |
| | | | ||||||
| | * | don't delete CCSchemeDatasetHandler when skipping schemes processing | Adam Janovsky | 2025-02-01 | 1 | -1/+1 | |
| | | | ||||||
| | * | implement PP processing | Adam Janovsky | 2025-02-01 | 24 | -495/+1303 | |
| | | | ||||||
| | * | fix notebooks | Adam Janovsky | 2025-02-01 | 5 | -27/+22 | |
| | | | ||||||
| | * | refactor auxiliary dataset handling, heuristics computation | Adam Janovsky | 2025-02-01 | 23 | -779/+891 | |
| | | | ||||||
| | * | update deps | Adam Janovsky | 2025-02-01 | 6 | -99/+16 | |
| |/ | ||||||
| * | Fix search examples with new query engine. | J08nY | 2024-11-28 | 1 | -6/+6 | |
| | | ||||||
| * | Fix PL cert_id rule. | J08nY | 2024-11-27 | 1 | -1/+1 | |
| | | ||||||
| * | Add forgotten scheme eval notebook. | J08nY | 2024-11-21 | 1 | -0/+295 | |
| | | ||||||
| * | Merge pull request #459 from crocs-muni/feat/certificate-versions | Ján Jančár | 2024-11-21 | 12 | -73/+189 | |
| |\ | | | | | Add computation of previous and next certificate versions based on ID. | |||||
| | * | Fix tests. | J08nY | 2024-11-21 | 1 | -1/+3 | |
| | | | ||||||
| | * | Fix tests. | J08nY | 2024-11-20 | 7 | -10/+36 | |
| | | | ||||||
| | * | Add computation of previous and next certificate versions based on ID. | J08nY | 2024-11-20 | 4 | -62/+150 | |
| |/ | | | | Fixes #457. | |||||
| * | Merge pull request #458 from ↵ | adamjanovsky | 2024-11-19 | 10 | -150/+217 | |
| |\ | | | | | | | | | crocs-muni/dependabot/pip/requirements/aiohttp-3.10.11 chore(deps): bump aiohttp from 3.10.2 to 3.10.11 in /requirements | |||||
| | * | update deps, linter versions | Adam Janovsky | 2024-11-19 | 10 | -147/+214 | |
| | | | ||||||
| | * | chore(deps): bump aiohttp from 3.10.2 to 3.10.11 in /requirements | dependabot[bot] | 2024-11-18 | 3 | -3/+3 | |
| |/ | | | | | | | | | | | | | | Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.10.2 to 3.10.11. - [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.10.2...v3.10.11) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> | |||||
| * | Merge pull request #456 from crocs-muni/fix/schemes-again | Ján Jančár | 2024-11-08 | 21 | -410/+801 | |
| |\ | | | | | Fix/schemes again | |||||
| | * | Fix tests. | J08nY | 2024-11-08 | 1 | -2/+4 | |
| | | | ||||||
| | * | Improve CC scheme extraction and matching. | J08nY | 2024-11-08 | 15 | -166/+326 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | This significantly improves the CC scheme extraction by: - Fixing the extraction of several schemes that were mixing certified and archived entries by accident. - Improving the extraction of cert_ids from scheme sites. - Improving the matching heuristic to consider more attributes that are usually present in the site data. Also adds an evaluation notebook to see how this performs. | |||||
| | * | Add dateparser to reqs. | J08nY | 2024-11-08 | 4 | -173/+151 | |
| | | | ||||||
| | * | Improve ANSSI cert_id extraction from scheme site. | J08nY | 2024-11-04 | 1 | -2/+2 | |
| | | | ||||||
| | * | Improve scheme parsing. | J08nY | 2024-11-04 | 3 | -90/+166 | |
| | | | | | | | | | | | | | Only match if category matches. Disregard unwanted warnings. Add progress bars everywhere. | |||||
| | * | Add TrustCB. | J08nY | 2024-11-04 | 2 | -20/+91 | |
| | | | | | | | | | Fixes #455. | |||||
| | * | Add PL rules. | J08nY | 2024-11-04 | 1 | -0/+10 | |
| | | | ||||||
| | * | Add Poland scheme web download. | J08nY | 2024-11-04 | 3 | -0/+75 | |
| | | | | | | | | | Fixes #454. | |||||
| | * | Fix Australia scheme scrape (spoof some headers), | J08nY | 2024-11-04 | 1 | -5/+24 | |
| | | | ||||||
| * | | Merge pull request #450 from crocs-muni/feat/petrs-search | Ján Jančár | 2024-10-30 | 4 | -1/+93 | |
| |\ \ | |/ |/| | Awesome curated searches v2 | |||||
| | * | Fix favicon. | J08nY | 2024-10-30 | 2 | -1/+1 | |
| | | | ||||||
| | * | Cleanup icons in search examples. | J08nY | 2024-10-30 | 1 | -23/+26 | |
| | | | ||||||
| | * | add search examples to index.md | Petr Svenda | 2024-10-30 | 1 | -0/+1 | |
| | | | ||||||
| | * | Rename awesome_search_examples.md to search_examples.md | Petr Svenda | 2024-10-30 | 1 | -0/+0 | |
| | | | ||||||
| | * | removing ROCA-related search into FIPS as no hits are there | Petr Svenda | 2024-10-30 | 1 | -3/+3 | |
| | | | ||||||
| | * | updated formatting, added FIPS140 link | Petr Svenda | 2024-10-30 | 1 | -7/+7 | |
| | | | ||||||
| | * | Move awesome_search_examples.md to docs folder | Petr Svenda | 2024-10-30 | 1 | -0/+0 | |
| | | | ||||||
| | * | add multiparty security search | Petr Svenda | 2024-10-30 | 1 | -0/+9 | |
| | | | ||||||
| | * | Create awesome_search_examples.md | Petr Svenda | 2024-10-30 | 1 | -0/+79 | |
| |/ | | | Initial version of document for aggregating interesting CC/FIPS140 searches. | |||||
| * | Merge pull request #449 from crocs-muni/fix/add-qatar-really | Ján Jančár | 2024-10-30 | 1 | -0/+1 | |
| |\ | | | | | Fix Qatar really! | |||||
| | * | Fix Qatar really! | J08nY | 2024-10-30 | 1 | -0/+1 | |
| |/ | ||||||
| * | Merge pull request #448 from crocs-muni/fix/add-qatar | Ján Jančár | 2024-10-28 | 1 | -0/+4 | |
| |\ | | | | | Add Qatar to cert ID rules. | |||||
| | * | Fix Qatar cert-id. | J08nY | 2024-10-28 | 1 | -1/+1 | |
| | | | ||||||
| | * | Add Qatar to cert ID rules. | J08nY | 2024-10-28 | 1 | -0/+4 | |
| |/ | | | | They started producing certificates. | |||||
| * | Merge pull request #447 from crocs-muni/fix/notebooks-aux-dsets | Ján Jančár | 2024-10-19 | 22 | -487/+196 | |
| |\ | | | | | Avoid double serialization in CVE and CPE dataset load. | |||||
