aboutsummaryrefslogtreecommitdiffhomepage
path: root/sec_certs/sample/cpe.py
Commit message (Collapse)AuthorAgeFilesLines
* fix start_version, end_version problemsAdam Janovsky2022-02-171-6/+1
|
* Normalize generic CPE versionsAdam Janovsky2022-02-171-2/+11
|
* proper escaping when parsing CPEsAdam Janovsky2022-02-171-3/+6
|
* deterministic cpe matchesAdam Janovsky2022-02-171-3/+1
|
* finish typing for auxilarry sample clasesAdam Janovsky2022-02-111-6/+6
|
* typing guidance on dataset inheritanceAdam Janovsky2022-02-111-5/+5
|
* getting rid of random mypy errorsAdam Janovsky2022-02-101-8/+6
|
* Cache CPE in CVE and CPE datasets.J08nY2021-12-261-0/+6
| | | | Reduces memory usage by over 40% for CVEDataset.from_web.
* Add slots to CVE and CPE objects.J08nY2021-12-261-0/+3
| | | | | | Fixes #109. Also adds a test loading the CVE database from the web.
* Fix MyPy errorsAdam Janovsky2021-12-181-2/+2
|
* sort importsAdam Janovsky2021-12-181-1/+2
|
* Format code with blackAdam Janovsky2021-12-181-17/+33
|
* fix mypy problems with cpe matchingAdam Janovsky2021-12-151-3/+11
|
* (the real commit)mmstanone2021-12-131-7/+13
|
* improve matching -> more strictAdam Janovsky2021-11-261-0/+8
|
* unify pandas interfaceAdam Janovsky2021-11-231-2/+3
|
* cleanup old codeAdam Janovsky2021-10-221-8/+4
|
* enhance cpe with start and end versionsAdam Janovsky2021-10-191-2/+2
|
* introduce startVersion and endVersion to CPE objectAdam Janovsky2021-10-191-3/+12
|
* rename certificate -> sample and split cve,cpe dataset from sampleAdam Janovsky2021-10-191-0/+42