aboutsummaryrefslogtreecommitdiffhomepage
path: root/sec_certs
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fixes CC Leaking local paths in serialized errors #131Adam Janovsky2022-02-122-32/+10
* | | fix Resolve set (de)serialization #169Adam Janovsky2022-02-111-1/+3
* | | revert deserialization change to fix bugAdam Janovsky2022-02-112-2/+2
* | | revert single helpers changeAdam Janovsky2022-02-111-0/+1
* | | get rid of some todosAdam Janovsky2022-02-115-7/+3
* | | slightly weaken type hint of json serializationAdam Janovsky2022-02-114-6/+6
* | | finalize type hints in helpersAdam Janovsky2022-02-113-30/+24
* | | fix typing in serialization packageAdam Janovsky2022-02-113-11/+13
* | | finalize typing in model packageAdam Janovsky2022-02-113-20/+9
* | | finish typing of configurationAdam Janovsky2022-02-111-3/+3
* | | finish typing for auxilarry sample clasesAdam Janovsky2022-02-114-21/+22
* | | finalize typing for Certificate classesAdam Janovsky2022-02-113-80/+83
* | | missing typehints in CPEDatasetAdam Janovsky2022-02-111-14/+16
* | | typing guidance on dataset inheritanceAdam Janovsky2022-02-115-138/+126
* | | getting rid of random mypy errorsAdam Janovsky2022-02-104-21/+32
* | | delete redundant certificate methodAdam Janovsky2022-02-103-15/+0
* | | random mypy fixesAdam Janovsky2022-02-103-12/+14
* | | another random type fixAdam Janovsky2022-02-101-3/+4
* | | update black, random type fixesAdam Janovsky2022-02-103-2/+7
|/ /
* | fix: correctly parsing module typemmstanone2022-01-311-1/+1
* | Merge branch 'dev' into dependency-analysisAdam Janovsky2022-01-2917-282/+802
|\ \
| * \ Merge pull request #159 from crocs-muni/complex_functionsadamjanovsky2022-01-296-198/+241
| |\ \
| | * | rename some CommonCriteriaCert gettersAdam Janovsky2022-01-291-24/+25
| | * | Complexity of functionsmmstanone2022-01-146-197/+239
| | |/
| * | fips: Download algorithm pages first to abort early.J08nY2022-01-282-7/+19
| * | 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-052-2/+2
| * Fix CVE loading from dict.J08nY2022-01-041-1/+1
| * Merge pull request #152 from crocs-muni/feat/canonical-to-dictJán Jančár2022-01-031-4/+9
| |\
| | * Keep ordering of version matches in heuristics.J08nY2022-01-031-4/+9
| * | Fix broken serialization of CVE and CPE objects.J08nY2022-01-032-0/+14
| |/
| * FIPS - datetime, validation dates and dgsts (#154)Stanislav Boboň2022-01-032-37/+41
| * Merge pull request #150 from crocs-muni/feat/slotsadamjanovsky2021-12-274-9/+23
| |\
| | * Cache CPE in CVE and CPE datasets.J08nY2021-12-264-7/+13
| | * Add slots to CVE and CPE objects.J08nY2021-12-262-2/+10
| * | Lookup latest results from seccerts.orgJ08nY2021-12-261-3/+3
| |/
| * Merge pull request #45 from J08nY/feat/in-processadamjanovsky2021-12-265-1/+411
| |\
| | * Fix typehints and naming.J08nY2021-12-255-21/+22
| | * Fix IUT/MIP errors on full dumps.J08nY2021-12-234-13/+30
| | * Refactor IUT and MIP stuff into modern interface.J08nY2021-12-235-144/+233
| | * Split sample and dataset stuff in IUT and MIP.J08nY2021-12-234-109/+117
| | * Split MIP+IUT code into CLI part in examples and rest in library.J08nY2021-12-233-0/+295
| * | Merge pull request #148 from crocs-muni/feature/fips-dgstadamjanovsky2021-12-253-29/+39
| |\ \
| | * | add type hint for fips_dgstAdam Janovsky2021-12-251-1/+1
| | * | Use dgst field for FIPS instead of cert_id.J08nY2021-12-233-29/+39
| | |/
| * / Fix #145.J08nY2021-12-231-2/+2
| |/
* | Merge branch 'dev' into dependency-analysisAdam Janovsky2021-12-1926-1820/+2502
|\|
| * flake8 complianceAdam Janovsky2021-12-199-36/+32