aboutsummaryrefslogtreecommitdiffhomepage
path: root/sec_certs/sample/certificate.py
Commit message (Collapse)AuthorAgeFilesLines
* flat -> src layout (#294)adamjanovsky2022-12-091-90/+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-20/+33
| | | | | | | | | | * 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
* populate __init__ for modulesAdam Janovsky2022-05-121-19/+12
|
* cpe matches list->set, heuristic type hintsAdam Janovsky2022-02-161-4/+10
|
* finalize typing for Certificate classesAdam Janovsky2022-02-111-18/+10
|
* delete redundant certificate methodAdam Janovsky2022-02-101-4/+0
|
* Fix from_dict ordering issue.J08nY2022-01-051-1/+1
|
* fix isort errorsAdam Janovsky2021-12-181-5/+1
|
* fix black and isort changesAdam Janovsky2021-12-181-2/+5
|
* sort importsAdam Janovsky2021-12-181-7/+7
|
* Format code with blackAdam Janovsky2021-12-181-13/+20
|
* (the real commit)mmstanone2021-12-131-3/+5
|
* Merge branch 'dev' into mypy-errorsmmstanone2021-12-121-1/+3
|
* unify pandas interfaceAdam Janovsky2021-11-231-1/+1
|
* introduce compute_related_cves() on FIPSDatasetAdam Janovsky2021-11-031-1/+14
|
* minor commit :))Adam Janovsky2021-10-271-3/+3
|
* rename certificate -> sample and split cve,cpe dataset from sampleAdam Janovsky2021-10-191-0/+67