aboutsummaryrefslogtreecommitdiffhomepage
path: root/sec_certs
Commit message (Expand)AuthorAgeFilesLines
...
* | | make evaluation work also for fipsAdam Janovsky2021-11-041-3/+5
* | | settings: force more strict cpe matchingAdam Janovsky2021-11-041-1/+1
* | | adds documentation to cpe matchingAdam Janovsky2021-11-041-1/+48
* | | add some missing typehints, refactoringAdam Janovsky2021-11-043-3/+2
* | | enrich cpe with manually found cpes before cve matchingAdam Janovsky2021-11-041-9/+14
* | | fault tolerant label loading from label studioAdam Janovsky2021-11-041-1/+3
* | | change format of evaluation dataset splitAdam Janovsky2021-11-041-3/+1
* | | introduce compute_related_cves() on FIPSDatasetAdam Janovsky2021-11-033-11/+38
* | | fix cpe matching for FIPS DatasetAdam Janovsky2021-11-033-11/+10
* | | improve serializationAdam Janovsky2021-11-025-29/+15
* | | remove unnecessary propertyAdam Janovsky2021-11-021-4/+0
* | | delete labeled attribute from fips heuristicsAdam Janovsky2021-11-021-1/+0
* | | WiP: making CPE matching work for FIPSAdam Janovsky2021-11-017-30/+47
* | | delete labeled attribute from CCHeuristicsAdam Janovsky2021-11-013-3/+1
* | | Rename heuristics to CCHeuristicsAdam Janovsky2021-11-012-4/+4
* | | Rename fips heuristics class to FIPSHeuristicsAdam Janovsky2021-10-317-10/+10
* | | Fix testsAdam Janovsky2021-10-314-8/+9
* | | PoC of new version matchingAdam Janovsky2021-10-312-6/+17
* | | Refactor vendor matchingAdam Janovsky2021-10-283-122/+83
* | | Move evaluation to separate moduleAdam Janovsky2021-10-283-42/+49
* | | fixed evaluation of CPEAdam Janovsky2021-10-272-8/+13
* | | method for CPE now return the resulting classifierAdam Janovsky2021-10-271-4/+7
* | | fix: decorated functions were not returning valuesAdam Janovsky2021-10-271-2/+6
* | | minor commit :))Adam Janovsky2021-10-278-84/+91
* | | fix errors in jsonschemaAdam Janovsky2021-10-261-2/+2
* | | adjust field namingAdam Janovsky2021-10-253-6/+6
* | | merge dev into cve-matchingAdam Janovsky2021-10-2210-24/+205
|\| |
| * | Merge pull request #100 from crocs-muni/settings-sanitizationadamjanovsky2021-10-2210-22/+203
| |\ \ | | |/ | |/|
| | * move config and add better error message to invalid jsonschemaAdam Janovsky2021-10-2210-24/+18
| | * Custom schemas and urls in sanitizationmmstanone2021-10-211-59/+114
| | * Package data and pathlibmmstanone2021-09-231-1/+1
| | * Added configuration schemammstanone2021-09-072-1/+133
* | | cleanup old codeAdam Janovsky2021-10-227-368/+128
* | | enhance cpe with start and end versionsAdam Janovsky2021-10-192-6/+23
* | | introduce startVersion and endVersion to CPE objectAdam Janovsky2021-10-191-3/+12
* | | rename certificate -> sample and split cve,cpe dataset from sampleAdam Janovsky2021-10-1919-235/+252
* | | very rough version of automated cpe matchingAdam Janovsky2021-10-151-0/+254
* | | cleanup evaluation functionsAdam Janovsky2021-10-151-42/+2
* | | clean old evaluation functionsAdam Janovsky2021-10-151-78/+19
* | | improve tokenization now split on any whitespaceAdam Janovsky2021-10-151-2/+1
* | | revert changes in cve datasetAdam Janovsky2021-10-151-17/+3
* | | general improvements in CPEAdam Janovsky2021-10-151-4/+71
* | | getting x and y for cpe_matching on certsAdam Janovsky2021-10-151-2/+8
* | | random fixesAdam Janovsky2021-09-243-26/+94
* | | cve not represented as setAdam Janovsky2021-09-233-10/+19
* | | matching now adheres to sklearn style guideAdam Janovsky2021-09-224-24/+40
* | | classifier adheres to sklearnAdam Janovsky2021-09-211-27/+34
* | | evaluation summaryAdam Janovsky2021-09-211-15/+38
* | | better eq on cvesAdam Janovsky2021-09-211-1/+11
* | | PoC for CVE matchingAdam Janovsky2021-09-213-0/+119