aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sec_certs/dataset/cve.py
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of DUMMY_NONEXISTING_PATH.J08nY2025-02-151-4/+4
|
* Fix mutable default state.J08nY2025-02-141-3/+3
|
* Get rid of all the RETURNCODEs.J08nY2025-02-141-1/+2
| | | | | # Conflicts: # src/sec_certs/utils/helpers.py
* Unify CVE and CPEDataset from_web with the rest.J08nY2025-02-141-3/+6
|
* Fix CVE and CPE dataset datetime load.J08nY2023-04-261-4/+9
|
* fix cwe parsing in cvedatasetAdam Janovsky2023-04-211-1/+2
|
* some more cve/cpe testsAdam Janovsky2023-04-201-1/+2
|
* share some fixturesAdam Janovsky2023-04-201-1/+1
|
* replace some ifs with dictionaray setdefaultAdam Janovsky2023-04-191-4/+1
|
* fix fips testsAdam Janovsky2023-04-151-16/+20
|
* fix key case in CVEDatasetAdam Janovsky2023-04-141-1/+1
|
* fix some bugsAdam Janovsky2023-04-141-3/+9
|
* fix pre-commit problems outside of testsAdam Janovsky2023-04-131-67/+53
|
* WiP new cve and cpe dataset handlingAdam Janovsky2023-04-071-135/+52
|
* delay and prune look-up dict build in CVEDatasetAdam Janovsky2023-03-161-1/+14
|
* finalize cpe matching for on/with configurationsAdam Janovsky2023-03-101-20/+18
|
* merge: merged main into feature branchGeorgeFI2023-02-201-8/+6
|\
| * ruff enforce comprehensionsAdam Janovsky2023-02-031-4/+4
| |
| * adds some pylint checks to ruffAdam Janovsky2023-01-271-2/+2
| |
| * Fix/pypdf and cli fixes (#306)adamjanovsky2023-01-101-2/+0
| | | | | | | | | | | | * fix CLI path handling * bump pypdf * fix gitignore bug * default n_threads arg, allow all cores utilization with -1
* | chore: Formating, fixed testsGeogeFI2022-12-251-1/+1
| |
* | refactor: Refactoring from notes of code reviewGeogeFI2022-12-251-0/+1
| |
* | refactor: Refactoring from code reviewGeogeFI2022-12-251-5/+4
| |
* | docs: Added documentation to the major methodsGeogeFI2022-12-161-0/+5
| |
* | feat: Added method for filtering cves with cpe configsGeogeFI2022-12-151-1/+9
| |
* | feat: Implementation of cpe configs, not tested yetGeogeFI2022-12-151-2/+24
|/
* flat -> src layout (#294)adamjanovsky2022-12-091-0/+221
- 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`