aboutsummaryrefslogtreecommitdiffhomepage
path: root/sec_certs/helpers.py
Commit message (Expand)AuthorAgeFilesLines
* Refactor/pdftotext as library (#183)adamjanovsky2022-04-041-8/+13
* Extend PDFData structure with stuff extracted from more frontpages.J08nY2022-02-221-3/+3
* Merge pull request #171 from crocs-muni/fix-cpe-matching-inconsistenciesadamjanovsky2022-02-171-3/+41
|\
| * Normalize generic CPE versionsAdam Janovsky2022-02-171-1/+1
| * proper escaping when parsing CPEsAdam Janovsky2022-02-171-0/+37
| * cpe matches list->set, heuristic type hintsAdam Janovsky2022-02-161-3/+4
* | Fix storage of PDF metadata.J08nY2022-02-171-1/+17
|/
* fix failing flake8mmstanone2022-02-131-2/+2
* Merge branch 'main' into adamjanovsky/137-leftover-work-with-mypymmstanone2022-02-131-0/+204
|\
| * test: Fixed testsGeogeFI2022-02-051-134/+143
| * refactor: Refactored and formatted versionGeogeFI2022-02-051-90/+72
| * 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-271-0/+93
* | Fix CC: Better exception handling on pdf processing #86Adam Janovsky2022-02-121-4/+10
* | Fixes CC Leaking local paths in serialized errors #131Adam Janovsky2022-02-121-4/+8
* | revert single helpers changeAdam Janovsky2022-02-111-0/+1
* | finalize type hints in helpersAdam Janovsky2022-02-111-27/+21
* | another random type fixAdam Janovsky2022-02-101-3/+4
|/
* Keep ordering of version matches in heuristics.J08nY2022-01-031-4/+9
* Merge pull request #45 from J08nY/feat/in-processadamjanovsky2021-12-261-1/+10
|\
| * Fix typehints and naming.J08nY2021-12-251-7/+8
| * Refactor IUT and MIP stuff into modern interface.J08nY2021-12-231-0/+2
| * Split MIP+IUT code into CLI part in examples and rest in library.J08nY2021-12-231-0/+6
* | Merge pull request #148 from crocs-muni/feature/fips-dgstadamjanovsky2021-12-251-0/+4
|\ \
| * | add type hint for fips_dgstAdam Janovsky2021-12-251-1/+1
| * | Use dgst field for FIPS instead of cert_id.J08nY2021-12-231-0/+4
| |/
* / Fix #145.J08nY2021-12-231-2/+2
|/
* flake8 complianceAdam Janovsky2021-12-191-11/+10
* Fix MyPy errorsAdam Janovsky2021-12-181-8/+5
* fix isort errorsAdam Janovsky2021-12-181-11/+1
* fix black and isort changesAdam Janovsky2021-12-181-5/+18
* sort importsAdam Janovsky2021-12-181-25/+19
* Format code with blackAdam Janovsky2021-12-181-171/+275
* Add more keyword rules.J08nY2021-12-161-12/+12
* ignore some mypy errorsAdam Janovsky2021-12-151-1/+1
* Merge branch 'dev' into feature/tqdm-configurationadamjanovsky2021-12-151-12/+19
|\
| * revert typed date sanitization, will fix laterAdam Janovsky2021-12-151-6/+4
| * minor refactoring of typesAdam Janovsky2021-12-151-8/+5
| * (the real commit)mmstanone2021-12-131-1/+1
| * Merge branch 'dev' into mypy-errorsmmstanone2021-12-121-5/+20
| |\
| * | assert -> if - raisemmstanone2021-11-181-2/+4
| * | Delays to fight 403smmstanone2021-11-181-4/+5
| * | constants and helpersmmstanone2021-11-111-11/+18
* | | Add configuration switch to enable/disable tqdm.J08nY2021-12-141-3/+8
| |/ |/|
* | Unify logging uses.J08nY2021-12-101-1/+1
* | Merge branch 'dev' into cve-matchingAdam Janovsky2021-11-151-1/+1
|\ \
| * | feat: Created basic structure for dependency finder model -> not working yet,...GeogeFI2021-11-061-48/+0
| * | refactor: Refactored build_certs_referencesGeogeFI2021-10-311-8/+12
| * | fix: Added typehints.GeogeFI2021-10-311-1/+1