| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Ignore CVSS V4.0 metrics in CVE loading. | J08nY | 2025-11-12 | 1 | -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. | J08nY | 2024-01-04 | 1 | -1/+1 |
| | | |||||
| * | fix cwe parsing in cvedataset | Adam Janovsky | 2023-04-21 | 1 | -3/+4 |
| | | |||||
| * | random fixes | Adam Janovsky | 2023-04-14 | 1 | -9/+35 |
| | | |||||
| * | WiP new cve and cpe dataset handling | Adam Janovsky | 2023-04-07 | 1 | -107/+105 |
| | | |||||
| * | finalize cpe matching for on/with configurations | Adam Janovsky | 2023-03-10 | 1 | -97/+73 |
| | | |||||
| * | chore: Formating, fixed tests | GeogeFI | 2022-12-25 | 1 | -2/+6 |
| | | |||||
| * | refactor: Refactoring from notes of code review | GeogeFI | 2022-12-25 | 1 | -6/+7 |
| | | |||||
| * | refactor: Refactoring from code review | GeogeFI | 2022-12-25 | 1 | -7/+5 |
| | | |||||
| * | docs: Added documentation to the major methods | GeogeFI | 2022-12-16 | 1 | -0/+10 |
| | | |||||
| * | feat: Representation of cpes in cpe configs as set | GeogeFI | 2022-12-15 | 1 | -1/+1 |
| | | |||||
| * | fix: Fixed critical bug in recursion, fixed tests | GeogeFI | 2022-12-15 | 1 | -4/+12 |
| | | |||||
| * | feat: Implementation of cpe configs, not tested yet | GeogeFI | 2022-12-15 | 1 | -34/+66 |
| | | |||||
| * | flat -> src layout (#294) | adamjanovsky | 2022-12-09 | 1 | -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` | |||||
