aboutsummaryrefslogtreecommitdiffhomepage
path: root/sec_certs/sample
Commit message (Collapse)AuthorAgeFilesLines
* fix: correctly parsing module typemmstanone2022-01-311-1/+1
|
* Merge branch 'dev' into dependency-analysisAdam Janovsky2022-01-297-185/+591
|\
| * Merge pull request #159 from crocs-muni/complex_functionsadamjanovsky2022-01-293-156/+187
| |\ | | | | | | Complexity of functions
| | * rename some CommonCriteriaCert gettersAdam Janovsky2022-01-291-24/+25
| | |
| | * Complexity of functionsmmstanone2022-01-143-155/+185
| | |
| * | fips: Download algorithm pages first to abort early.J08nY2022-01-281-4/+16
| | | | | | | | | | | | | | | | | | The algo pages seem to have the most server issues, download them first to abort early in case of an error (and not after downloading all of the module pages and policies).
| * | Fix date loading from dict in MaintenanceReport.J08nY2022-01-281-0/+6
| | |
| * | Better fix for date loading in CC.J08nY2022-01-271-2/+2
| | |
| * | Fix loading of CC cert from dict.J08nY2022-01-271-0/+2
| |/
| * Fix from_dict ordering issue.J08nY2022-01-051-1/+1
| |
| * Fix CVE loading from dict.J08nY2022-01-041-1/+1
| |
| * Fix broken serialization of CVE and CPE objects.J08nY2022-01-031-0/+8
| |
| * FIPS - datetime, validation dates and dgsts (#154)Stanislav BoboĊˆ2022-01-031-20/+34
| | | | | | | | | | | | | | * Fixes of everything that failed. * Fixed formatting * Removed unused imports
| * 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