aboutsummaryrefslogtreecommitdiffhomepage
path: root/sec_certs/sample
Commit message (Collapse)AuthorAgeFilesLines
* Add more regex rulesm, slightly refactor. (#224)Ján Jančár2022-06-021-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.J08nY2022-05-301-0/+16
| | | | Fixes #220.
* random docs fixesAdam Janovsky2022-05-231-7/+8
|
* adds FIPSCertificate docsAdam Janovsky2022-05-231-33/+119
|
* add docs CommonCriteriaCertAdam Janovsky2022-05-231-21/+165
|
* add docstrings for packagesAdam Janovsky2022-05-131-0/+4
|
* populate __init__ for modulesAdam Janovsky2022-05-125-48/+54
|
* fix empty raise, more detailed info about badly parsed htmlAdam Janovsky2022-05-121-2/+1
|
* implement EAL-implied SARs inferenceAdam Janovsky2022-05-101-3/+34
|
* improve sar parsingAdam Janovsky2022-05-092-3/+15
|
* fix download progress barAdam Janovsky2022-05-091-1/+1
|
* refactor SAR transformer, add docstringsAdam Janovsky2022-05-091-3/+5
|
* Merge branch 'main' into feat/research-cve-notebookAdam Janovsky2022-05-051-0/+8
|\
| * Merge branch 'main' into dependency-vulnerabilityGeogeFI2022-04-073-48/+83
| |\
| * | feat: Implemented model for dependency vulnerabilities, testedGeogeFI2022-04-021-42/+1
| | |
| * | refactor: Fixing comments from code reviewGeogeFI2022-04-021-14/+16
| | |
| * | feat: Implemented mechanism for skipping duplicates in dependency ↵GeogeFI2022-04-021-1/+6
| | | | | | | | | | | | vulnerabilities evaluation
| * | chore: Mypy hopefully fixed v2GeogeFI2022-03-191-4/+6
| | |
| * | chore: Hopefully fixed problem with circular importGeogeFI2022-03-191-2/+5
| | |
| * | format: Formatting with isort, flake8, mypyGeogeFI2022-03-191-5/+2
| | |
| * | chore: Removed print statementsGeogeFI2022-03-191-3/+0
| | |
| * | refactor: Refactored improved versionGeogeFI2022-03-191-26/+27
| | |
| * | chore: Fixed tests, added support for indirect referencesGeogeFI2022-03-191-5/+24
| | |
| * | feat: Direct dependency vulnerabilities - naive solutionGeogeFI2022-03-191-0/+23
| | |
* | | PoC SAR parserAdam Janovsky2022-04-182-0/+48
| |/ |/|
* | Refactor/pdftotext as library (#183)adamjanovsky2022-04-042-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.J08nY2022-03-291-45/+80
|/
* Merge branch 'main' into cert_id_fixGeogeFI2022-03-082-37/+58
|\
| * Blacken file.J08nY2022-03-041-1/+1
| |
| * Adapt FIPS tests to new reference API.J08nY2022-03-041-12/+5
| |
| * Introduce references object.J08nY2022-02-221-8/+7
| |
| * Extend PDFData structure with stuff extracted from more frontpages.J08nY2022-02-221-13/+42
| |
| * Rename "affect" -> "reference".J08nY2022-02-222-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 warningGeogeFI2022-03-051-1/+1
|/
* fix start_version, end_version problemsAdam Janovsky2022-02-171-6/+1
|
* Normalize generic CPE versionsAdam Janovsky2022-02-171-2/+11
|
* proper escaping when parsing CPEsAdam Janovsky2022-02-171-3/+6
|
* fix: Try/except for getting of cert labGeogeFI2022-02-171-2/+5
|
* format: Typing for CCHeuristics classGeogeFI2022-02-171-1/+1
|
* deterministic cpe matchesAdam Janovsky2022-02-171-3/+1
|
* cpe matches list->set, heuristic type hintsAdam Janovsky2022-02-163-44/+41
|
* fix failing flake8mmstanone2022-02-131-4/+10
|
* Merge branch 'main' into adamjanovsky/137-leftover-work-with-mypymmstanone2022-02-131-24/+161
|\
| * Merge pull request #166 from crocs-muni/regex-expandadamjanovsky2022-02-131-32/+161
| |\ | | | | | | Regex expand
| | * fix: Removed normalized_cert_id, replaced just with cert_idGeogeFI2022-02-131-6/+5
| | |
| | * refactor: Refactored almost all things noted by AdamGeogeFI2022-02-071-96/+51
| | |
| | * refactor: Refactored and formatted versionGeogeFI2022-02-051-26/+31
| | |
| | * feat: Working normalization waiting for refactoringGeogeFI2022-02-041-42/+9
| | |
| | * chore: Some comments to continue developmentGeogeFI2022-02-031-15/+35
| | |
| | * feat: Created new structure for fixing all cert ids in objectGeogeFI2022-02-031-5/+19
| | |