aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Move scheme data matching to heuristics.J08nY2023-04-271-12/+16
|
* Compute scheme data matches in heuristics, after cert_ids are computed.J08nY2023-04-271-12/+14
|
* Fix Turkey CC scheme NaNs.J08nY2023-04-261-9/+11
|
* Fix CVE and CPE dataset datetime load.J08nY2023-04-262-5/+10
|
* Fix Norway cert_id parsing in schemes.J08nY2023-04-253-5/+7
|
* Do not put the whole JSON into memory when writing it compressed.J08nY2023-04-251-8/+5
|
* Fix URLs of CVE/CPE/CPE-match datasets.J08nY2023-04-251-3/+3
|
* Fix CVE/CPE dataset default config paths.J08nY2023-04-251-3/+3
|
* Merge pull request #328 from ↵Ján Jančár2023-04-2416-566/+937
|\ | | | | | | | | crocs-muni/issue/324-Switch-from-NVD-data-feeds-to-API Switch from NVD json feeds to API
| * fix cwe parsing in cvedatasetAdam Janovsky2023-04-212-4/+6
| |
| * Fix black issue.J08nY2023-04-211-1/+0
| |
| * Merge branch 'fix/dup-dedup' into issue/324-Switch-from-NVD-data-feeds-to-APIJ08nY2023-04-2120-843/+2100
| |\
| * | some more cve/cpe testsAdam Janovsky2023-04-202-3/+4
| | |
| * | share some fixturesAdam Janovsky2023-04-201-1/+1
| | |
| * | replace some ifs with dictionaray setdefaultAdam Janovsky2023-04-194-15/+6
| | |
| * | defer few importsAdam Janovsky2023-04-164-5/+15
| | |
| * | rename some attributes in nvd api handlerAdam Janovsky2023-04-161-26/+26
| | |
| * | fix fips testsAdam Janovsky2023-04-153-21/+25
| | |
| * | fix cpe and cpe testsAdam Janovsky2023-04-141-9/+8
| | |
| * | fix typing problem in test_cve_matching.pyAdam Janovsky2023-04-141-2/+10
| | |
| * | fix key case in CVEDatasetAdam Janovsky2023-04-141-1/+1
| | |
| * | fix cpe eval notebookAdam Janovsky2023-04-141-1/+1
| | |
| * | fix some bugsAdam Janovsky2023-04-143-101/+43
| | |
| * | random fixesAdam Janovsky2023-04-144-11/+50
| | |
| * | fix pre-commit problems outside of testsAdam Janovsky2023-04-139-177/+123
| | |
| * | WiP new cve and cpe dataset handlingAdam Janovsky2023-04-0711-335/+765
| | |
| * | add nist_api_key key in configAdam Janovsky2023-03-301-0/+1
| | |
* | | Assign scheme data to archived certs as well.J08nY2023-04-211-4/+8
| |/ |/|
* | Move CC scheme classes to sample file.J08nY2023-04-203-1523/+1536
| |
* | Introduce CC Scheme sample class.J08nY2023-04-203-17/+52
| |
* | Fix Ruff error.J08nY2023-04-181-2/+1
| |
* | More comments in matching.J08nY2023-04-182-0/+12
| |
* | Add match filtering based on validation date.J08nY2023-04-182-4/+13
| |
* | Fix annotations import.J08nY2023-04-181-3/+4
| |
* | Make CCSchemeDataset an actual dataset.J08nY2023-04-186-16/+174
| |
* | Abstract out matching scores.J08nY2023-04-183-30/+29
| |
* | Fix FIPSmatcher iterable.J08nY2023-04-171-1/+2
| |
* | Revert "Ditch the __init__ package imports."J08nY2023-04-173-0/+70
| | | | | | | | This reverts commit 89b3d880088b5c30fa10036f280e73b1c1aee05e.
* | Change matcher API to not ref dataset.J08nY2023-04-173-18/+15
| |
* | Fix Korean scheme download.J08nY2023-04-151-4/+4
| |
* | Share code between FIPS and CC matching.J08nY2023-04-144-66/+70
| |
* | Ditch the __init__ package imports.J08nY2023-04-143-70/+0
| |
* | Remove indirect imports from __init__ from our code.J08nY2023-04-145-5/+8
| |
* | Fix bs warnings.J08nY2023-04-141-1/+1
| |
* | Add CC scheme matching for datasets.J08nY2023-04-143-22/+65
| |
* | Fix bs warnings.J08nY2023-04-141-1/+1
| |
* | Fix mypy false positive.J08nY2023-04-141-1/+1
| |
* | Add US scheme to enhanced download.J08nY2023-04-142-53/+117
| |
* | Enhance Singaporean CC scheme download.J08nY2023-04-141-9/+15
| |
* | Add Korea to enhanced CC scheme download.J08nY2023-04-142-16/+75
| |