aboutsummaryrefslogtreecommitdiffhomepage
path: root/sec_certs/dataset
Commit message (Expand)AuthorAgeFilesLines
...
* | CC csv: map IP to hostnameAdam Janovsky2021-12-121-21/+36
* | change html parsers to html5Adam Janovsky2021-12-122-5/+7
* | Load CPE matching list before exiting tmpdir. Fix #121.J08nY2021-12-101-4/+4
* | Rename "processed" to "heuristics" in fips. Fix #123.J08nY2021-12-101-5/+5
* | Unify logging uses.J08nY2021-12-103-7/+13
* | Fix "maintainance" -> "maintenance".J08nY2021-12-091-12/+12
* | Slightly more strict CPE matching, less FPAdam Janovsky2021-12-071-1/+12
* | fix caching nist dictAdam Janovsky2021-11-252-5/+10
* | start caching nist matching dictAdam Janovsky2021-11-253-18/+26
* | remove duplicate method in CCDatasetAdam Janovsky2021-11-253-27/+9
* | dont download cve matching dict from NIST during testsAdam Janovsky2021-11-243-13/+18
* | unify pandas interfaceAdam Janovsky2021-11-236-36/+16
* | add CPE,CVE related stuff to CLI functionsAdam Janovsky2021-11-162-1/+5
* | Merge branch 'dev' into cve-matchingAdam Janovsky2021-11-152-3/+32
|\ \
| * \ Merge pull request #110 from crocs-muni/compute-dependenciesadamjanovsky2021-11-152-7/+26
| |\ \ | | |/ | |/|
| | * refactor: finished DependencyFinder modelGeogeFI2021-11-071-28/+5
| | * feat: Created inner structure for dependenciesGeogeFI2021-11-061-26/+24
| | * feat: Created basic structure for dependency finder model -> not working yet,...GeogeFI2021-11-061-29/+13
| | * fix: Fixed types in CCDaset, fixed CCHeuristicsGeogeFI2021-11-061-6/+10
| | * test: Created simple test and structure for dataset dependencies.GeogeFI2021-11-061-4/+7
| | * Rename Heuristics to FIPSHeuristics, CCHeuristicsAdam Janovsky2021-11-011-1/+1
| | * fix: Added typehints.GeogeFI2021-10-312-7/+5
| | * test: Passed 25 tests, 3 not fixed yet.GeogeFI2021-10-272-2/+2
| | * fix: Fixed semantic bugsGeogeFI2021-10-261-2/+2
| | * feat: implemented static methods for affecting certsGeogeFI2021-10-262-16/+35
| | * feat: Implemented build reference function for certificates.GeogeFI2021-10-261-7/+16
| | * feat: Created basic structure how decomposition could look like, not working ...GeogeFI2021-10-201-6/+33
| * | web_scan implicitly in get_certs_from_web()mmstanone2021-11-111-0/+13
* | | fix dataset enrichingAdam Janovsky2021-11-041-1/+1
* | | fixing some corner casesAdam Janovsky2021-11-041-2/+17
* | | add some missing typehints, refactoringAdam Janovsky2021-11-041-2/+0
* | | 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
* | | introduce compute_related_cves() on FIPSDatasetAdam Janovsky2021-11-031-1/+24
* | | fix cpe matching for FIPS DatasetAdam Janovsky2021-11-032-3/+4
* | | improve serializationAdam Janovsky2021-11-024-27/+10
* | | remove unnecessary propertyAdam Janovsky2021-11-021-4/+0
* | | WiP: making CPE matching work for FIPSAdam Janovsky2021-11-013-21/+35
* | | delete labeled attribute from CCHeuristicsAdam Janovsky2021-11-012-2/+1
* | | Rename fips heuristics class to FIPSHeuristicsAdam Janovsky2021-10-313-3/+3
* | | Fix testsAdam Janovsky2021-10-312-3/+6
* | | PoC of new version matchingAdam Janovsky2021-10-311-1/+0
* | | method for CPE now return the resulting classifierAdam Janovsky2021-10-271-4/+7
* | | minor commit :))Adam Janovsky2021-10-273-40/+58
* | | merge dev into cve-matchingAdam Janovsky2021-10-225-14/+8
|\| |
| * | Merge pull request #100 from crocs-muni/settings-sanitizationadamjanovsky2021-10-225-12/+8
| |\ \ | | |/ | |/|
| | * move config and add better error message to invalid jsonschemaAdam Janovsky2021-10-225-12/+8
* | | cleanup old codeAdam Janovsky2021-10-223-234/+109
* | | rename certificate -> sample and split cve,cpe dataset from sampleAdam Janovsky2021-10-197-178/+27
* | | revert changes in cve datasetAdam Janovsky2021-10-151-17/+3