aboutsummaryrefslogtreecommitdiffhomepage
path: root/sec_certs/dataset/fips_algorithm.py
Commit message (Collapse)AuthorAgeFilesLines
* flat -> src layout (#294)adamjanovsky2022-12-091-124/+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-110/+92
| | | | | | | | | | * 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 FIPSalgo serialization.J08nY2022-07-171-3/+3
|
* Use html5lib instead of html.parser.J08nY2022-07-161-2/+2
|
* FIPS: Reorganize FIPSAlgorithm dataset.J08nY2022-07-111-41/+53
| | | | - Now conforms to the dataset API.
* FIPS: Move Algorithm class into a separate file.J08nY2022-07-111-1/+2
|
* Blacken and isort.J08nY2022-07-051-2/+2
|
* Split helpers to thematic chunks.J08nY2022-07-051-1/+2
| | | | Split this disorientating junkyard of unrelated functions.
* Fixup imports of new helpers module.J08nY2022-07-051-2/+2
|
* fix isort errorsAdam Janovsky2021-12-181-5/+1
|
* fix black and isort changesAdam Janovsky2021-12-181-2/+5
|
* sort importsAdam Janovsky2021-12-181-6/+7
|
* Format code with blackAdam Janovsky2021-12-181-40/+40
|
* Merge branch 'dev' into mypy-errorsmmstanone2021-12-121-3/+7
|\
| * Unify logging uses.J08nY2021-12-101-1/+4
| |
| * unify pandas interfaceAdam Janovsky2021-11-231-1/+1
| |
| * merge dev into cve-matchingAdam Janovsky2021-10-221-2/+2
| |\
| * | rename certificate -> sample and split cve,cpe dataset from sampleAdam Janovsky2021-10-191-1/+1
| | |
* | | Mainly FIPS mypy issuesmmstanone2021-11-181-1/+5
| |/ |/|
* | move config and add better error message to invalid jsonschemaAdam Janovsky2021-10-221-2/+1
|/
* Fixed root_dir search in algs during testingmmstanone2021-09-011-1/+2
|
* Working CLImmstanone2021-08-051-1/+0
|
* WIP: algorithm parsingmmstanone2021-08-021-17/+40
|
* WIP: working continuous updatemmstanone2021-08-021-3/+6
|
* WIP: CLI for FIPSmmstanone2021-07-281-1/+4
|
* refactor ComplexSerializableTypeAdam Janovsky2021-05-181-4/+5
|
* working on broken mergeAdam Janovsky2021-05-141-0/+1
|
* delete old APIAdam Janovsky2021-05-131-2/+3
|
* get rid of constants in favor of configAdam Janovsky2021-05-111-1/+1
|
* refactor folder strucureAdam Janovsky2021-04-191-0/+89