aboutsummaryrefslogtreecommitdiffhomepage
path: root/sec_certs/model
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dev' into dependency-analysisAdam Janovsky2022-01-292-37/+43
|\
| * Complexity of functionsmmstanone2022-01-142-37/+43
* | Merge branch 'dev' into dependency-analysisAdam Janovsky2021-12-193-102/+150
|\|
| * flake8 complianceAdam Janovsky2021-12-191-5/+2
| * sort importsAdam Janovsky2021-12-183-15/+18
| * Format code with blackAdam Janovsky2021-12-183-63/+111
| * ignore some mypy errors in cpe matchingAdam Janovsky2021-12-151-5/+5
| * fix mypy problems with cpe matchingAdam Janovsky2021-12-151-12/+0
| * Merge branch 'dev' into feature/tqdm-configurationadamjanovsky2021-12-153-16/+29
| |\
| | * (the real commit)mmstanone2021-12-133-16/+29
| * | Add configuration switch to enable/disable tqdm.J08nY2021-12-141-3/+2
| |/
* / fix: Returning None where dependency set is emptyGeogeFI2021-12-121-4/+4
|/
* Slightly more strict CPE matching, less FPAdam Janovsky2021-12-071-4/+7
* improve matching -> more strictAdam Janovsky2021-11-261-10/+39
* fix corner case of vendors missing from CPE datasetAdam Janovsky2021-11-251-2/+4
* enhance classification report with CPE titlesAdam Janovsky2021-11-241-4/+7
* fix string sanitization during cpe matchingAdam Janovsky2021-11-231-2/+1
* fix CPE precision evaluation errorAdam Janovsky2021-11-231-5/+3
* unify pandas interfaceAdam Janovsky2021-11-231-1/+1
* fix evaluation of cpe matchingAdam Janovsky2021-11-231-2/+4
* simplify testsAdam Janovsky2021-11-151-1/+1
* Merge branch 'dev' into cve-matchingAdam Janovsky2021-11-151-0/+123
|\
| * format: Specified type-hintsGeogeFI2021-11-111-15/+21
| * refactor: finished DependencyFinder modelGeogeFI2021-11-071-19/+22
| * feat: Created inner structure for dependenciesGeogeFI2021-11-061-2/+27
| * feat: Created basic structure for dependency finder model -> not working yet,...GeogeFI2021-11-061-2/+80
| * fix: Renamed properties in json files for testsGeogeFI2021-10-311-0/+0
| * feat: Created DependencyFinder class - just structureGeogeFI2021-10-311-0/+11
* fixing some corner casesAdam Janovsky2021-11-041-1/+1
* make evaluation work also for fipsAdam Janovsky2021-11-041-3/+5
* adds documentation to cpe matchingAdam Janovsky2021-11-041-1/+48
* add some missing typehints, refactoringAdam Janovsky2021-11-042-1/+2
* change format of evaluation dataset splitAdam Janovsky2021-11-041-3/+1
* WiP: making CPE matching work for FIPSAdam Janovsky2021-11-011-7/+8
* Rename fips heuristics class to FIPSHeuristicsAdam Janovsky2021-10-311-1/+1
* PoC of new version matchingAdam Janovsky2021-10-311-5/+17
* Refactor vendor matchingAdam Janovsky2021-10-281-120/+81
* Move evaluation to separate moduleAdam Janovsky2021-10-282-42/+46
* fixed evaluation of CPEAdam Janovsky2021-10-272-8/+13
* minor commit :))Adam Janovsky2021-10-272-20/+10
* cleanup old codeAdam Janovsky2021-10-221-79/+0
* rename certificate -> sample and split cve,cpe dataset from sampleAdam Janovsky2021-10-192-5/+5
* 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
* random fixesAdam Janovsky2021-09-242-24/+92
* matching now adheres to sklearn style guideAdam Janovsky2021-09-221-23/+17
* classifier adheres to sklearnAdam Janovsky2021-09-211-27/+34
* evaluation summaryAdam Janovsky2021-09-211-15/+38
* PoC for CVE matchingAdam Janovsky2021-09-213-0/+119