aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/data/fips
Commit message (Collapse)AuthorAgeFilesLines
* Add FIPS certificate JSON schema.J08nY2025-09-251-0/+0
|
* fix: Tests and dataset versionJán Jančár2025-06-121-1/+2
|
* Ditch unused (and unimplemented) sha256_digest.J08nY2025-02-141-1/+0
|
* share some code in tests, use importlib.resourcesAdam Janovsky2023-04-203-0/+0
|
* fix fips testsAdam Janovsky2023-04-151-0/+0
|
* Fix typo auxillary -> auxiliary.J08nY2023-02-101-1/+1
|
* Make FIPS cert_id an int.J08nY2023-02-102-23/+23
|
* Refactor FIPS & unify CLI actions (#275)adamjanovsky2022-12-0812-0/+18602
* Unifies CLIs into sine CLI * Merge much of dataset functionality into `Dataset` baseclass * Refactor `unittest` -> `pytest` * Unify processing pipeline across datasets (common public functions) * Unify and refactor processing of auxillary datasets (CPE, CVE, PP, Algorithms, ...) * Upgrade Github Actions pipelines * Allow for failure of some tests * Refactor type hints