aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/fips/test_fips_dataset.py
Commit message (Collapse)AuthorAgeFilesLines
* Add FIPS certificate JSON schema.J08nY2025-09-251-0/+17
|
* test(fips): fix test to use correct 'sec_certs_version' key in dataset stateJán Jančár2025-06-121-2/+2
|
* fix: Tests and dataset versionJán Jančár2025-06-121-0/+2
|
* Move flaky remote tests into "scheduled" workflow.J08nY2025-02-271-1/+2
|
* Add tests to improve coverage.J08nY2025-02-141-0/+8
|
* Use tmpdir with enough free space.J08nY2025-02-141-0/+6
|
* refactor auxiliary dataset handling, heuristics computationAdam Janovsky2025-02-011-9/+9
|
* bump required python to 3.8Adam Janovsky2023-11-141-1/+1
|
* Fix path fixtures yielding.J08nY2023-04-251-2/+3
|
* Merge branch 'fix/dup-dedup' into issue/324-Switch-from-NVD-data-feeds-to-APIJ08nY2023-04-211-0/+2
|\
| * Revert "Move FIPS test fixtures to conftest and share them."J08nY2023-04-211-14/+21
| | | | | | | | This reverts commit 98c4f06c6ced66beab6f0c576542acbf15212416.
| * Fix annotations import.J08nY2023-04-111-0/+2
| |
| * Move FIPS test fixtures to conftest and share them.J08nY2023-04-111-21/+14
| |
* | share some code in tests, use importlib.resourcesAdam Janovsky2023-04-201-6/+3
| |
* | WiP new cve and cpe dataset handlingAdam Janovsky2023-04-071-1/+6
|/
* Repair FIPS test.J08nY2023-02-091-0/+1
|
* adds some pylint checks to ruffAdam Janovsky2023-01-271-1/+1
|
* replace isort with ruffAdam Janovsky2023-01-271-1/+1
|
* Refactor FIPS & unify CLI actions (#275)adamjanovsky2022-12-081-0/+108
* 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