aboutsummaryrefslogtreecommitdiffhomepage
path: root/sec_certs/sample/fips_mip.py
Commit message (Collapse)AuthorAgeFilesLines
* flat -> src layout (#294)adamjanovsky2022-12-091-242/+0
| | | | | | - Some mypy fixes - Flat layout -> src layout - Ditch `setup.py` and `setup.cfg` in favour of `pyproject.toml` - Non-pinned requirements moved from `requirements/*.in` to `pyproject.toml`
* Refactor FIPS & unify CLI actions (#275)adamjanovsky2022-12-081-12/+14
| | | | | | | | | | * 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
* Add getters for MI and IUT snapshots.J08nY2022-10-191-0/+23
|
* Use html5lib instead of html.parser.J08nY2022-07-161-1/+1
|
* FIPS: Reorganize FIPSAlgorithm dataset.J08nY2022-07-111-3/+3
| | | | - Now conforms to the dataset API.
* Blacken and isort.J08nY2022-07-051-1/+1
|
* Fixup imports of new helpers module.J08nY2022-07-051-1/+1
|
* Fix issue with MIP download due to change in FIPS site.J08nY2022-03-291-45/+80
|
* Fix typehints and naming.J08nY2021-12-251-4/+4
|
* Fix IUT/MIP errors on full dumps.J08nY2021-12-231-0/+2
|
* Refactor IUT and MIP stuff into modern interface.J08nY2021-12-231-5/+130
|
* Split sample and dataset stuff in IUT and MIP.J08nY2021-12-231-0/+55