aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sec_certs/dataset
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'bump-req-python-to-3-10' into reference-analysisAdam Janovsky2023-11-147-7/+10
|\
| * bump required python to 3.8Adam Janovsky2023-11-147-7/+10
* | merge fresh mainAdam Janovsky2023-11-145-55/+62
|\|
| * fix new ruff errorsAdam Janovsky2023-11-102-3/+3
| * Wrap CC scheme download in try-except and continue on fail.J08nY2023-10-231-1/+4
| * Revert "feat: Initial implementation of tool/dataset version check"GeorgeFI2023-10-221-8/+0
| * feat: Initial implementation of tool/dataset version checkGeorgeFI2023-10-221-0/+8
| * style: Fix of mypy typing - calling methods on potential None objectGeorgeFI2023-09-011-0/+7
| * Add rudimentary profiling.J08nY2023-08-243-49/+48
| * Do not rerun pdf to text conversion, it is pointless.J08nY2023-08-241-2/+0
* | bump referencesadamjanovsky2023-11-142-69/+2
* | adjust ReferenceSegmentExtractor to work with OCR-segmented jsonsAdam Janovsky2023-07-191-1/+1
* | merge mainAdam Janovsky2023-06-0712-1176/+449
|\|
| * coerce problematic datetime values in cert csvs/dfs/htmlsAdam Janovsky2023-05-182-6/+6
| * 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 CVE and CPE dataset datetime load.J08nY2023-04-262-5/+10
| * Fix Norway cert_id parsing in schemes.J08nY2023-04-251-2/+0
| * Merge pull request #328 from crocs-muni/issue/324-Switch-from-NVD-data-feeds-...Ján Jančár2023-04-245-395/+283
| |\
| | * fix cwe parsing in cvedatasetAdam Janovsky2023-04-211-1/+2
| | * Merge branch 'fix/dup-dedup' into issue/324-Switch-from-NVD-data-feeds-to-APIJ08nY2023-04-215-770/+141
| | |\
| | * | some more cve/cpe testsAdam Janovsky2023-04-201-1/+2
| | * | share some fixturesAdam Janovsky2023-04-201-1/+1
| | * | replace some ifs with dictionaray setdefaultAdam Janovsky2023-04-192-9/+3
| | * | defer few importsAdam Janovsky2023-04-161-1/+2
| | * | fix fips testsAdam Janovsky2023-04-152-20/+24
| | * | 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-141-0/+2
| | * | fix pre-commit problems outside of testsAdam Janovsky2023-04-135-118/+90
| | * | WiP new cve and cpe dataset handlingAdam Janovsky2023-04-074-213/+185
| * | | Assign scheme data to archived certs as well.J08nY2023-04-211-4/+8
| | |/ | |/|
| * | Move CC scheme classes to sample file.J08nY2023-04-202-1522/+6
| * | Introduce CC Scheme sample class.J08nY2023-04-202-17/+8
| * | Add match filtering based on validation date.J08nY2023-04-181-0/+1
| * | Make CCSchemeDataset an actual dataset.J08nY2023-04-182-6/+159
| * | Revert "Ditch the __init__ package imports."J08nY2023-04-171-0/+23
| * | Fix Korean scheme download.J08nY2023-04-151-4/+4
| * | Share code between FIPS and CC matching.J08nY2023-04-141-2/+2
| * | Ditch the __init__ package imports.J08nY2023-04-141-23/+0
| * | Remove indirect imports from __init__ from our code.J08nY2023-04-141-1/+1
| * | Fix mypy false positive.J08nY2023-04-141-1/+1
| * | Add US scheme to enhanced download.J08nY2023-04-141-52/+116
| * | Enhance Singaporean CC scheme download.J08nY2023-04-141-9/+15
| * | Add Korea to enhanced CC scheme download.J08nY2023-04-141-13/+71
| * | Add Japan to enhanced scheme download.J08nY2023-04-141-10/+94
| * | Add artifact download to NL scheme.J08nY2023-04-141-3/+26
| * | Add Sweden to enhanced CC scheme download.J08nY2023-04-131-9/+64
| * | Add docs to CCSchemeDataset.J08nY2023-04-131-1/+163