aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | tests don't call web_scan() twicemmstanone2021-11-111-1/+0
| | | |
| * | | web_scan implicitly in get_certs_from_web()mmstanone2021-11-113-13/+19
|/ / /
| | * fix dataset enrichingAdam Janovsky2021-11-041-1/+1
| | |
| | * fixing some corner casesAdam Janovsky2021-11-042-3/+18
| | |
| | * make evaluation work also for fipsAdam Janovsky2021-11-041-3/+5
| | |
| | * settings: force more strict cpe matchingAdam Janovsky2021-11-041-1/+1
| | |
| | * rename validaiton sets fipsAdam Janovsky2021-11-042-0/+0
| | |
| | * 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
| | |
| | * refactor fips cpe labeling exampleAdam Janovsky2021-11-041-0/+40
| | |
| | * fault tolerant label loading from label studioAdam Janovsky2021-11-041-1/+3
| | |
| | * functioning cpe labeling example for CCAdam Janovsky2021-11-041-1/+16
| | |
| | * account for some changes in CPE database by NISTAdam Janovsky2021-11-041-4/+4
| | |
| | * fix filename typo cc.fips -> cc.jsonAdam Janovsky2021-11-041-0/+0
| | |
| | * move data readmeAdam Janovsky2021-11-041-2/+10
| | |
| | * add manually assigned CPE labelsAdam Janovsky2021-11-042-0/+69748
| | |
| | * change format of evaluation dataset splitAdam Janovsky2021-11-041-3/+1
| | |
| | * add validation test split datasetAdam Janovsky2021-11-045-0/+8631
| | |
| | * generalize test/validation split to FIPSDatasetAdam Janovsky2021-11-031-22/+62
| | |
| | * 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-026-30/+16
| | |
| | * remove unnecessary propertyAdam Janovsky2021-11-021-4/+0
| | |
| | * delete labeled attribute from fips heuristicsAdam Janovsky2021-11-021-1/+0
| | |
| | * fix FIPS tests, download pdfsAdam Janovsky2021-11-021-4/+3
| | |
| | * rewrite list compreh. to set compreh.Adam Janovsky2021-11-021-60/+58
| | |
| | * rename fields in test configurationAdam Janovsky2021-11-021-2/+2
| | |
| | * WiP: making CPE matching work for FIPSAdam Janovsky2021-11-018-55/+67
| | |
| | * delete labeled attribute from CCHeuristicsAdam Janovsky2021-11-016-7/+1
| | |
| | * update cc_oop_demo exampleAdam Janovsky2021-11-011-4/+1
| | |
| | * update labeling exampleAdam Janovsky2021-11-011-2/+2
| | |
| | * Rename heuristics to CCHeuristicsAdam Janovsky2021-11-015-8/+8
| | | | | | | | | | | | | | | Just in case, problem is when deserializing multiple classes with same name from json. For this purpose, we explicitly differentiate CCHeuristics and FIPSHeuristics
| | * Rename fips heuristics class to FIPSHeuristicsAdam Janovsky2021-10-318-147/+170
| | |
| | * Fix testsAdam Janovsky2021-10-316-25/+31
| | |
| | * 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
| | | | | | | | | | | | | | | - Evaluation now does not run CPE matching again - Evaluation is in custom module, does not require CPEClassifier
| | * 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-2711-101/+152
| | |
| | * fix errors in jsonschemaAdam Janovsky2021-10-261-2/+2
| | |
| | * adjust field namingAdam Janovsky2021-10-253-6/+6
| | |
| | * merge dev into cve-matchingAdam Janovsky2021-10-2217-29/+232
| | |\ | |_|/ |/| |
* | | Merge pull request #100 from crocs-muni/settings-sanitizationadamjanovsky2021-10-2217-27/+230
|\ \ \ | |/ / |/| | Settings sanitization
| * | move config and add better error message to invalid jsonschemaAdam Janovsky2021-10-2214-28/+22
| | |
| * | Custom schemas and urls in sanitizationmmstanone2021-10-211-59/+114
| | |
| * | Package data and pathlibmmstanone2021-09-232-2/+2
| | |
| * | settings for tests updatedmmstanone2021-09-071-0/+21
| | |