| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: correctly parsing module type | mmstanone | 2022-01-31 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'dev' into dependency-analysis | Adam Janovsky | 2022-01-29 | 7 | -185/+591 |
| |\ | |||||
| | * | Merge pull request #159 from crocs-muni/complex_functions | adamjanovsky | 2022-01-29 | 3 | -156/+187 |
| | |\ | | | | | | | Complexity of functions | ||||
| | | * | rename some CommonCriteriaCert getters | Adam Janovsky | 2022-01-29 | 1 | -24/+25 |
| | | | | |||||
| | | * | Complexity of functions | mmstanone | 2022-01-14 | 3 | -155/+185 |
| | | | | |||||
| | * | | fips: Download algorithm pages first to abort early. | J08nY | 2022-01-28 | 1 | -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. | J08nY | 2022-01-28 | 1 | -0/+6 |
| | | | | |||||
| | * | | Better fix for date loading in CC. | J08nY | 2022-01-27 | 1 | -2/+2 |
| | | | | |||||
| | * | | Fix loading of CC cert from dict. | J08nY | 2022-01-27 | 1 | -0/+2 |
| | |/ | |||||
| | * | Fix from_dict ordering issue. | J08nY | 2022-01-05 | 1 | -1/+1 |
| | | | |||||
| | * | Fix CVE loading from dict. | J08nY | 2022-01-04 | 1 | -1/+1 |
| | | | |||||
| | * | Fix broken serialization of CVE and CPE objects. | J08nY | 2022-01-03 | 1 | -0/+8 |
| | | | |||||
| | * | FIPS - datetime, validation dates and dgsts (#154) | Stanislav BoboĊ | 2022-01-03 | 1 | -20/+34 |
| | | | | | | | | | | | | | | | * Fixes of everything that failed. * Fixed formatting * Removed unused imports | ||||
| | * | Cache CPE in CVE and CPE datasets. | J08nY | 2021-12-26 | 2 | -2/+8 |
| | | | | | | | | | Reduces memory usage by over 40% for CVEDataset.from_web. | ||||
| | * | Add slots to CVE and CPE objects. | J08nY | 2021-12-26 | 2 | -2/+10 |
| | | | | | | | | | | | | | Fixes #109. Also adds a test loading the CVE database from the web. | ||||
| | * | Merge pull request #45 from J08nY/feat/in-process | adamjanovsky | 2021-12-26 | 2 | -0/+319 |
| | |\ | | | | | | | Add parsing of FIPS MIP and IUT lists | ||||
| | | * | Fix typehints and naming. | J08nY | 2021-12-25 | 2 | -8/+8 |
| | | | | |||||
| | | * | Fix IUT/MIP errors on full dumps. | J08nY | 2021-12-23 | 2 | -7/+14 |
| | | | | |||||
| | | * | Refactor IUT and MIP stuff into modern interface. | J08nY | 2021-12-23 | 2 | -7/+217 |
| | | | | |||||
| | | * | Split sample and dataset stuff in IUT and MIP. | J08nY | 2021-12-23 | 2 | -0/+102 |
| | | | | |||||
| | * | | Use dgst field for FIPS instead of cert_id. | J08nY | 2021-12-23 | 1 | -5/+5 |
| | |/ | | | | | | | Fixes #125. | ||||
| * | | Merge branch 'dev' into dependency-analysis | Adam Janovsky | 2021-12-19 | 7 | -539/+813 |
| |\| | |||||
| | * | flake8 compliance | Adam Janovsky | 2021-12-19 | 3 | -8/+7 |
| | | | |||||
| | * | Fix MyPy errors | Adam Janovsky | 2021-12-18 | 4 | -6/+10 |
| | | | |||||
| | * | fix isort errors | Adam Janovsky | 2021-12-18 | 2 | -10/+2 |
| | | | |||||
| | * | fix black and isort changes | Adam Janovsky | 2021-12-18 | 2 | -4/+10 |
| | | | |||||
| | * | sort imports | Adam Janovsky | 2021-12-18 | 7 | -30/+31 |
| | | | |||||
| | * | Format code with black | Adam Janovsky | 2021-12-18 | 7 | -471/+681 |
| | | | |||||
| | * | fix mypy problems with cpe matching | Adam Janovsky | 2021-12-15 | 1 | -3/+11 |
| | | | |||||
| | * | fix typo in maintenance var. | Adam Janovsky | 2021-12-15 | 1 | -1/+1 |
| | | | |||||
| | * | leftover maintainance -> maintenance | Adam Janovsky | 2021-12-15 | 2 | -8/+8 |
| | | | |||||
| | * | minor refactoring of types | Adam Janovsky | 2021-12-15 | 1 | -2/+2 |
| | | | |||||
| | * | (the real commit) | mmstanone | 2021-12-13 | 6 | -25/+34 |
| | | | |||||
| | * | Merge branch 'dev' into mypy-errors | mmstanone | 2021-12-12 | 5 | -28/+71 |
| | | | |||||
| | * | Unify logging uses. | J08nY | 2021-12-10 | 1 | -4/+4 |
| | | | |||||
| | * | Fix "maintainance" -> "maintenance". | J08nY | 2021-12-09 | 2 | -31/+31 |
| | | | |||||
| * | | chore: Hopefully resolved merge conflict | GeogeFI | 2021-12-09 | 1 | -0/+8 |
| |\| | |||||
| | * | improve matching -> more strict | Adam Janovsky | 2021-11-26 | 1 | -0/+8 |
| | | | |||||
| * | | feat: Dependencies on archived certs, BSI certs affecting ANSSI certs | GeogeFI | 2021-11-28 | 1 | -6/+6 |
| |/ | |||||
| * | fix cc main. update pandas serialization | Adam Janovsky | 2021-11-23 | 1 | -3/+4 |
| | | |||||
| * | unify pandas interface | Adam Janovsky | 2021-11-23 | 7 | -32/+28 |
| | | |||||
| * | delete redundant dataclass constructor | Adam Janovsky | 2021-11-23 | 1 | -18/+7 |
| | | |||||
| * | fix pandas serialization problem | Adam Janovsky | 2021-11-16 | 1 | -2/+3 |
| | | |||||
| * | Merge branch 'dev' into cve-matching | Adam Janovsky | 2021-11-15 | 2 | -8/+21 |
| | | |||||
| * | introduce compute_related_cves() on FIPSDataset | Adam Janovsky | 2021-11-03 | 2 | -10/+14 |
| | | |||||
| * | fix cpe matching for FIPS Dataset | Adam Janovsky | 2021-11-03 | 1 | -8/+6 |
| | | |||||
| * | delete labeled attribute from fips heuristics | Adam Janovsky | 2021-11-02 | 1 | -1/+0 |
| | | |||||
| * | WiP: making CPE matching work for FIPS | Adam Janovsky | 2021-11-01 | 2 | -2/+2 |
| | | |||||
| * | delete labeled attribute from CCHeuristics | Adam Janovsky | 2021-11-01 | 1 | -1/+0 |
| | | |||||
| * | Rename heuristics to CCHeuristics | Adam Janovsky | 2021-11-01 | 2 | -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 | ||||
