aboutsummaryrefslogtreecommitdiffhomepage
path: root/sec_certs/sample/cve.py
Commit message (Collapse)AuthorAgeFilesLines
* flat -> src layout (#294)adamjanovsky2022-12-091-185/+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/+18
| | | | | | | | | | * 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
* CVE configurations: Ignore nodes with AND operatorAdam Janovsky2022-07-251-9/+19
|
* enhance vulnerability notebook with CWEs (#232)adamjanovsky2022-06-141-4/+17
| | | | | * CVEs: start collecting CWE data * vuln notebook: CWE analysis
* finish typing for auxilarry sample clasesAdam Janovsky2022-02-111-8/+9
|
* Complexity of functionsmmstanone2022-01-141-20/+27
|
* Fix CVE loading from dict.J08nY2022-01-041-1/+1
|
* Fix broken serialization of CVE and CPE objects.J08nY2022-01-031-0/+8
|
* Cache CPE in CVE and CPE datasets.J08nY2021-12-261-2/+2
| | | | Reduces memory usage by over 40% for CVEDataset.from_web.
* Add slots to CVE and CPE objects.J08nY2021-12-261-2/+7
| | | | | | Fixes #109. Also adds a test loading the CVE database from the web.
* flake8 complianceAdam Janovsky2021-12-191-1/+1
|
* sort importsAdam Janovsky2021-12-181-2/+2
|
* Format code with blackAdam Janovsky2021-12-181-39/+62
|
* minor refactoring of typesAdam Janovsky2021-12-151-2/+2
|
* (the real commit)mmstanone2021-12-131-2/+3
|
* unify pandas interfaceAdam Janovsky2021-11-231-9/+11
|
* Rename fips heuristics class to FIPSHeuristicsAdam Janovsky2021-10-311-2/+2
|
* Fix testsAdam Janovsky2021-10-311-2/+0
|
* cleanup old codeAdam Janovsky2021-10-221-32/+12
|
* enhance cpe with start and end versionsAdam Janovsky2021-10-191-4/+21
|
* rename certificate -> sample and split cve,cpe dataset from sampleAdam Janovsky2021-10-191-0/+122