aboutsummaryrefslogtreecommitdiffhomepage
path: root/sec_certs/sample
Commit message (Collapse)AuthorAgeFilesLines
...
| * Cache CPE in CVE and CPE datasets.J08nY2021-12-262-2/+8
| | | | | | | | Reduces memory usage by over 40% for CVEDataset.from_web.
| * Add slots to CVE and CPE objects.J08nY2021-12-262-2/+10
| | | | | | | | | | | | Fixes #109. Also adds a test loading the CVE database from the web.
| * Merge pull request #45 from J08nY/feat/in-processadamjanovsky2021-12-262-0/+319
| |\ | | | | | | Add parsing of FIPS MIP and IUT lists
| | * Fix typehints and naming.J08nY2021-12-252-8/+8
| | |
| | * Fix IUT/MIP errors on full dumps.J08nY2021-12-232-7/+14
| | |
| | * Refactor IUT and MIP stuff into modern interface.J08nY2021-12-232-7/+217
| | |
| | * Split sample and dataset stuff in IUT and MIP.J08nY2021-12-232-0/+102
| | |
| * | Use dgst field for FIPS instead of cert_id.J08nY2021-12-231-5/+5
| |/ | | | | | | Fixes #125.
* | Merge branch 'dev' into dependency-analysisAdam Janovsky2021-12-197-539/+813
|\|
| * flake8 complianceAdam Janovsky2021-12-193-8/+7
| |
| * Fix MyPy errorsAdam Janovsky2021-12-184-6/+10
| |
| * fix isort errorsAdam Janovsky2021-12-182-10/+2
| |
| * fix black and isort changesAdam Janovsky2021-12-182-4/+10
| |
| * sort importsAdam Janovsky2021-12-187-30/+31
| |
| * Format code with blackAdam Janovsky2021-12-187-471/+681
| |
| * fix mypy problems with cpe matchingAdam Janovsky2021-12-151-3/+11
| |
| * fix typo in maintenance var.Adam Janovsky2021-12-151-1/+1
| |
| * leftover maintainance -> maintenanceAdam Janovsky2021-12-152-8/+8
| |
| * minor refactoring of typesAdam Janovsky2021-12-151-2/+2
| |
| * (the real commit)mmstanone2021-12-136-25/+34
| |
| * Merge branch 'dev' into mypy-errorsmmstanone2021-12-125-28/+71
| |
| * Unify logging uses.J08nY2021-12-101-4/+4
| |
| * Fix "maintainance" -> "maintenance".J08nY2021-12-092-31/+31
| |
* | chore: Hopefully resolved merge conflictGeogeFI2021-12-091-0/+8
|\|
| * improve matching -> more strictAdam Janovsky2021-11-261-0/+8
| |
* | feat: Dependencies on archived certs, BSI certs affecting ANSSI certsGeogeFI2021-11-281-6/+6
|/
* fix cc main. update pandas serializationAdam Janovsky2021-11-231-3/+4
|
* unify pandas interfaceAdam Janovsky2021-11-237-32/+28
|
* delete redundant dataclass constructorAdam Janovsky2021-11-231-18/+7
|
* fix pandas serialization problemAdam Janovsky2021-11-161-2/+3
|
* Merge branch 'dev' into cve-matchingAdam Janovsky2021-11-152-8/+21
|
* introduce compute_related_cves() on FIPSDatasetAdam Janovsky2021-11-032-10/+14
|
* fix cpe matching for FIPS DatasetAdam Janovsky2021-11-031-8/+6
|
* delete labeled attribute from fips heuristicsAdam Janovsky2021-11-021-1/+0
|
* WiP: making CPE matching work for FIPSAdam Janovsky2021-11-012-2/+2
|
* delete labeled attribute from CCHeuristicsAdam Janovsky2021-11-011-1/+0
|
* Rename heuristics to CCHeuristicsAdam Janovsky2021-11-012-4/+4
| | | | | 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-312-5/+5
|
* Fix testsAdam Janovsky2021-10-312-5/+3
|
* Refactor vendor matchingAdam Janovsky2021-10-281-1/+1
|
* minor commit :))Adam Janovsky2021-10-272-23/+10
|
* merge dev into cve-matchingAdam Janovsky2021-10-222-4/+5
|
* cleanup old codeAdam Janovsky2021-10-223-55/+19
|
* 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-198-0/+1682