aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | reference annotater improvements and hyperparam search pocadamjanovsky2023-08-243-13/+72
* | further advances on modeladamjanovsky2023-07-282-62/+117
* | implement tf-idf baseline for reference annotationsadamjanovsky2023-07-271-35/+5
* | add train and valid annotations for referencesAdam Janovsky2023-07-262-199/+206
* | Merge branch 'reference-analysis' of github.com:crocs-muni/sec-certs into ref...Adam Janovsky2023-07-261-18/+17
|\ \
| * | update the reference annotation methodologyadamjanovsky2023-07-201-18/+17
* | | notebook to measure annotator agreementAdam Janovsky2023-07-261-0/+2
|/ /
* | add function to turn dataframe from ReferenceSegmentExtractor to LabelStudio ...Adam Janovsky2023-07-191-0/+16
* | adjust ReferenceSegmentExtractor to work with OCR-segmented jsonsAdam Janovsky2023-07-192-31/+82
* | merge mainAdam Janovsky2023-06-0746-1765/+3234
|\|
| * Add XMSS.J08nY2023-05-231-0/+8
| * 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 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 crocs-muni/issue/324-Switch-from-NVD-data-feeds-...Ján Jančár2023-04-2416-566/+937
| |\
| | * 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