| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move scheme data matching to heuristics. | J08nY | 2023-04-27 | 1 | -12/+16 |
| | | |||||
| * | Compute scheme data matches in heuristics, after cert_ids are computed. | J08nY | 2023-04-27 | 1 | -12/+14 |
| | | |||||
| * | Fix Turkey CC scheme NaNs. | J08nY | 2023-04-26 | 1 | -9/+11 |
| | | |||||
| * | Fix CVE and CPE dataset datetime load. | J08nY | 2023-04-26 | 2 | -5/+10 |
| | | |||||
| * | Fix Norway cert_id parsing in schemes. | J08nY | 2023-04-25 | 3 | -5/+7 |
| | | |||||
| * | Do not put the whole JSON into memory when writing it compressed. | J08nY | 2023-04-25 | 1 | -8/+5 |
| | | |||||
| * | Fix URLs of CVE/CPE/CPE-match datasets. | J08nY | 2023-04-25 | 1 | -3/+3 |
| | | |||||
| * | Fix CVE/CPE dataset default config paths. | J08nY | 2023-04-25 | 1 | -3/+3 |
| | | |||||
| * | Merge pull request #328 from ↵ | Ján Jančár | 2023-04-24 | 16 | -566/+937 |
| |\ | | | | | | | | | crocs-muni/issue/324-Switch-from-NVD-data-feeds-to-API Switch from NVD json feeds to API | ||||
| | * | fix cwe parsing in cvedataset | Adam Janovsky | 2023-04-21 | 2 | -4/+6 |
| | | | |||||
| | * | Fix black issue. | J08nY | 2023-04-21 | 1 | -1/+0 |
| | | | |||||
| | * | Merge branch 'fix/dup-dedup' into issue/324-Switch-from-NVD-data-feeds-to-API | J08nY | 2023-04-21 | 20 | -843/+2100 |
| | |\ | |||||
| | * | | some more cve/cpe tests | Adam Janovsky | 2023-04-20 | 2 | -3/+4 |
| | | | | |||||
| | * | | share some fixtures | Adam Janovsky | 2023-04-20 | 1 | -1/+1 |
| | | | | |||||
| | * | | replace some ifs with dictionaray setdefault | Adam Janovsky | 2023-04-19 | 4 | -15/+6 |
| | | | | |||||
| | * | | defer few imports | Adam Janovsky | 2023-04-16 | 4 | -5/+15 |
| | | | | |||||
| | * | | rename some attributes in nvd api handler | Adam Janovsky | 2023-04-16 | 1 | -26/+26 |
| | | | | |||||
| | * | | fix fips tests | Adam Janovsky | 2023-04-15 | 3 | -21/+25 |
| | | | | |||||
| | * | | fix cpe and cpe tests | Adam Janovsky | 2023-04-14 | 1 | -9/+8 |
| | | | | |||||
| | * | | fix typing problem in test_cve_matching.py | Adam Janovsky | 2023-04-14 | 1 | -2/+10 |
| | | | | |||||
| | * | | fix key case in CVEDataset | Adam Janovsky | 2023-04-14 | 1 | -1/+1 |
| | | | | |||||
| | * | | fix cpe eval notebook | Adam Janovsky | 2023-04-14 | 1 | -1/+1 |
| | | | | |||||
| | * | | fix some bugs | Adam Janovsky | 2023-04-14 | 3 | -101/+43 |
| | | | | |||||
| | * | | random fixes | Adam Janovsky | 2023-04-14 | 4 | -11/+50 |
| | | | | |||||
| | * | | fix pre-commit problems outside of tests | Adam Janovsky | 2023-04-13 | 9 | -177/+123 |
| | | | | |||||
| | * | | WiP new cve and cpe dataset handling | Adam Janovsky | 2023-04-07 | 11 | -335/+765 |
| | | | | |||||
| | * | | add nist_api_key key in config | Adam Janovsky | 2023-03-30 | 1 | -0/+1 |
| | | | | |||||
| * | | | Assign scheme data to archived certs as well. | J08nY | 2023-04-21 | 1 | -4/+8 |
| | |/ |/| | |||||
| * | | Move CC scheme classes to sample file. | J08nY | 2023-04-20 | 3 | -1523/+1536 |
| | | | |||||
| * | | Introduce CC Scheme sample class. | J08nY | 2023-04-20 | 3 | -17/+52 |
| | | | |||||
| * | | Fix Ruff error. | J08nY | 2023-04-18 | 1 | -2/+1 |
| | | | |||||
| * | | More comments in matching. | J08nY | 2023-04-18 | 2 | -0/+12 |
| | | | |||||
| * | | Add match filtering based on validation date. | J08nY | 2023-04-18 | 2 | -4/+13 |
| | | | |||||
| * | | Fix annotations import. | J08nY | 2023-04-18 | 1 | -3/+4 |
| | | | |||||
| * | | Make CCSchemeDataset an actual dataset. | J08nY | 2023-04-18 | 6 | -16/+174 |
| | | | |||||
| * | | Abstract out matching scores. | J08nY | 2023-04-18 | 3 | -30/+29 |
| | | | |||||
| * | | Fix FIPSmatcher iterable. | J08nY | 2023-04-17 | 1 | -1/+2 |
| | | | |||||
| * | | Revert "Ditch the __init__ package imports." | J08nY | 2023-04-17 | 3 | -0/+70 |
| | | | | | | | | | This reverts commit 89b3d880088b5c30fa10036f280e73b1c1aee05e. | ||||
| * | | Change matcher API to not ref dataset. | J08nY | 2023-04-17 | 3 | -18/+15 |
| | | | |||||
| * | | Fix Korean scheme download. | J08nY | 2023-04-15 | 1 | -4/+4 |
| | | | |||||
| * | | Share code between FIPS and CC matching. | J08nY | 2023-04-14 | 4 | -66/+70 |
| | | | |||||
| * | | Ditch the __init__ package imports. | J08nY | 2023-04-14 | 3 | -70/+0 |
| | | | |||||
| * | | Remove indirect imports from __init__ from our code. | J08nY | 2023-04-14 | 5 | -5/+8 |
| | | | |||||
| * | | Fix bs warnings. | J08nY | 2023-04-14 | 1 | -1/+1 |
| | | | |||||
| * | | Add CC scheme matching for datasets. | J08nY | 2023-04-14 | 3 | -22/+65 |
| | | | |||||
| * | | Fix bs warnings. | J08nY | 2023-04-14 | 1 | -1/+1 |
| | | | |||||
| * | | Fix mypy false positive. | J08nY | 2023-04-14 | 1 | -1/+1 |
| | | | |||||
| * | | Add US scheme to enhanced download. | J08nY | 2023-04-14 | 2 | -53/+117 |
| | | | |||||
| * | | Enhance Singaporean CC scheme download. | J08nY | 2023-04-14 | 1 | -9/+15 |
| | | | |||||
| * | | Add Korea to enhanced CC scheme download. | J08nY | 2023-04-14 | 2 | -16/+75 |
| | | | |||||
