aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* PPs: change dset filename pp.json -> dataset.jsonAdam Janovsky2025-02-133-4/+4
|
* fix dataset download description class nameAdam Janovsky2025-02-131-1/+1
|
* Fix PP and CC MU dataset path.J08nY2025-02-051-2/+2
| | | | | | | The subdir was being set twice, once in the CC dataset constructor and once in the AuxDatasetHandler itself. Resulting in paths like: CC root / auxiliary_datasets / protection_profiles / protection_profiles
* Fix #470.J08nY2025-02-041-9/+9
| | | | Bad bad bs4!
* Add __str__ to ProtectionProfileJ08nY2025-02-031-0/+3
|
* Update PP dataset URL.J08nY2025-02-021-1/+1
|
* Add docs about dataset layout.J08nY2025-02-024-5/+73
|
* Fix overridden method args.J08nY2025-02-021-1/+1
|
* Fix aux handlers super() init call.J08nY2025-02-021-8/+11
|
* Remove processed_pp_dataset_root_dir, let PP dataset handler figure out the ↵J08nY2025-02-021-13/+0
| | | | dset existence.
* 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