aboutsummaryrefslogtreecommitdiffhomepage
path: root/sec_certs
Commit message (Collapse)AuthorAgeFilesLines
...
* FIPS: Fix #210.J08nY2022-07-111-14/+11
| | | | | Moves algorithm download into "process_algorithms()" and calls it in the CLI.
* FIPS: Fix #213.J08nY2022-07-111-3/+0
| | | | | | The finalize_results was not really necessary, as the dataset does contain the results of dependency analysis (in the heuristics of each cert).
* FIPS: Rename FIPSHeuristics to Heuristics.J08nY2022-07-113-15/+10
|
* FIPS: Add FIPSAlgorithm to __all__ in sample.J08nY2022-07-111-0/+2
|
* FIPS: Reorganize FIPSAlgorithm dataset.J08nY2022-07-117-60/+88
| | | | - Now conforms to the dataset API.
* FIPS: Move Algorithm class into a separate file.J08nY2022-07-113-26/+31
|
* FIPS: Remove unused constants, reorder methods.J08nY2022-07-115-166/+117
|
* FIPS: Rename cert objects to match CC.J08nY2022-07-103-73/+71
|
* Serialize fully qualified classnames instead of just the names.J08nY2022-07-103-9/+24
|
* FIPS: Add TODOs and remove unused methods.J08nY2022-07-093-54/+13
| | | | | | | - Moved FIPS_DOWNLOAD_DELAY to a constant in constants.py - Removed unused methods _match_algs() from FIPSDataset and match_web_algs_to_pdf() from FIPSCertificate. - Added a bunch of TODOs to harmonize FIPS to CC.
* FIPS: Remove unused fragments dir.J08nY2022-07-093-28/+1
|
* FIPS: Minor cleanup in sample code.J08nY2022-07-091-38/+28
|
* Fix mypy warning with new mypy version.J08nY2022-07-092-2/+4
|
* Rename thresholds to more meaningful names.J08nY2022-07-092-15/+16
|
* Add OCR notebook.J08nY2022-07-091-1/+3
|
* Add OCR via tesseract.J08nY2022-07-094-4/+135
|
* Remove bad prints.J08nY2022-07-052-6/+1
|
* Blacken.J08nY2022-07-051-17/+17
|
* Fix full extraction.J08nY2022-07-052-77/+111
|
* Fix imports.J08nY2022-07-051-2/+2
|
* Fix FIPS tests.J08nY2022-07-054-124/+190
|
* Update test datasets.J08nY2022-07-051-1/+2
|
* Fix issues except FIPS refs.J08nY2022-07-053-16/+26
|
* Fix FIPS reference collection.J08nY2022-07-052-2/+1
|
* Blacken and isort.J08nY2022-07-0516-57/+59
|
* New fips cert id rue name.J08nY2022-07-052-12/+10
|
* Fix most test issues caused by new changes.J08nY2022-07-059-281/+151
|
* Black and isort the new utils subpackage.J08nY2022-07-055-19/+26
|
* Split helpers to thematic chunks.J08nY2022-07-0511-1021/+1058
| | | | Split this disorientating junkyard of unrelated functions.
* Fixup imports of new helpers module.J08nY2022-07-0522-29/+32
|
* Move helpers into utils.J08nY2022-07-054-1/+1
|
* Introduce rules in YAML.J08nY2022-07-052-620/+1042
|
* Dedup and fixup some rules.J08nY2022-07-051-56/+17
|
* Fix some cert rules.J08nY2022-07-051-13/+17
|
* Add hyperlink metadata to PDF extraction.J08nY2022-07-051-5/+18
|
* Add function for conversion of PDF dates.J08nY2022-07-051-1/+39
|
* Fix PDF metadata parsing.J08nY2022-07-051-2/+5
| | | | | Closing the file object before reading things off of the metadata object leads to "seek of closed file" errors.
* fix CommonCriteriaCert.InternalState constructorAdam Janovsky2022-06-221-12/+18
|
* Fix loading of CC InternalState with hashes in it.J08nY2022-06-221-0/+4
|
* new func get_coarse_grained_cwes()Adam Janovsky2022-06-151-4/+71
|
* enhance vulnerability notebook with CWEs (#232)adamjanovsky2022-06-144-5/+239
| | | | | * CVEs: start collecting CWE data * vuln notebook: CWE analysis
* Add more regex rulesm, slightly refactor. (#224)Ján Jančár2022-06-025-133/+305
| | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* chore: fix model doc styleAdam Janovsky2022-05-272-14/+18
|
* Merge pull request #215 from crocs-muni/model-docsadamjanovsky2022-05-273-1/+46
|\ | | | | docs: Documentation for DependecyFinder and DependencyVulnerabilityFi…
| * chore: Altered docstring with proper namingGeogeFI2022-05-261-2/+2
| |
| * format: Formatting with blackGeogeFI2022-05-261-0/+1
| |
| * docs: Documentation for DependecyFinder and DependencyVulnerabilityFinder modelsGeogeFI2022-05-262-0/+44
| |
| * Update location of CC MU dataset in settings.J08nY2022-05-201-1/+1
| | | | | | | | This will work after todays nightly update.
* | improve CVE notebookAdam Janovsky2022-05-261-16/+30
| |