aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test_cve.py
Commit message (Collapse)AuthorAgeFilesLines
* Refactor FIPS & unify CLI actions (#275)adamjanovsky2022-12-081-33/+110
| | | | | | | | | | * 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
* enhance vulnerability notebook with CWEs (#232)adamjanovsky2022-06-141-0/+1
| | | | | * CVEs: start collecting CWE data * vuln notebook: CWE analysis
* reorganize imports in examples, CLIs, notebooksAdam Janovsky2022-05-131-2/+2
|
* Fix broken serialization of CVE and CPE objects.J08nY2022-01-031-0/+27
|
* Add pytest-monitor and pytest-profiling to dev deps.J08nY2021-12-261-3/+2
|
* Add slots to CVE and CPE objects.J08nY2021-12-261-0/+14
Fixes #109. Also adds a test loading the CVE database from the web.