| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | flat -> src layout (#294) | adamjanovsky | 2022-12-09 | 1 | -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) | adamjanovsky | 2022-12-08 | 1 | -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. | J08nY | 2022-10-19 | 1 | -0/+23 |
| | | |||||
| * | Use html5lib instead of html.parser. | J08nY | 2022-07-16 | 1 | -1/+1 |
| | | |||||
| * | FIPS: Reorganize FIPSAlgorithm dataset. | J08nY | 2022-07-11 | 1 | -3/+3 |
| | | | | | - Now conforms to the dataset API. | ||||
| * | Blacken and isort. | J08nY | 2022-07-05 | 1 | -1/+1 |
| | | |||||
| * | Fixup imports of new helpers module. | J08nY | 2022-07-05 | 1 | -1/+1 |
| | | |||||
| * | Fix issue with MIP download due to change in FIPS site. | J08nY | 2022-03-29 | 1 | -45/+80 |
| | | |||||
| * | Fix typehints and naming. | J08nY | 2021-12-25 | 1 | -4/+4 |
| | | |||||
| * | Fix IUT/MIP errors on full dumps. | J08nY | 2021-12-23 | 1 | -0/+2 |
| | | |||||
| * | Refactor IUT and MIP stuff into modern interface. | J08nY | 2021-12-23 | 1 | -5/+130 |
| | | |||||
| * | Split sample and dataset stuff in IUT and MIP. | J08nY | 2021-12-23 | 1 | -0/+55 |
