| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Merge branch 'bump-req-python-to-3-10' into reference-analysis | Adam Janovsky | 2023-11-14 | 7 | -7/+10 | |
| |\ | ||||||
| | * | bump required python to 3.8 | Adam Janovsky | 2023-11-14 | 7 | -7/+10 | |
| | | | ||||||
| * | | merge fresh main | Adam Janovsky | 2023-11-14 | 5 | -55/+62 | |
| |\| | ||||||
| | * | fix new ruff errors | Adam Janovsky | 2023-11-10 | 2 | -3/+3 | |
| | | | ||||||
| | * | Wrap CC scheme download in try-except and continue on fail. | J08nY | 2023-10-23 | 1 | -1/+4 | |
| | | | ||||||
| | * | Revert "feat: Initial implementation of tool/dataset version check" | GeorgeFI | 2023-10-22 | 1 | -8/+0 | |
| | | | | | | | | | This reverts commit ef9b405f9e9319d0464fc64acca313251973ef49. | |||||
| | * | feat: Initial implementation of tool/dataset version check | GeorgeFI | 2023-10-22 | 1 | -0/+8 | |
| | | | ||||||
| | * | style: Fix of mypy typing - calling methods on potential None object | GeorgeFI | 2023-09-01 | 1 | -0/+7 | |
| | | | ||||||
| | * | Add rudimentary profiling. | J08nY | 2023-08-24 | 3 | -49/+48 | |
| | | | | | | | | | Fixes #288. | |||||
| | * | Do not rerun pdf to text conversion, it is pointless. | J08nY | 2023-08-24 | 1 | -2/+0 | |
| | | | | | | | | | | | Either it works the first time or not, this just wastes time. | |||||
| * | | bump references | adamjanovsky | 2023-11-14 | 2 | -69/+2 | |
| | | | ||||||
| * | | adjust ReferenceSegmentExtractor to work with OCR-segmented jsons | Adam Janovsky | 2023-07-19 | 1 | -1/+1 | |
| | | | ||||||
| * | | merge main | Adam Janovsky | 2023-06-07 | 12 | -1176/+449 | |
| |\| | ||||||
| | * | coerce problematic datetime values in cert csvs/dfs/htmls | Adam Janovsky | 2023-05-18 | 2 | -6/+6 | |
| | | | ||||||
| | * | 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 CVE and CPE dataset datetime load. | J08nY | 2023-04-26 | 2 | -5/+10 | |
| | | | ||||||
| | * | Fix Norway cert_id parsing in schemes. | J08nY | 2023-04-25 | 1 | -2/+0 | |
| | | | ||||||
| | * | Merge pull request #328 from ↵ | Ján Jančár | 2023-04-24 | 5 | -395/+283 | |
| | |\ | | | | | | | | | | | | | 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 | 1 | -1/+2 | |
| | | | | ||||||
| | | * | Merge branch 'fix/dup-dedup' into issue/324-Switch-from-NVD-data-feeds-to-API | J08nY | 2023-04-21 | 5 | -770/+141 | |
| | | |\ | ||||||
| | | * | | some more cve/cpe tests | Adam Janovsky | 2023-04-20 | 1 | -1/+2 | |
| | | | | | ||||||
| | | * | | share some fixtures | Adam Janovsky | 2023-04-20 | 1 | -1/+1 | |
| | | | | | ||||||
| | | * | | replace some ifs with dictionaray setdefault | Adam Janovsky | 2023-04-19 | 2 | -9/+3 | |
| | | | | | ||||||
| | | * | | defer few imports | Adam Janovsky | 2023-04-16 | 1 | -1/+2 | |
| | | | | | ||||||
| | | * | | fix fips tests | Adam Janovsky | 2023-04-15 | 2 | -20/+24 | |
| | | | | | ||||||
| | | * | | 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 | 1 | -0/+2 | |
| | | | | | ||||||
| | | * | | fix pre-commit problems outside of tests | Adam Janovsky | 2023-04-13 | 5 | -118/+90 | |
| | | | | | ||||||
| | | * | | WiP new cve and cpe dataset handling | Adam Janovsky | 2023-04-07 | 4 | -213/+185 | |
| | | | | | ||||||
| | * | | | 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 | 2 | -1522/+6 | |
| | | | | ||||||
| | * | | Introduce CC Scheme sample class. | J08nY | 2023-04-20 | 2 | -17/+8 | |
| | | | | ||||||
| | * | | Add match filtering based on validation date. | J08nY | 2023-04-18 | 1 | -0/+1 | |
| | | | | ||||||
| | * | | Make CCSchemeDataset an actual dataset. | J08nY | 2023-04-18 | 2 | -6/+159 | |
| | | | | ||||||
| | * | | Revert "Ditch the __init__ package imports." | J08nY | 2023-04-17 | 1 | -0/+23 | |
| | | | | | | | | | | | | | This reverts commit 89b3d880088b5c30fa10036f280e73b1c1aee05e. | |||||
| | * | | Fix Korean scheme download. | J08nY | 2023-04-15 | 1 | -4/+4 | |
| | | | | ||||||
| | * | | Share code between FIPS and CC matching. | J08nY | 2023-04-14 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | Ditch the __init__ package imports. | J08nY | 2023-04-14 | 1 | -23/+0 | |
| | | | | ||||||
| | * | | Remove indirect imports from __init__ from our code. | 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 | 1 | -52/+116 | |
| | | | | ||||||
| | * | | Enhance Singaporean CC scheme download. | J08nY | 2023-04-14 | 1 | -9/+15 | |
| | | | | ||||||
| | * | | Add Korea to enhanced CC scheme download. | J08nY | 2023-04-14 | 1 | -13/+71 | |
| | | | | ||||||
| | * | | Add Japan to enhanced scheme download. | J08nY | 2023-04-14 | 1 | -10/+94 | |
| | | | | ||||||
| | * | | Add artifact download to NL scheme. | J08nY | 2023-04-14 | 1 | -3/+26 | |
| | | | | ||||||
| | * | | Add Sweden to enhanced CC scheme download. | J08nY | 2023-04-13 | 1 | -9/+64 | |
| | | | | ||||||
| | * | | Add docs to CCSchemeDataset. | J08nY | 2023-04-13 | 1 | -1/+163 | |
| | | | | ||||||
