| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | PPs: change dset filename pp.json -> dataset.json | Adam Janovsky | 2025-02-13 | 3 | -4/+4 |
| | | |||||
| * | fix dataset download description class name | Adam Janovsky | 2025-02-13 | 1 | -1/+1 |
| | | |||||
| * | Fix PP and CC MU dataset path. | J08nY | 2025-02-05 | 1 | -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. | J08nY | 2025-02-04 | 1 | -9/+9 |
| | | | | | Bad bad bs4! | ||||
| * | Add __str__ to ProtectionProfile | J08nY | 2025-02-03 | 1 | -0/+3 |
| | | |||||
| * | Update PP dataset URL. | J08nY | 2025-02-02 | 1 | -1/+1 |
| | | |||||
| * | Add docs about dataset layout. | J08nY | 2025-02-02 | 4 | -5/+73 |
| | | |||||
| * | Fix overridden method args. | J08nY | 2025-02-02 | 1 | -1/+1 |
| | | |||||
| * | Fix aux handlers super() init call. | J08nY | 2025-02-02 | 1 | -8/+11 |
| | | |||||
| * | Remove processed_pp_dataset_root_dir, let PP dataset handler figure out the ↵ | J08nY | 2025-02-02 | 1 | -13/+0 |
| | | | | | dset existence. | ||||
| * | Revert the FIPS IUT and MIP from_web methods. | J08nY | 2025-02-01 | 2 | -14/+31 |
| | | |||||
| * | fix iut mip tests | Adam Janovsky | 2025-02-01 | 2 | -2/+8 |
| | | |||||
| * | CLI: Add support for PP processing | Adam Janovsky | 2025-02-01 | 1 | -8/+14 |
| | | |||||
| * | replace from_web_latest() with from_web() | Adam Janovsky | 2025-02-01 | 11 | -139/+152 |
| | | |||||
| * | implement PP tests | Adam Janovsky | 2025-02-01 | 2 | -58/+4 |
| | | |||||
| * | add aux dataset tests | Adam Janovsky | 2025-02-01 | 2 | -89/+95 |
| | | |||||
| * | 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 |
| | | |||||
| * | 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 | 12 | -329/+944 |
| | | |||||
| * | fix notebooks | Adam Janovsky | 2025-02-01 | 1 | -1/+1 |
| | | |||||
| * | refactor auxiliary dataset handling, heuristics computation | Adam Janovsky | 2025-02-01 | 12 | -728/+738 |
| | | |||||
| * | Fix PL cert_id rule. | J08nY | 2024-11-27 | 1 | -1/+1 |
| | | |||||
| * | Fix tests. | J08nY | 2024-11-20 | 1 | -1/+1 |
| | | |||||
| * | Add computation of previous and next certificate versions based on ID. | J08nY | 2024-11-20 | 3 | -3/+65 |
| | | | | | Fixes #457. | ||||
| * | update deps, linter versions | Adam Janovsky | 2024-11-19 | 3 | -9/+3 |
| | | |||||
| * | Improve CC scheme extraction and matching. | J08nY | 2024-11-08 | 13 | -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. | 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 | 2 | -0/+65 |
| | | | | | Fixes #454. | ||||
| * | Fix Australia scheme scrape (spoof some headers), | J08nY | 2024-11-04 | 1 | -5/+24 |
| | | |||||
| * | Fix Qatar really! | J08nY | 2024-10-30 | 1 | -0/+1 |
| | | |||||
| * | 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. | ||||
| * | Cleanup of documentation. | J08nY | 2024-10-19 | 4 | -11/+9 |
| | | | | | It is now very nice and clean! | ||||
| * | Avoid double serialization in CVE and CPE dataset load. | J08nY | 2024-10-18 | 1 | -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-download | Ján Jančár | 2024-10-18 | 5 | -58/+301 |
| |\ | | | | | Add a way to download full dataset archive (including PDFs) from the web. | ||||
| | * | Unify and add options to from_web_latest. | J08nY | 2024-10-18 | 5 | -112/+286 |
| | | | |||||
| | * | Add a way to download full dataset archive (including PDFs) from the web. | J08nY | 2024-10-17 | 3 | -1/+70 |
| | | | |||||
| * | | Fix mapping of certs to PPs broken due to CC URL change. | J08nY | 2024-10-16 | 2 | -3/+8 |
| |/ | |||||
| * | Fix ANSSI scheme download. | J08nY | 2024-10-02 | 1 | -6/+14 |
| | | |||||
| * | Ignore certs in Korean CC download. | J08nY | 2024-10-01 | 2 | -9/+9 |
| | | |||||
| * | Fix Japan scheme download. | J08nY | 2024-10-01 | 1 | -2/+7 |
| | | |||||
| * | Merge pull request #436 from crocs-muni/fix/nvd-api | Ján Jančár | 2024-09-19 | 1 | -2/+2 |
| |\ | | | | | Fix NVD api download. | ||||
| | * | Fix NVD api download. | J08nY | 2024-09-19 | 1 | -2/+2 |
| | | | | | | | | | | | They changed the parameter names: https://nvd.nist.gov/developers/vulnerabilities#:~:text=lastModStartDate%20%26%20lastModEndDate | ||||
