aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* ditch lang, fix groupbyadamjanovsky2023-09-292-10/+13
* minor refactoring segment extractorAdam Janovsky2023-09-221-13/+10
* fix sentence extractionAdam Janovsky2023-09-221-22/+25
* clean labels when loading dataframesadamjanovsky2023-09-211-0/+2
* revert pydanticadamjanovsky2023-09-211-2/+1
* fixes and bump reqsAdam Janovsky2023-09-212-5/+14
* multiple fixes segment extractoradamjanovsky2023-09-174-67/+138
* fix anssi cert_id normalizationadamjanovsky2023-09-171-3/+5
* WiP: introduce actually extracted cert_id_keywords instead of canonicalAdam Janovsky2023-09-175-20/+72
* delete nonexisting cert from test splitadamjanovsky2023-09-151-2/+1
* delete one test annotation for which we dont have certAdam Janovsky2023-09-141-1/+0
* sort values in train.csv annotationsAdam Janovsky2023-09-141-197/+197
* enrich train dataset with some samples from testadamjanovsky2023-09-083-1251/+1347
* 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