aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test_fips_oop.py
Commit message (Collapse)AuthorAgeFilesLines
* Refactor FIPS & unify CLI actions (#275)adamjanovsky2022-12-081-352/+0
| | | | | | | | | | * 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
* Fix FIPS references.J08nY2022-10-191-6/+0
|
* Make DependencyFinder drop unknown refs in CC and FIPS dataset use.J08nY2022-09-271-0/+4
|
* FIPS: Extract ST metadata and store it.J08nY2022-07-111-0/+5
|
* FIPS: Fix #210.J08nY2022-07-111-1/+1
| | | | | Moves algorithm download into "process_algorithms()" and calls it in the CLI.
* FIPS: Reorganize FIPSAlgorithm dataset.J08nY2022-07-111-0/+12
| | | | - Now conforms to the dataset API.
* Fix FIPS tests.J08nY2022-07-051-67/+52
|
* Fixup imports of new helpers module.J08nY2022-07-051-1/+1
|
* reorganize imports in examples, CLIs, notebooksAdam Janovsky2022-05-131-2/+1
|
* Adapt FIPS tests to new reference API.J08nY2022-03-041-62/+208
|
* Add regression test for #125.J08nY2021-12-231-0/+7
|
* Use dgst field for FIPS instead of cert_id.J08nY2021-12-231-60/+65
| | | | Fixes #125.
* flake8 complianceAdam Janovsky2021-12-191-1/+1
|
* Fix MyPy errorsAdam Janovsky2021-12-181-1/+1
|
* sort importsAdam Janovsky2021-12-181-6/+5
|
* Format code with blackAdam Janovsky2021-12-181-75/+132
|
* (the real commit)mmstanone2021-12-131-3/+3
|
* fix fips testsAdam Janovsky2021-11-301-1/+1
|
* fix caching nist dictAdam Janovsky2021-11-251-1/+1
|
* refactor FIPS testsAdam Janovsky2021-11-251-31/+38
|
* fix FIPS tests, download pdfsAdam Janovsky2021-11-021-4/+3
|
* rewrite list compreh. to set compreh.Adam Janovsky2021-11-021-60/+58
|
* move config and add better error message to invalid jsonschemaAdam Janovsky2021-10-221-1/+1
|
* rename processed->heuristics in testsAdam Janovsky2021-09-061-60/+60
|
* fixed tests after refactoringmmstanone2021-07-281-3/+4
|
* working on broken mergeAdam Janovsky2021-05-141-2/+2
|
* merge dev into cc-feature-parityAdam Janovsky2021-05-141-0/+134