| 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 | ||||
| * | 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. | ||||
| * | replace from_web_latest() with from_web() | Adam Janovsky | 2025-02-01 | 7 | -103/+78 |
| | | |||||
| * | implement PP tests | Adam Janovsky | 2025-02-01 | 1 | -58/+3 |
| | | |||||
| * | add aux dataset tests | Adam Janovsky | 2025-02-01 | 1 | -88/+94 |
| | | |||||
| * | forbid empty PP links in ProtectionProfile objects | Adam Janovsky | 2025-02-01 | 1 | -10/+8 |
| | | |||||
| * | 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 | 4 | -159/+471 |
| | | |||||
| * | fix notebooks | Adam Janovsky | 2025-02-01 | 1 | -1/+1 |
| | | |||||
| * | refactor auxiliary dataset handling, heuristics computation | Adam Janovsky | 2025-02-01 | 7 | -722/+394 |
| | | |||||
| * | Fix tests. | J08nY | 2024-11-20 | 1 | -1/+1 |
| | | |||||
| * | Add computation of previous and next certificate versions based on ID. | J08nY | 2024-11-20 | 1 | -0/+12 |
| | | | | | Fixes #457. | ||||
| * | update deps, linter versions | Adam Janovsky | 2024-11-19 | 1 | -3/+1 |
| | | |||||
| * | Improve CC scheme extraction and matching. | J08nY | 2024-11-08 | 1 | -2/+2 |
| | | | | | | | | | | | | | 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 scheme parsing. | J08nY | 2024-11-04 | 1 | -2/+4 |
| | | | | | | | Only match if category matches. Disregard unwanted warnings. Add progress bars everywhere. | ||||
| * | Cleanup of documentation. | J08nY | 2024-10-19 | 3 | -9/+6 |
| | | | | | 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 | 3 | -45/+265 |
| |\ | | | | | 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 | 3 | -99/+258 |
| | | | |||||
| | * | Add a way to download full dataset archive (including PDFs) from the web. | J08nY | 2024-10-17 | 2 | -1/+62 |
| | | | |||||
| * | | Fix mapping of certs to PPs broken due to CC URL change. | J08nY | 2024-10-16 | 1 | -2/+7 |
| |/ | |||||
| * | Move to new dgst algorithm for CC. | J08nY | 2024-07-19 | 1 | -6/+17 |
| | | |||||
| * | Fix FIPS aplgo download column parse. | J08nY | 2024-07-04 | 1 | -0/+3 |
| | | | | | | | Fixes #419. Also has an impact on #409. | ||||
| * | replace seccerts -> sec-certs | Adam Janovsky | 2024-04-25 | 4 | -6/+6 |
| | | |||||
| * | Add tests for cert data extraction. | J08nY | 2024-02-14 | 1 | -1/+2 |
| | | |||||
| * | Refactor document state in CC. | J08nY | 2024-02-13 | 1 | -14/+14 |
| | | |||||
| * | Add extraction of certificate data. | J08nY | 2024-02-08 | 1 | -14/+90 |
| | | |||||
| * | Fix pandas deprecation in to_datetime. | J08nY | 2024-02-01 | 2 | -5/+5 |
| | | |||||
| * | Fix CC CSV and HTML parsing. | J08nY | 2024-01-02 | 1 | -2/+5 |
| | | |||||
| * | Merge branch 'bump-req-python-to-3-10' into reference-analysis | Adam Janovsky | 2023-11-14 | 7 | -7/+10 |
| |\ | |||||
| | * | bump required python to 3.8 | Adam Janovsky | 2023-11-14 | 7 | -7/+10 |
| | | | |||||
| * | | merge fresh main | Adam Janovsky | 2023-11-14 | 5 | -55/+62 |
| |\| | |||||
| | * | fix new ruff errors | Adam Janovsky | 2023-11-10 | 2 | -3/+3 |
| | | | |||||
| | * | Wrap CC scheme download in try-except and continue on fail. | J08nY | 2023-10-23 | 1 | -1/+4 |
| | | | |||||
| | * | Revert "feat: Initial implementation of tool/dataset version check" | GeorgeFI | 2023-10-22 | 1 | -8/+0 |
| | | | | | | | | | This reverts commit ef9b405f9e9319d0464fc64acca313251973ef49. | ||||
| | * | feat: Initial implementation of tool/dataset version check | GeorgeFI | 2023-10-22 | 1 | -0/+8 |
| | | | |||||
| | * | style: Fix of mypy typing - calling methods on potential None object | GeorgeFI | 2023-09-01 | 1 | -0/+7 |
| | | | |||||
| | * | Add rudimentary profiling. | J08nY | 2023-08-24 | 3 | -49/+48 |
| | | | | | | | | | Fixes #288. | ||||
| | * | Do not rerun pdf to text conversion, it is pointless. | J08nY | 2023-08-24 | 1 | -2/+0 |
| | | | | | | | | | | | Either it works the first time or not, this just wastes time. | ||||
| * | | bump references | adamjanovsky | 2023-11-14 | 2 | -69/+2 |
| | | | |||||
| * | | adjust ReferenceSegmentExtractor to work with OCR-segmented jsons | Adam Janovsky | 2023-07-19 | 1 | -1/+1 |
| | | | |||||
| * | | merge main | Adam Janovsky | 2023-06-07 | 12 | -1176/+449 |
| |\| | |||||
| | * | coerce problematic datetime values in cert csvs/dfs/htmls | Adam Janovsky | 2023-05-18 | 2 | -6/+6 |
| | | | |||||
| | * | Move scheme data matching to heuristics. | J08nY | 2023-04-27 | 1 | -12/+16 |
| | | | |||||
