| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add more regex rulesm, slightly refactor. (#224) | Ján Jančár | 2022-06-02 | 1 | -23/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Add more evaluation facilities to cert rules. * Add more crypto rules and split them into groups. * Rename rules_defenses to rules_side_channels. * Fix tests, use settings_test. * Fix import order. * Fix escape warning. * Fix pandas warning. * Flake8. * Add more TEE rules. * Optimize regex searching. * Add typehints to cert_rules. * Fix import order. | ||||
| * | Add document hashes. | J08nY | 2022-05-30 | 1 | -0/+16 |
| | | | | | Fixes #220. | ||||
| * | random docs fixes | Adam Janovsky | 2022-05-23 | 1 | -7/+8 |
| | | |||||
| * | adds FIPSCertificate docs | Adam Janovsky | 2022-05-23 | 1 | -33/+119 |
| | | |||||
| * | add docs CommonCriteriaCert | Adam Janovsky | 2022-05-23 | 1 | -21/+165 |
| | | |||||
| * | add docstrings for packages | Adam Janovsky | 2022-05-13 | 1 | -0/+4 |
| | | |||||
| * | populate __init__ for modules | Adam Janovsky | 2022-05-12 | 5 | -48/+54 |
| | | |||||
| * | fix empty raise, more detailed info about badly parsed html | Adam Janovsky | 2022-05-12 | 1 | -2/+1 |
| | | |||||
| * | implement EAL-implied SARs inference | Adam Janovsky | 2022-05-10 | 1 | -3/+34 |
| | | |||||
| * | improve sar parsing | Adam Janovsky | 2022-05-09 | 2 | -3/+15 |
| | | |||||
| * | fix download progress bar | Adam Janovsky | 2022-05-09 | 1 | -1/+1 |
| | | |||||
| * | refactor SAR transformer, add docstrings | Adam Janovsky | 2022-05-09 | 1 | -3/+5 |
| | | |||||
| * | Merge branch 'main' into feat/research-cve-notebook | Adam Janovsky | 2022-05-05 | 1 | -0/+8 |
| |\ | |||||
| | * | Merge branch 'main' into dependency-vulnerability | GeogeFI | 2022-04-07 | 3 | -48/+83 |
| | |\ | |||||
| | * | | feat: Implemented model for dependency vulnerabilities, tested | GeogeFI | 2022-04-02 | 1 | -42/+1 |
| | | | | |||||
| | * | | refactor: Fixing comments from code review | GeogeFI | 2022-04-02 | 1 | -14/+16 |
| | | | | |||||
| | * | | feat: Implemented mechanism for skipping duplicates in dependency ↵ | GeogeFI | 2022-04-02 | 1 | -1/+6 |
| | | | | | | | | | | | | | vulnerabilities evaluation | ||||
| | * | | chore: Mypy hopefully fixed v2 | GeogeFI | 2022-03-19 | 1 | -4/+6 |
| | | | | |||||
| | * | | chore: Hopefully fixed problem with circular import | GeogeFI | 2022-03-19 | 1 | -2/+5 |
| | | | | |||||
| | * | | format: Formatting with isort, flake8, mypy | GeogeFI | 2022-03-19 | 1 | -5/+2 |
| | | | | |||||
| | * | | chore: Removed print statements | GeogeFI | 2022-03-19 | 1 | -3/+0 |
| | | | | |||||
| | * | | refactor: Refactored improved version | GeogeFI | 2022-03-19 | 1 | -26/+27 |
| | | | | |||||
| | * | | chore: Fixed tests, added support for indirect references | GeogeFI | 2022-03-19 | 1 | -5/+24 |
| | | | | |||||
| | * | | feat: Direct dependency vulnerabilities - naive solution | GeogeFI | 2022-03-19 | 1 | -0/+23 |
| | | | | |||||
| * | | | PoC SAR parser | Adam Janovsky | 2022-04-18 | 2 | -0/+48 |
| | |/ |/| | |||||
| * | | 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 |
| | | | | |||||
