| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | 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 branch 'main' into cert_id_fix | GeogeFI | 2022-03-08 | 6 | -102/+159 | |
| |\ | ||||||
| | * | Blacken file. | J08nY | 2022-03-04 | 1 | -1/+1 | |
| | | | ||||||
| | * | Adapt FIPS tests to new reference API. | J08nY | 2022-03-04 | 2 | -39/+35 | |
| | | | ||||||
| | * | Introduce references object. | J08nY | 2022-02-22 | 3 | -15/+33 | |
| | | | ||||||
| | * | 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 | 4 | -36/+36 | |
| | | | | | | | | | | | | | | | 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 | 13 | -140/+232 | |
| |\ | | | | | 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 | 4 | -4/+16 | |
| | | | ||||||
| | * | proper escaping when parsing CPEs | Adam Janovsky | 2022-02-17 | 3 | -4/+44 | |
| | | | ||||||
| | * | 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 | 1 | -7/+7 | |
| | | | ||||||
| | * | 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 | 7 | -78/+69 | |
| | | | ||||||
| | * | 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 | 1 | -1/+7 | |
| | | | ||||||
| * | | Fix storage of PDF metadata. | J08nY | 2022-02-17 | 1 | -1/+17 | |
| |/ | | | | Fixes #167. | |||||
| * | 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 | 1 | -6/+5 | |
| | | | | ||||||
| | | * | refactor: Refactored almost all things noted by Adam | GeogeFI | 2022-02-07 | 3 | -110/+59 | |
| | | | | ||||||
| | | * | test: Fixed tests | GeogeFI | 2022-02-05 | 1 | -134/+143 | |
| | | | | ||||||
| | | * | refactor: Refactored and formatted version | GeogeFI | 2022-02-05 | 3 | -140/+105 | |
| | | | | ||||||
| | | * | feat: Working normalization waiting for refactoring | GeogeFI | 2022-02-04 | 1 | -42/+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 | |
| | | | | ||||||
| | | * | refactor: Changed name of the method | GeogeFI | 2022-01-30 | 2 | -4/+7 | |
| | | | | ||||||
| | | * | fix: Fixed repair id func for BSI certs | GeogeFI | 2022-01-30 | 2 | -19/+29 | |
| | | | | ||||||
| | | * | fix: Did some minor fixes | GeogeFI | 2022-01-29 | 1 | -13/+22 | |
| | | | | ||||||
| | | * | feat: Implemented fixing of ID of certificate, untested, unrefactored | GeogeFI | 2022-01-29 | 1 | -0/+117 | |
| | | | | ||||||
| | | * | refactor: Removed redundant regexes | GeogeFI | 2022-01-29 | 1 | -10/+1 | |
| | | | | ||||||
| | | * | feat: Headers searchers plugged in for extracting pdf frontpage | GeogeFI | 2022-01-28 | 1 | -0/+25 | |
| | | | | ||||||
| | | * | feat: Plugged in searchers for other header from old-api branch | GeogeFI | 2022-01-28 | 1 | -0/+23 | |
| | | | | ||||||
| | | * | feat: Expanded regexes from old-api branch | GeogeFI | 2022-01-28 | 1 | -1/+52 | |
| | | | | ||||||
| | | * | feat: Parsing algorithm for canada, not tested yet | GeogeFI | 2022-01-27 | 1 | -2/+68 | |
| | | | | ||||||
| | | * | feat: Mechanism for niap header parsing ported from old-api, not tested | GeogeFI | 2022-01-27 | 1 | -1/+55 | |
| | | | | ||||||
| | | * | feat: Nscib parsing header function from old-api, untested | GeogeFI | 2022-01-27 | 2 | -0/+97 | |
| | | | | ||||||
| * | | | fix of tests and pipeline | mmstanone | 2022-02-13 | 2 | -14/+30 | |
| | | | | ||||||
| * | | | fixed fips typehints | mmstanone | 2022-02-12 | 2 | -40/+33 | |
| | | | | ||||||
| * | | | Fix CC: Better exception handling on pdf processing #86 | Adam Janovsky | 2022-02-12 | 1 | -4/+10 | |
| | | | | ||||||
| * | | | Fix CVEDataset handling optimizations #130 | Adam Janovsky | 2022-02-12 | 3 | -9/+18 | |
| | | | | ||||||
