| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refactor/pdftotext as library (#183) | adamjanovsky | 2022-04-04 | 2 | -3/+3 |
| | | | | | | | | - 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 | ||||
| * | Fix issue with MIP download due to change in FIPS site. | J08nY | 2022-03-29 | 1 | -45/+80 |
| | | |||||
| * | Merge branch 'main' into cert_id_fix | GeogeFI | 2022-03-08 | 2 | -37/+58 |
| |\ | |||||
| | * | Blacken file. | J08nY | 2022-03-04 | 1 | -1/+1 |
| | | | |||||
| | * | Adapt FIPS tests to new reference API. | J08nY | 2022-03-04 | 1 | -12/+5 |
| | | | |||||
| | * | Introduce references object. | J08nY | 2022-02-22 | 1 | -8/+7 |
| | | | |||||
| | * | Extend PDFData structure with stuff extracted from more frontpages. | J08nY | 2022-02-22 | 1 | -13/+42 |
| | | | |||||
| | * | Rename "affect" -> "reference". | J08nY | 2022-02-22 | 2 | -16/+16 |
| | | | | | | | | | | | | | | | 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 start_version, end_version problems | Adam Janovsky | 2022-02-17 | 1 | -6/+1 |
| | | |||||
| * | Normalize generic CPE versions | Adam Janovsky | 2022-02-17 | 1 | -2/+11 |
| | | |||||
| * | proper escaping when parsing CPEs | Adam Janovsky | 2022-02-17 | 1 | -3/+6 |
| | | |||||
| * | 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 |
| | | |||||
| * | deterministic cpe matches | Adam Janovsky | 2022-02-17 | 1 | -3/+1 |
| | | |||||
| * | cpe matches list->set, heuristic type hints | Adam Janovsky | 2022-02-16 | 3 | -44/+41 |
| | | |||||
| * | fix failing flake8 | mmstanone | 2022-02-13 | 1 | -4/+10 |
| | | |||||
| * | Merge branch 'main' into adamjanovsky/137-leftover-work-with-mypy | mmstanone | 2022-02-13 | 1 | -24/+161 |
| |\ | |||||
| | * | Merge pull request #166 from crocs-muni/regex-expand | adamjanovsky | 2022-02-13 | 1 | -32/+161 |
| | |\ | | | | | | | 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 | 1 | -96/+51 |
| | | | | |||||
| | | * | refactor: Refactored and formatted version | GeogeFI | 2022-02-05 | 1 | -26/+31 |
| | | | | |||||
| | | * | 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 | 1 | -5/+19 |
| | | | | |||||
| | | * | refactor: Changed name of the method | GeogeFI | 2022-01-30 | 1 | -1/+0 |
| | | | | |||||
| | | * | fix: Fixed repair id func for BSI certs | GeogeFI | 2022-01-30 | 1 | -18/+14 |
| | | | | |||||
| | | * | 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 |
| | | | | |||||
| | | * | 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 |
| | | | | |||||
| * | | | fix of tests and pipeline | mmstanone | 2022-02-13 | 1 | -10/+21 |
| | | | | |||||
| * | | | fixed fips typehints | mmstanone | 2022-02-12 | 1 | -26/+21 |
| | | | | |||||
| * | | | Fixes CC Leaking local paths in serialized errors #131 | Adam Janovsky | 2022-02-12 | 1 | -28/+2 |
| | | | | |||||
| * | | | revert deserialization change to fix bug | Adam Janovsky | 2022-02-11 | 2 | -2/+2 |
| | | | | |||||
| * | | | get rid of some todos | Adam Janovsky | 2022-02-11 | 2 | -2/+1 |
| | | | | |||||
| * | | | slightly weaken type hint of json serialization | Adam Janovsky | 2022-02-11 | 2 | -2/+2 |
| | | | | |||||
| * | | | finalize type hints in helpers | Adam Janovsky | 2022-02-11 | 1 | -1/+1 |
| | | | | |||||
| * | | | finish typing for auxilarry sample clases | Adam Janovsky | 2022-02-11 | 4 | -21/+22 |
| | | | | |||||
| * | | | finalize typing for Certificate classes | Adam Janovsky | 2022-02-11 | 3 | -80/+83 |
| | | | | |||||
| * | | | typing guidance on dataset inheritance | Adam Janovsky | 2022-02-11 | 1 | -5/+5 |
| | | | | |||||
| * | | | getting rid of random mypy errors | Adam Janovsky | 2022-02-10 | 2 | -9/+9 |
| | | | | |||||
| * | | | delete redundant certificate method | Adam Janovsky | 2022-02-10 | 3 | -15/+0 |
| | | | | |||||
| * | | | random mypy fixes | Adam Janovsky | 2022-02-10 | 1 | -1/+1 |
| | | | | |||||
| * | | | update black, random type fixes | Adam Janovsky | 2022-02-10 | 1 | -0/+4 |
| |/ / | |||||
| * | | fix: correctly parsing module type | mmstanone | 2022-01-31 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'dev' into dependency-analysis | Adam Janovsky | 2022-01-29 | 7 | -185/+591 |
| |\ \ | |||||
| | * \ | Merge pull request #159 from crocs-muni/complex_functions | adamjanovsky | 2022-01-29 | 3 | -156/+187 |
| | |\ \ | | | | | | | | | Complexity of functions | ||||
| | | * | | rename some CommonCriteriaCert getters | Adam Janovsky | 2022-01-29 | 1 | -24/+25 |
| | | | | | |||||
| | | * | | Complexity of functions | mmstanone | 2022-01-14 | 3 | -155/+185 |
| | | |/ | |||||
