aboutsummaryrefslogtreecommitdiffhomepage
path: root/sec_certs/sample
Commit message (Collapse)AuthorAgeFilesLines
...
* | chore: Lowered from error log to warningGeogeFI2022-03-051-1/+1
|/
* fix start_version, end_version problemsAdam Janovsky2022-02-171-6/+1
|
* Normalize generic CPE versionsAdam Janovsky2022-02-171-2/+11
|
* proper escaping when parsing CPEsAdam Janovsky2022-02-171-3/+6
|
* fix: Try/except for getting of cert labGeogeFI2022-02-171-2/+5
|
* format: Typing for CCHeuristics classGeogeFI2022-02-171-1/+1
|
* deterministic cpe matchesAdam Janovsky2022-02-171-3/+1
|
* cpe matches list->set, heuristic type hintsAdam Janovsky2022-02-163-44/+41
|
* fix failing flake8mmstanone2022-02-131-4/+10
|
* Merge branch 'main' into adamjanovsky/137-leftover-work-with-mypymmstanone2022-02-131-24/+161
|\
| * Merge pull request #166 from crocs-muni/regex-expandadamjanovsky2022-02-131-32/+161
| |\ | | | | | | Regex expand
| | * fix: Removed normalized_cert_id, replaced just with cert_idGeogeFI2022-02-131-6/+5
| | |
| | * refactor: Refactored almost all things noted by AdamGeogeFI2022-02-071-96/+51
| | |
| | * refactor: Refactored and formatted versionGeogeFI2022-02-051-26/+31
| | |
| | * 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-031-5/+19
| | |
| | * refactor: Changed name of the methodGeogeFI2022-01-301-1/+0
| | |
| | * fix: Fixed repair id func for BSI certsGeogeFI2022-01-301-18/+14
| | |
| | * fix: Did some minor fixesGeogeFI2022-01-291-13/+22
| | |
| | * feat: Implemented fixing of ID of certificate, untested, unrefactoredGeogeFI2022-01-291-0/+117
| | |
| | * 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
| | |
* | | fix of tests and pipelinemmstanone2022-02-131-10/+21
| | |
* | | fixed fips typehintsmmstanone2022-02-121-26/+21
| | |
* | | Fixes CC Leaking local paths in serialized errors #131Adam Janovsky2022-02-121-28/+2
| | |
* | | revert deserialization change to fix bugAdam Janovsky2022-02-112-2/+2
| | |
* | | get rid of some todosAdam Janovsky2022-02-112-2/+1
| | |
* | | slightly weaken type hint of json serializationAdam Janovsky2022-02-112-2/+2
| | |
* | | finalize type hints in helpersAdam Janovsky2022-02-111-1/+1
| | |
* | | finish typing for auxilarry sample clasesAdam Janovsky2022-02-114-21/+22
| | |
* | | finalize typing for Certificate classesAdam Janovsky2022-02-113-80/+83
| | |
* | | typing guidance on dataset inheritanceAdam Janovsky2022-02-111-5/+5
| | |
* | | getting rid of random mypy errorsAdam Janovsky2022-02-102-9/+9
| | |
* | | delete redundant certificate methodAdam Janovsky2022-02-103-15/+0
| | |
* | | random mypy fixesAdam Janovsky2022-02-101-1/+1
| | |
* | | update black, random type fixesAdam Janovsky2022-02-101-0/+4
|/ /
* | fix: correctly parsing module typemmstanone2022-01-311-1/+1
| |
* | Merge branch 'dev' into dependency-analysisAdam Janovsky2022-01-297-185/+591
|\ \
| * \ Merge pull request #159 from crocs-muni/complex_functionsadamjanovsky2022-01-293-156/+187
| |\ \ | | | | | | | | Complexity of functions
| | * | rename some CommonCriteriaCert gettersAdam Janovsky2022-01-291-24/+25
| | | |
| | * | Complexity of functionsmmstanone2022-01-143-155/+185
| | |/
| * | fips: Download algorithm pages first to abort early.J08nY2022-01-281-4/+16
| | | | | | | | | | | | | | | | | | The algo pages seem to have the most server issues, download them first to abort early in case of an error (and not after downloading all of the module pages and policies).
| * | 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-051-1/+1
| |
| * Fix CVE loading from dict.J08nY2022-01-041-1/+1
| |
| * Fix broken serialization of CVE and CPE objects.J08nY2022-01-031-0/+8
| |
| * FIPS - datetime, validation dates and dgsts (#154)Stanislav BoboĊˆ2022-01-031-20/+34
| | | | | | | | | | | | | | * Fixes of everything that failed. * Fixed formatting * Removed unused imports