| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #186 from crocs-muni/refactor/better-requirements0.0.4 | adamjanovsky | 2022-04-05 | 14 | -75/+170 |
| |\ | | | | | Refactor/better requirements | ||||
| | * | docs to new requirements | Adam Janovsky | 2022-04-04 | 1 | -1/+8 |
| | | | |||||
| | * | reorganize requirements | Adam Janovsky | 2022-04-04 | 13 | -74/+162 |
| |/ | |||||
| * | Refactor/pdftotext as library (#183) | adamjanovsky | 2022-04-04 | 12 | -312/+338 |
| | | | | | | | | - 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 | ||||
| * | Merge pull request #184 from crocs-muni/regex-recertification-certs-fix | Ján Jančár | 2022-04-01 | 1 | -2/+1 |
| |\ | | | | | fix: Matching anssi certs with recertification, removed regex for tur… | ||||
| | * | fix: Matching anssi certs with recertification, removed regex for turkish certs | GeogeFI | 2022-04-01 | 1 | -2/+1 |
| |/ | |||||
| * | Merge pull request #182 from crocs-muni/fix/fips-mip-parsing | Ján Jančár | 2022-03-29 | 2 | -47/+86 |
| |\ | | | | | Fix issue with MIP download due to change in FIPS site. | ||||
| | * | Fix issue with MIP download due to change in FIPS site. | J08nY | 2022-03-29 | 2 | -47/+86 |
| |/ | |||||
| * | Merge pull request #181 from crocs-muni/fix/terminate-billiard | adamjanovsky | 2022-03-23 | 1 | -0/+1 |
| |\ | | | | | Explicitly terminate the Thread or Process pool. | ||||
| | * | Explicitly terminate the Thread or Process pool. | J08nY | 2022-03-23 | 1 | -0/+1 |
| |/ | | | | | | | Should help deal with https://github.com/celery/billiard/issues/282 which manifests each two weeks or so when the celery process runs out of open file descriptors and the updates stop working in weird ways. | ||||
| * | Merge pull request #179 from crocs-muni/dependabot/pip/pillow-9.0.1 | adamjanovsky | 2022-03-12 | 1 | -1/+1 |
| |\ | | | | | build(deps): bump pillow from 9.0.0 to 9.0.1 | ||||
| | * | build(deps): bump pillow from 9.0.0 to 9.0.1 | dependabot[bot] | 2022-03-12 | 1 | -1/+1 |
| |/ | | | | | | | | | | | | | | Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.0 to 9.0.1. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/9.0.0...9.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
| * | Merge pull request #178 from crocs-muni/cert_id_fix | adamjanovsky | 2022-03-09 | 2 | -3/+2 |
| |\ | | | | | fix: Fixed normalization to broken PDFs | ||||
| | * | Merge branch 'main' into cert_id_fix | GeogeFI | 2022-03-08 | 10 | -378/+621 |
| | |\ | |/ |/| | |||||
| * | | Merge pull request #177 from crocs-muni/feat/separate-references | adamjanovsky | 2022-03-05 | 10 | -378/+621 |
| |\ \ | | | | | | | [WIP] Unify handling of references in CC & FIPS. | ||||
| | * | | Blacken file. | J08nY | 2022-03-04 | 1 | -1/+1 |
| | | | | |||||
| | * | | Adapt FIPS tests to new reference API. | J08nY | 2022-03-04 | 3 | -101/+243 |
| | | | | |||||
| | * | | Introduce references object. | J08nY | 2022-02-22 | 6 | -229/+285 |
| | | | | |||||
| | * | | Extend PDFData structure with stuff extracted from more frontpages. | J08nY | 2022-02-22 | 4 | -20/+55 |
| | | | | |||||
| | * | | Use id and ref lookup functions in DependencyFinder. | J08nY | 2022-02-22 | 2 | -13/+21 |
| | | | | | | | | | | | | | | | | This allows for reuse of DependencyFinder also for FIPS and overall more modularity. | ||||
| | * | | Rename "affect" -> "reference". | J08nY | 2022-02-22 | 7 | -56/+58 |
| |/ / | | | | | | | | | | | | | 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. | ||||
| | * | chore: Lowered from error log to warning | GeogeFI | 2022-03-05 | 1 | -1/+1 |
| | | | |||||
| | * | fix: Fixed normalization to broken PDFs | GeogeFI | 2022-03-05 | 1 | -2/+1 |
| |/ | |||||
| * | Merge pull request #171 from crocs-muni/fix-cpe-matching-inconsistencies | adamjanovsky | 2022-02-17 | 15 | -145/+272 |
| |\ | | | | | Fix cpe matching inconsistencies | ||||
| | * | fix start_version, end_version problems | Adam Janovsky | 2022-02-17 | 3 | -14/+38 |
| | | | |||||
| | * | Normalize generic CPE versions | Adam Janovsky | 2022-02-17 | 5 | -8/+21 |
| | | | |||||
| | * | proper escaping when parsing CPEs | Adam Janovsky | 2022-02-17 | 4 | -4/+78 |
| | | | |||||
| | * | fix: Try/except for getting of cert lab | GeogeFI | 2022-02-17 | 1 | -2/+5 |
| | | | |||||
| | * | format: Typing for CCHeuristics class | GeogeFI | 2022-02-17 | 1 | -1/+1 |
| | | | |||||
| | * | format: Removed unnecessary imports | GeogeFI | 2022-02-17 | 1 | -1/+1 |
| | | | |||||
| | * | refactor: Unified types among dependencies | GeogeFI | 2022-02-17 | 2 | -8/+8 |
| | | | |||||
| | * | deterministic cpe matches | Adam Janovsky | 2022-02-17 | 2 | -3/+3 |
| | | | |||||
| | * | evaluation of cpe matching on sets | Adam Janovsky | 2022-02-17 | 1 | -8/+11 |
| | | | |||||
| | * | cpe matches list->set, heuristic type hints | Adam Janovsky | 2022-02-16 | 8 | -80/+71 |
| | | | |||||
| | * | sort keys on cpe matching evaluation | Adam Janovsky | 2022-02-16 | 1 | -1/+1 |
| | | | |||||
| | * | save some time on CPE matching | Adam Janovsky | 2022-02-16 | 3 | -22/+35 |
| | | | |||||
| | * | fix cpe matching example | Adam Janovsky | 2022-02-16 | 2 | -3/+9 |
| | | | |||||
| * | | Merge pull request #172 from crocs-muni/fix/pdf-data-serialization | Ján Jančár | 2022-02-17 | 1 | -1/+17 |
| |\ \ | |/ |/| | Fix storage of PDF metadata. | ||||
| | * | Fix storage of PDF metadata. | J08nY | 2022-02-17 | 1 | -1/+17 |
| |/ | | | | Fixes #167. | ||||
| * | Merge pull request #168 from crocs-muni/adamjanovsky/137-leftover-work-with-mypy | adamjanovsky | 2022-02-14 | 28 | -506/+525 |
| |\ | | | | | Leftover work with mypy and some random fixes | ||||
| | * | fix failing flake8 | mmstanone | 2022-02-13 | 2 | -6/+12 |
| | | | |||||
| | * | Merge branch 'main' into adamjanovsky/137-leftover-work-with-mypy | mmstanone | 2022-02-13 | 4 | -37/+423 |
| | |\ | |/ |/| | |||||
| * | | Merge pull request #166 from crocs-muni/regex-expand | adamjanovsky | 2022-02-13 | 4 | -44/+422 |
| |\ \ | | | | | | | Regex expand | ||||
| | * | | fix: Removed normalized_cert_id, replaced just with cert_id | GeogeFI | 2022-02-13 | 3 | -9/+5 |
| | | | | |||||
| | * | | refactor: Refactored almost all things noted by Adam | GeogeFI | 2022-02-07 | 3 | -110/+59 |
| | | | | |||||
| | * | | test: Fixed tests | GeogeFI | 2022-02-05 | 3 | -134/+146 |
| | | | | |||||
| | * | | refactor: Refactored and formatted version | GeogeFI | 2022-02-05 | 3 | -140/+105 |
| | | | | |||||
| | * | | feat: Working normalization waiting for refactoring | GeogeFI | 2022-02-04 | 2 | -51/+9 |
| | | | | |||||
| | * | | chore: Some comments to continue development | GeogeFI | 2022-02-03 | 1 | -15/+35 |
| | | | | |||||
| | * | | feat: Created new structure for fixing all cert ids in object | GeogeFI | 2022-02-03 | 2 | -5/+28 |
| | | | | |||||
