aboutsummaryrefslogtreecommitdiffhomepage
path: root/sec_certs/dataset
Commit message (Expand)AuthorAgeFilesLines
...
| | * fix: Fixed repair id func for BSI certsGeogeFI2022-01-301-1/+15
* | | fix of tests and pipelinemmstanone2022-02-131-4/+9
* | | fixed fips typehintsmmstanone2022-02-121-14/+12
* | | Fix CVEDataset handling optimizations #130Adam Janovsky2022-02-123-9/+18
* | | get rid of some todosAdam Janovsky2022-02-111-2/+2
* | | slightly weaken type hint of json serializationAdam Janovsky2022-02-111-1/+1
* | | fix typing in serialization packageAdam Janovsky2022-02-112-5/+5
* | | missing typehints in CPEDatasetAdam Janovsky2022-02-111-14/+16
* | | typing guidance on dataset inheritanceAdam Janovsky2022-02-113-127/+119
* | | getting rid of random mypy errorsAdam Janovsky2022-02-101-0/+1
* | | update black, random type fixesAdam Janovsky2022-02-101-2/+0
|/ /
* | Merge pull request #159 from crocs-muni/complex_functionsadamjanovsky2022-01-291-5/+11
|\ \
| * | Complexity of functionsmmstanone2022-01-141-5/+11
| |/
* / fips: Download algorithm pages first to abort early.J08nY2022-01-281-3/+3
|/
* FIPS - datetime, validation dates and dgsts (#154)Stanislav BoboĊˆ2022-01-031-17/+7
* Cache CPE in CVE and CPE datasets.J08nY2021-12-262-5/+5
* Merge pull request #45 from J08nY/feat/in-processadamjanovsky2021-12-262-0/+82
|\
| * Fix typehints and naming.J08nY2021-12-252-6/+6
| * Fix IUT/MIP errors on full dumps.J08nY2021-12-232-6/+16
| * Refactor IUT and MIP stuff into modern interface.J08nY2021-12-232-137/+14
| * Split sample and dataset stuff in IUT and MIP.J08nY2021-12-232-0/+195
* | Use dgst field for FIPS instead of cert_id.J08nY2021-12-231-24/+30
|/
* flake8 complianceAdam Janovsky2021-12-193-7/+8
* isort and blackAdam Janovsky2021-12-182-4/+9
* Fix MyPy errorsAdam Janovsky2021-12-183-9/+9
* fix isort errorsAdam Janovsky2021-12-184-40/+6
* fix black and isort changesAdam Janovsky2021-12-184-12/+40
* sort importsAdam Janovsky2021-12-187-55/+60
* Format code with blackAdam Janovsky2021-12-187-447/+592
* 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
* Fix CCHeuristics attribute lookup.J08nY2021-12-161-4/+4
* ignore some mypy errorsAdam Janovsky2021-12-151-1/+1
* Merge branch 'dev' into feature/tqdm-configurationadamjanovsky2021-12-157-117/+170
|\
| * minor refactoring of typesAdam Janovsky2021-12-151-2/+2
| * Ignore the __setitem__() methodmmstanone2021-12-141-3/+1
| * PR updatesmmstanone2021-12-142-2/+4
| * removed debug printmmstanone2021-12-131-2/+0
| * (the real commit)mmstanone2021-12-135-24/+37
| * Merge branch 'dev' into mypy-errorsmmstanone2021-12-127-506/+417
| |\
| * | Removal of useless conditionmmstanone2021-12-121-2/+1
| * | FIPSDataset does not need None at allmmstanone2021-12-121-11/+12
| * | Optional from fips dataset not usedmmstanone2021-12-121-14/+2
| * | Mappings + optional fips certificatemmstanone2021-12-123-45/+56
| * | Mainly FIPS mypy issuesmmstanone2021-11-183-36/+78
| * | assert -> if - raisemmstanone2021-11-181-6/+12
| * | LSP + pathsmmstanone2021-11-112-2/+4
| * | CVE and CPE typesmmstanone2021-11-112-15/+29
* | | Add configuration switch to enable/disable tqdm.J08nY2021-12-144-10/+6
| |/ |/|