| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(dataset): formatting and version warning logic for dataset version tracking | Ján Jančár | 2025-06-12 | 1 | -3/+7 |
| | | |||||
| * | feat(dataset): add version warning and comparison for dataset and package ↵ | Ján Jančár | 2025-06-12 | 1 | -1/+38 |
| | | | | | version in from_dict | ||||
| * | Merge pull request #489 from crocs-muni/fix/circular | Ján Jančár | 2025-03-01 | 2 | -0/+4 |
| |\ | | | | | Fix cicrular import issue. | ||||
| | * | Add annotations import everywhere. | J08nY | 2025-02-28 | 2 | -0/+4 |
| | | | |||||
| * | | Fix aux dset dir warning. | J08nY | 2025-02-28 | 2 | -10/+16 |
| |/ | | | | Fixes #482. | ||||
| * | Document the backed status of datasets. | J08nY | 2025-02-17 | 3 | -7/+21 |
| | | |||||
| * | Get rid of DUMMY_NONEXISTING_PATH. | J08nY | 2025-02-15 | 12 | -63/+135 |
| | | |||||
| * | Fix expected JSON suffixes. | J08nY | 2025-02-15 | 2 | -2/+2 |
| | | |||||
| * | Remove dummy path from aux handlers. | J08nY | 2025-02-15 | 1 | -5/+2 |
| | | |||||
| * | Ditch unused (and unimplemented) sha256_digest. | J08nY | 2025-02-14 | 1 | -3/+1 |
| | | |||||
| * | Actually use Dataset.__init__. | J08nY | 2025-02-14 | 4 | -40/+9 |
| | | |||||
| * | Fix mutable default state. | J08nY | 2025-02-14 | 7 | -47/+57 |
| | | |||||
| * | Get rid of all the RETURNCODEs. | J08nY | 2025-02-14 | 5 | -10/+14 |
| | | | | | | # Conflicts: # src/sec_certs/utils/helpers.py | ||||
| * | Unify CVE and CPEDataset from_web with the rest. | J08nY | 2025-02-14 | 2 | -6/+12 |
| | | |||||
| * | Use tmpdir with enough free space. | J08nY | 2025-02-14 | 1 | -3/+5 |
| | | |||||
| * | 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 |
| | | |||||
