aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert the FIPS IUT and MIP from_web methods.J08nY2025-02-012-14/+31
|
* fix iut mip testsAdam Janovsky2025-02-012-2/+8
|
* CLI: Add support for PP processingAdam Janovsky2025-02-011-8/+14
|
* replace from_web_latest() with from_web()Adam Janovsky2025-02-0111-139/+152
|
* implement PP testsAdam Janovsky2025-02-012-58/+4
|
* add aux dataset testsAdam Janovsky2025-02-012-89/+95
|
* change PP snapshot urlsAdam Janovsky2025-02-011-2/+2
|
* process PP maintenancesAdam Janovsky2025-02-012-4/+47
|
* forbid empty PP links in ProtectionProfile objectsAdam Janovsky2025-02-012-15/+23
|
* CCDataset, serialize PP links to dataframeAdam Janovsky2025-02-011-0/+2
|
* get rid of duplicate CC URL constantAdam Janovsky2025-02-012-20/+20
|
* don't delete CCSchemeDatasetHandler when skipping schemes processingAdam Janovsky2025-02-011-1/+1
|
* implement PP processingAdam Janovsky2025-02-0112-329/+944
|
* fix notebooksAdam Janovsky2025-02-011-1/+1
|
* refactor auxiliary dataset handling, heuristics computationAdam Janovsky2025-02-0112-728/+738
|
* Fix PL cert_id rule.J08nY2024-11-271-1/+1
|
* Fix tests.J08nY2024-11-201-1/+1
|
* Add computation of previous and next certificate versions based on ID.J08nY2024-11-203-3/+65
| | | | Fixes #457.
* update deps, linter versionsAdam Janovsky2024-11-193-9/+3
|
* Improve CC scheme extraction and matching.J08nY2024-11-0813-166/+324
| | | | | | | | | | | | 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.
* Improve ANSSI cert_id extraction from scheme site.J08nY2024-11-041-2/+2
|
* Improve scheme parsing.J08nY2024-11-043-90/+166
| | | | | | Only match if category matches. Disregard unwanted warnings. Add progress bars everywhere.
* Add TrustCB.J08nY2024-11-042-20/+91
| | | | Fixes #455.
* Add PL rules.J08nY2024-11-041-0/+10
|
* Add Poland scheme web download.J08nY2024-11-042-0/+65
| | | | Fixes #454.
* Fix Australia scheme scrape (spoof some headers),J08nY2024-11-041-5/+24
|
* Fix Qatar really!J08nY2024-10-301-0/+1
|
* Fix Qatar cert-id.J08nY2024-10-281-1/+1
|
* Add Qatar to cert ID rules.J08nY2024-10-281-0/+4
| | | | They started producing certificates.
* Cleanup of documentation.J08nY2024-10-194-11/+9
| | | | It is now very nice and clean!
* Avoid double serialization in CVE and CPE dataset load.J08nY2024-10-181-2/+2
| | | | | 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-185-58/+301
|\ | | | | Add a way to download full dataset archive (including PDFs) from the web.
| * Unify and add options to from_web_latest.J08nY2024-10-185-112/+286
| |
| * Add a way to download full dataset archive (including PDFs) from the web.J08nY2024-10-173-1/+70
| |
* | Fix mapping of certs to PPs broken due to CC URL change.J08nY2024-10-162-3/+8
|/
* 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 #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
* | Dedup the rules.J08nY2024-09-191-2/+0
| |
* | Add more PQC rules.J08nY2024-09-191-1/+7
| |
* | 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)
* Prefer links from HTML in CC.J08nY2024-08-131-6/+5
|
* Fix USA scheme parsing on Python < 3.11.J08nY2024-07-211-1/+2
| | | | Datetime.fromisoformat changed behavior then.
* Fix USA scheme download.J08nY2024-07-192-132/+88
|
* Fix Spain CC scheme download.J08nY2024-07-191-1/+1
|
* Move to new dgst algorithm for CC.J08nY2024-07-193-27/+63
|
* Fix FIPS aplgo download column parse.J08nY2024-07-042-1/+6
| | | | | | Fixes #419. Also has an impact on #409.