aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix(dataset): formatting and version warning logic for dataset version trackingJán Jančár2025-06-121-3/+7
* feat(dataset): add version warning and comparison for dataset and package ver...Ján Jančár2025-06-121-1/+38
* Fix tqdm ignoring settings.J08nY2025-04-151-2/+1
* Fix tqdm desc.J08nY2025-04-031-1/+1
* Fix Poland scheme download.J08nY2025-04-032-45/+64
* Generalize a few keywords.J08nY2025-04-011-4/+5
* Improve BSI cert_id regex.J08nY2025-04-011-1/+1
* Merge pull request #489 from crocs-muni/fix/circularJán Jančár2025-03-0117-6/+47
|\
| * Fix circular import error in NVD.J08nY2025-02-281-4/+10
| * Add annotations import everywhere.J08nY2025-02-2817-2/+37
* | Fix aux dset dir warning.J08nY2025-02-282-10/+16
|/
* Fix ReferenceSegmentExtractor.J08nY2025-02-271-2/+14
* Document the backed status of datasets.J08nY2025-02-174-10/+69
* Get rid of DUMMY_NONEXISTING_PATH.J08nY2025-02-1516-84/+166
* Fix expected JSON suffixes.J08nY2025-02-154-6/+9
* Throw if path is misnamed in (de)serialization.J08nY2025-02-151-11/+27
* Remove dummy path from aux handlers.J08nY2025-02-151-5/+2
* Ditch unused (and unimplemented) sha256_digest.J08nY2025-02-141-3/+1
* Actually use Dataset.__init__.J08nY2025-02-144-40/+9
* Fix mutable default state.J08nY2025-02-147-47/+57
* Deduplicate download, extract and metadata code.J08nY2025-02-141-110/+63
* Get rid of all the RETURNCODEs.J08nY2025-02-1410-28/+30
* Get rid of RETURNCODE_OK. This is not C99.J08nY2025-02-147-74/+62
* Unify CVE and CPEDataset from_web with the rest.J08nY2025-02-142-6/+12
* Use tmpdir with enough free space.J08nY2025-02-144-6/+80
* 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
* Fix #470.J08nY2025-02-041-9/+9
* 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 d...J08nY2025-02-021-13/+0
* 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