aboutsummaryrefslogtreecommitdiffhomepage
path: root/sec_certs/dataset
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' into cert_id_fixGeogeFI2022-03-082-34/+47
|\
| * Adapt FIPS tests to new reference API.J08nY2022-03-041-27/+30
| * Introduce references object.J08nY2022-02-221-7/+8
| * Extend PDFData structure with stuff extracted from more frontpages.J08nY2022-02-221-1/+3
| * Use id and ref lookup functions in DependencyFinder.J08nY2022-02-221-1/+8
| * Rename "affect" -> "reference".J08nY2022-02-221-4/+4
* | fix: Fixed normalization to broken PDFsGeogeFI2022-03-051-2/+1
|/
* fix start_version, end_version problemsAdam Janovsky2022-02-172-8/+37
* proper escaping when parsing CPEsAdam Janovsky2022-02-171-1/+1
* cpe matches list->set, heuristic type hintsAdam Janovsky2022-02-162-7/+2
* save some time on CPE matchingAdam Janovsky2022-02-163-22/+35
* fix cpe matching exampleAdam Janovsky2022-02-161-1/+7
* Merge branch 'main' into adamjanovsky/137-leftover-work-with-mypymmstanone2022-02-131-4/+25
|\
| * Merge pull request #166 from crocs-muni/regex-expandadamjanovsky2022-02-131-3/+24
| |\
| | * refactor: Refactored almost all things noted by AdamGeogeFI2022-02-071-13/+7
| | * feat: Created new structure for fixing all cert ids in objectGeogeFI2022-02-031-0/+9
| | * refactor: Changed name of the methodGeogeFI2022-01-301-3/+7
| | * 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