aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sec_certs/sample/cve.py
Commit message (Collapse)AuthorAgeFilesLines
* Ignore CVSS V4.0 metrics in CVE loading.J08nY2025-11-121-7/+13
| | | | | | | | | | | | | THe NVD no longer offers the "exploitabilityScore" and "impactScore" for CVSS V4.0 in their API: https://csrc.nist.gov/schema/nvd/api/2.0/cve_api_json_2.0.schema (See the "cvss-v40" entry) We should figure out what to do as more CVEs will likely have this in the future and we will lack data. The cvssData scheme is here: https://csrc.nist.gov/schema/nvd/api/2.0/external/cvss-v4.0.json
* Fix CC scheme downloads.J08nY2024-01-041-1/+1
|
* fix cwe parsing in cvedatasetAdam Janovsky2023-04-211-3/+4
|
* random fixesAdam Janovsky2023-04-141-9/+35
|
* WiP new cve and cpe dataset handlingAdam Janovsky2023-04-071-107/+105
|
* finalize cpe matching for on/with configurationsAdam Janovsky2023-03-101-97/+73
|
* chore: Formating, fixed testsGeogeFI2022-12-251-2/+6
|
* refactor: Refactoring from notes of code reviewGeogeFI2022-12-251-6/+7
|
* refactor: Refactoring from code reviewGeogeFI2022-12-251-7/+5
|
* docs: Added documentation to the major methodsGeogeFI2022-12-161-0/+10
|
* feat: Representation of cpes in cpe configs as setGeogeFI2022-12-151-1/+1
|
* fix: Fixed critical bug in recursion, fixed testsGeogeFI2022-12-151-4/+12
|
* feat: Implementation of cpe configs, not tested yetGeogeFI2022-12-151-34/+66
|
* flat -> src layout (#294)adamjanovsky2022-12-091-0/+185
- 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`