aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* update deps, linter versionsAdam Janovsky2024-11-193-9/+3
* Improve CC scheme extraction and matching.J08nY2024-11-0813-166/+324
* Improve ANSSI cert_id extraction from scheme site.J08nY2024-11-041-2/+2
* Improve scheme parsing.J08nY2024-11-043-90/+166
* Add TrustCB.J08nY2024-11-042-20/+91
* Add PL rules.J08nY2024-11-041-0/+10
* Add Poland scheme web download.J08nY2024-11-042-0/+65
* 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
* Cleanup of documentation.J08nY2024-10-194-11/+9
* Avoid double serialization in CVE and CPE dataset load.J08nY2024-10-181-2/+2
* Merge pull request #446 from crocs-muni/feat/full-dset-archive-downloadJán Jančár2024-10-185-58/+301
|\
| * 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.J08nY2024-09-191-2/+2
* | 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
* | add separate CRYSTALS keyword into rules.yamlPetr Svenda2024-09-181-0/+2
|/
* Prefer links from HTML in CC.J08nY2024-08-131-6/+5
* Fix USA scheme parsing on Python < 3.11.J08nY2024-07-211-1/+2
* 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
* Try to fix FIPS alg search.J08nY2024-06-211-1/+1
* Fix typing issue.J08nY2024-06-202-2/+2
* Fix FIPS pipeline for new certs.J08nY2024-06-201-1/+1
* Fix NVD CPE Match API usage.J08nY2024-06-101-1/+1
* Allow for download through our caching proxy at sec-certs.orgJ08nY2024-06-104-8/+38
* Fix security level sanitization.J08nY2024-06-091-1/+1
* Fix change in CCportal links.J08nY2024-06-092-5/+15
* replace seccerts -> sec-certsAdam Janovsky2024-04-258-21/+21
* fix some ruff errorsAdam Janovsky2024-02-203-7/+5
* Merge branch 'main' into reference-notebookadamjanovsky2024-02-2014-659/+1044
|\
| * Fix typo.J08nY2024-02-141-1/+1
| * Cleanup PdfData attributes.J08nY2024-02-142-80/+32
| * Add tests for cert data extraction.J08nY2024-02-141-1/+2
| * Add cert_id extraction from certificate files.J08nY2024-02-131-49/+61
| * Move CCDocumentState to cert class.J08nY2024-02-132-64/+74