aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sec_certs/sample/cpe.py
Commit message (Collapse)AuthorAgeFilesLines
* fix some ruff errorsAdam Janovsky2024-02-201-3/+3
|
* some more cve/cpe testsAdam Janovsky2023-04-201-2/+2
|
* fix fips testsAdam Janovsky2023-04-151-1/+1
|
* fix cpe and cpe testsAdam Janovsky2023-04-141-9/+8
|
* fix typing problem in test_cve_matching.pyAdam Janovsky2023-04-141-2/+10
|
* random fixesAdam Janovsky2023-04-141-1/+2
|
* fix pre-commit problems outside of testsAdam Janovsky2023-04-131-53/+29
|
* WiP new cve and cpe dataset handlingAdam Janovsky2023-04-071-3/+64
|
* delay and prune look-up dict build in CVEDatasetAdam Janovsky2023-03-161-0/+3
|
* finalize cpe matching for on/with configurationsAdam Janovsky2023-03-101-8/+11
|
* refactor: Refactored match functionGeorgeFI2023-02-251-1/+1
|
* format: manual fixes, black is complaining, but wont fix itGeogeFI2023-02-091-1/+0
|
* refactor: Refactoring from notes of code reviewGeogeFI2022-12-251-0/+6
|
* docs: Added documentation to the major methodsGeogeFI2022-12-161-0/+4
|
* feat: Representation of cpes in cpe configs as setGeogeFI2022-12-151-6/+4
|
* fix: Fixed critical bug in recursion, fixed testsGeogeFI2022-12-151-0/+1
|
* feat: Implementation of cpe configs, not tested yetGeogeFI2022-12-151-0/+17
|
* flat -> src layout (#294)adamjanovsky2022-12-091-0/+100
- 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`