aboutsummaryrefslogtreecommitdiffhomepage
path: root/sec_certs
Commit message (Expand)AuthorAgeFilesLines
* 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
| * isort and blackAdam Janovsky2021-12-182-4/+9
| * Fix MyPy errorsAdam Janovsky2021-12-188-23/+24
| * well, now's the time to fix isortAdam Janovsky2021-12-181-0/+1
| * fix isort errorsAdam Janovsky2021-12-187-61/+9
| * fix black and isort changesAdam Janovsky2021-12-187-21/+68
| * sort importsAdam Janovsky2021-12-1821-133/+138
| * Format code with blackAdam Janovsky2021-12-1824-1547/+2043
| * PP: Add serialization decoratorAdam Janovsky2021-12-181-1/+2
| * MyPy: First instance of TypeVarAdam Janovsky2021-12-181-2/+3
| * pp: fix serializing to tmpfile, add ser. decoratorAdam Janovsky2021-12-181-2/+2
| * Merge pull request #143 from J08nY:fix/ccheuristicsadamjanovsky2021-12-181-4/+4
| |\
| | * Fix CCHeuristics attribute lookup.J08nY2021-12-161-4/+4
| * | Add more keyword rules.J08nY2021-12-162-41/+63
| |/
| * Try billiard.J08nY2021-12-151-7/+9
| * ignore some mypy errors in cpe matchingAdam Janovsky2021-12-151-5/+5
| * fix mypy problems with cpe matchingAdam Janovsky2021-12-152-15/+11
| * ignore some mypy errorsAdam Janovsky2021-12-153-6/+3
| * fix typo in maintenance var.Adam Janovsky2021-12-151-1/+1
| * fix import error parallel processingAdam Janovsky2021-12-151-2/+2