aboutsummaryrefslogtreecommitdiffhomepage
path: root/sec_certs
Commit message (Expand)AuthorAgeFilesLines
* Refactor/pdftotext as library (#183)adamjanovsky2022-04-043-11/+16
* fix: Matching anssi certs with recertification, removed regex for turkish certsGeogeFI2022-04-011-2/+1
* Fix issue with MIP download due to change in FIPS site.J08nY2022-03-292-47/+86
* Explicitly terminate the Thread or Process pool.J08nY2022-03-231-0/+1
* Merge branch 'main' into cert_id_fixGeogeFI2022-03-086-102/+159
|\
| * Blacken file.J08nY2022-03-041-1/+1
| * Adapt FIPS tests to new reference API.J08nY2022-03-042-39/+35
| * Introduce references object.J08nY2022-02-223-15/+33
| * Extend PDFData structure with stuff extracted from more frontpages.J08nY2022-02-224-20/+55
| * Use id and ref lookup functions in DependencyFinder.J08nY2022-02-222-13/+21
| * Rename "affect" -> "reference".J08nY2022-02-224-36/+36
* | chore: Lowered from error log to warningGeogeFI2022-03-051-1/+1
* | fix: Fixed normalization to broken PDFsGeogeFI2022-03-051-2/+1
|/
* Merge pull request #171 from crocs-muni/fix-cpe-matching-inconsistenciesadamjanovsky2022-02-1713-140/+232
|\
| * fix start_version, end_version problemsAdam Janovsky2022-02-173-14/+38
| * Normalize generic CPE versionsAdam Janovsky2022-02-174-4/+16
| * proper escaping when parsing CPEsAdam Janovsky2022-02-173-4/+44
| * fix: Try/except for getting of cert labGeogeFI2022-02-171-2/+5
| * format: Typing for CCHeuristics classGeogeFI2022-02-171-1/+1
| * format: Removed unnecessary importsGeogeFI2022-02-171-1/+1
| * refactor: Unified types among dependenciesGeogeFI2022-02-171-7/+7
| * deterministic cpe matchesAdam Janovsky2022-02-172-3/+3
| * evaluation of cpe matching on setsAdam Janovsky2022-02-171-8/+11
| * cpe matches list->set, heuristic type hintsAdam Janovsky2022-02-167-78/+69
| * sort keys on cpe matching evaluationAdam Janovsky2022-02-161-1/+1
| * save some time on CPE matchingAdam Janovsky2022-02-163-22/+35
| * fix cpe matching exampleAdam Janovsky2022-02-161-1/+7
* | Fix storage of PDF metadata.J08nY2022-02-171-1/+17
|/
* fix failing flake8mmstanone2022-02-132-6/+12
* Merge branch 'main' into adamjanovsky/137-leftover-work-with-mypymmstanone2022-02-134-37/+423
|\
| * Merge pull request #166 from crocs-muni/regex-expandadamjanovsky2022-02-134-44/+422
| |\
| | * fix: Removed normalized_cert_id, replaced just with cert_idGeogeFI2022-02-131-6/+5
| | * refactor: Refactored almost all things noted by AdamGeogeFI2022-02-073-110/+59
| | * test: Fixed testsGeogeFI2022-02-051-134/+143
| | * refactor: Refactored and formatted versionGeogeFI2022-02-053-140/+105
| | * feat: Working normalization waiting for refactoringGeogeFI2022-02-041-42/+9
| | * chore: Some comments to continue developmentGeogeFI2022-02-031-15/+35
| | * feat: Created new structure for fixing all cert ids in objectGeogeFI2022-02-032-5/+28
| | * refactor: Changed name of the methodGeogeFI2022-01-302-4/+7
| | * fix: Fixed repair id func for BSI certsGeogeFI2022-01-302-19/+29
| | * fix: Did some minor fixesGeogeFI2022-01-291-13/+22
| | * feat: Implemented fixing of ID of certificate, untested, unrefactoredGeogeFI2022-01-291-0/+117
| | * refactor: Removed redundant regexesGeogeFI2022-01-291-10/+1
| | * feat: Headers searchers plugged in for extracting pdf frontpageGeogeFI2022-01-281-0/+25
| | * feat: Plugged in searchers for other header from old-api branchGeogeFI2022-01-281-0/+23
| | * feat: Expanded regexes from old-api branchGeogeFI2022-01-281-1/+52
| | * feat: Parsing algorithm for canada, not tested yetGeogeFI2022-01-271-2/+68
| | * feat: Mechanism for niap header parsing ported from old-api, not testedGeogeFI2022-01-271-1/+55
| | * feat: Nscib parsing header function from old-api, untestedGeogeFI2022-01-272-0/+97
* | | fix of tests and pipelinemmstanone2022-02-132-14/+30