aboutsummaryrefslogtreecommitdiffhomepage
path: root/sec_certs/sample/fips.py
Commit message (Collapse)AuthorAgeFilesLines
* Refactor/pdftotext as library (#183)adamjanovsky2022-04-041-1/+1
| | | | | | | - Update Docker Ubuntu to 22.04 - Test pipeline now installs fresh Poppler - Poppler-utils package no longer needed - Paragraph on project dependencies added to CONTRIBUTING.md - Pdftotext is no longer called with subprocess call, but API is leveraged instead
* Adapt FIPS tests to new reference API.J08nY2022-03-041-12/+5
|
* Rename "affect" -> "reference".J08nY2022-02-221-4/+4
| | | | | | | We shouldn't use affecting to describe the relationship that we are describing here as we are only collecting references and can't say anything about whether the referenced certificates are truly affecting one another.
* cpe matches list->set, heuristic type hintsAdam Janovsky2022-02-161-16/+13
|
* fix of tests and pipelinemmstanone2022-02-131-10/+21
|
* fixed fips typehintsmmstanone2022-02-121-26/+21
|
* revert deserialization change to fix bugAdam Janovsky2022-02-111-1/+1
|
* slightly weaken type hint of json serializationAdam Janovsky2022-02-111-1/+1
|
* finalize type hints in helpersAdam Janovsky2022-02-111-1/+1
|
* finalize typing for Certificate classesAdam Janovsky2022-02-111-38/+52
|
* delete redundant certificate methodAdam Janovsky2022-02-101-7/+0
|
* random mypy fixesAdam Janovsky2022-02-101-1/+1
|
* fix: correctly parsing module typemmstanone2022-01-311-1/+1
|
* Complexity of functionsmmstanone2022-01-141-52/+64
|
* FIPS - datetime, validation dates and dgsts (#154)Stanislav BoboĊˆ2022-01-031-20/+34
| | | | | | | * Fixes of everything that failed. * Fixed formatting * Removed unused imports
* Use dgst field for FIPS instead of cert_id.J08nY2021-12-231-5/+5
| | | | Fixes #125.
* flake8 complianceAdam Janovsky2021-12-191-2/+1
|
* Fix MyPy errorsAdam Janovsky2021-12-181-2/+2
|
* fix isort errorsAdam Janovsky2021-12-181-5/+1
|
* fix black and isort changesAdam Janovsky2021-12-181-2/+5
|
* sort importsAdam Janovsky2021-12-181-10/+11
|
* Format code with blackAdam Janovsky2021-12-181-242/+289
|
* (the real commit)mmstanone2021-12-131-8/+8
|
* Merge branch 'dev' into mypy-errorsmmstanone2021-12-121-12/+21
|
* Unify logging uses.J08nY2021-12-101-4/+4
|
* unify pandas interfaceAdam Janovsky2021-11-231-1/+1
|
* Merge branch 'dev' into cve-matchingAdam Janovsky2021-11-151-0/+5
|
* fix cpe matching for FIPS DatasetAdam Janovsky2021-11-031-8/+6
|
* delete labeled attribute from fips heuristicsAdam Janovsky2021-11-021-1/+0
|
* WiP: making CPE matching work for FIPSAdam Janovsky2021-11-011-1/+1
|
* Rename fips heuristics class to FIPSHeuristicsAdam Janovsky2021-10-311-3/+3
|
* merge dev into cve-matchingAdam Janovsky2021-10-221-2/+3
|
* rename certificate -> sample and split cve,cpe dataset from sampleAdam Janovsky2021-10-191-0/+762