| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | FIPS: Fix #210. | J08nY | 2022-07-11 | 1 | -14/+11 | |
| | | | | | | Moves algorithm download into "process_algorithms()" and calls it in the CLI. | |||||
| * | FIPS: Fix #213. | J08nY | 2022-07-11 | 1 | -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. | J08nY | 2022-07-11 | 3 | -15/+10 | |
| | | ||||||
| * | FIPS: Add FIPSAlgorithm to __all__ in sample. | J08nY | 2022-07-11 | 1 | -0/+2 | |
| | | ||||||
| * | FIPS: Reorganize FIPSAlgorithm dataset. | J08nY | 2022-07-11 | 7 | -60/+88 | |
| | | | | | - Now conforms to the dataset API. | |||||
| * | FIPS: Move Algorithm class into a separate file. | J08nY | 2022-07-11 | 3 | -26/+31 | |
| | | ||||||
| * | FIPS: Remove unused constants, reorder methods. | J08nY | 2022-07-11 | 5 | -166/+117 | |
| | | ||||||
| * | FIPS: Rename cert objects to match CC. | J08nY | 2022-07-10 | 3 | -73/+71 | |
| | | ||||||
| * | Serialize fully qualified classnames instead of just the names. | J08nY | 2022-07-10 | 3 | -9/+24 | |
| | | ||||||
| * | FIPS: Add TODOs and remove unused methods. | J08nY | 2022-07-09 | 3 | -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. | J08nY | 2022-07-09 | 3 | -28/+1 | |
| | | ||||||
| * | FIPS: Minor cleanup in sample code. | J08nY | 2022-07-09 | 1 | -38/+28 | |
| | | ||||||
| * | Fix mypy warning with new mypy version. | J08nY | 2022-07-09 | 2 | -2/+4 | |
| | | ||||||
| * | Rename thresholds to more meaningful names. | J08nY | 2022-07-09 | 2 | -15/+16 | |
| | | ||||||
| * | Add OCR notebook. | J08nY | 2022-07-09 | 1 | -1/+3 | |
| | | ||||||
| * | Add OCR via tesseract. | J08nY | 2022-07-09 | 4 | -4/+135 | |
| | | ||||||
| * | Remove bad prints. | J08nY | 2022-07-05 | 2 | -6/+1 | |
| | | ||||||
| * | Blacken. | J08nY | 2022-07-05 | 1 | -17/+17 | |
| | | ||||||
| * | Fix full extraction. | J08nY | 2022-07-05 | 2 | -77/+111 | |
| | | ||||||
| * | Fix imports. | J08nY | 2022-07-05 | 1 | -2/+2 | |
| | | ||||||
| * | Fix FIPS tests. | J08nY | 2022-07-05 | 4 | -124/+190 | |
| | | ||||||
| * | Update test datasets. | J08nY | 2022-07-05 | 1 | -1/+2 | |
| | | ||||||
| * | Fix issues except FIPS refs. | J08nY | 2022-07-05 | 3 | -16/+26 | |
| | | ||||||
| * | Fix FIPS reference collection. | J08nY | 2022-07-05 | 2 | -2/+1 | |
| | | ||||||
| * | Blacken and isort. | J08nY | 2022-07-05 | 16 | -57/+59 | |
| | | ||||||
| * | New fips cert id rue name. | J08nY | 2022-07-05 | 2 | -12/+10 | |
| | | ||||||
| * | Fix most test issues caused by new changes. | J08nY | 2022-07-05 | 9 | -281/+151 | |
| | | ||||||
| * | Black and isort the new utils subpackage. | J08nY | 2022-07-05 | 5 | -19/+26 | |
| | | ||||||
| * | Split helpers to thematic chunks. | J08nY | 2022-07-05 | 11 | -1021/+1058 | |
| | | | | | Split this disorientating junkyard of unrelated functions. | |||||
| * | Fixup imports of new helpers module. | J08nY | 2022-07-05 | 22 | -29/+32 | |
| | | ||||||
| * | Move helpers into utils. | J08nY | 2022-07-05 | 4 | -1/+1 | |
| | | ||||||
| * | Introduce rules in YAML. | J08nY | 2022-07-05 | 2 | -620/+1042 | |
| | | ||||||
| * | Dedup and fixup some rules. | J08nY | 2022-07-05 | 1 | -56/+17 | |
| | | ||||||
| * | Fix some cert rules. | J08nY | 2022-07-05 | 1 | -13/+17 | |
| | | ||||||
| * | Add hyperlink metadata to PDF extraction. | J08nY | 2022-07-05 | 1 | -5/+18 | |
| | | ||||||
| * | Add function for conversion of PDF dates. | J08nY | 2022-07-05 | 1 | -1/+39 | |
| | | ||||||
| * | Fix PDF metadata parsing. | J08nY | 2022-07-05 | 1 | -2/+5 | |
| | | | | | | Closing the file object before reading things off of the metadata object leads to "seek of closed file" errors. | |||||
| * | fix CommonCriteriaCert.InternalState constructor | Adam Janovsky | 2022-06-22 | 1 | -12/+18 | |
| | | ||||||
| * | Fix loading of CC InternalState with hashes in it. | J08nY | 2022-06-22 | 1 | -0/+4 | |
| | | ||||||
| * | new func get_coarse_grained_cwes() | Adam Janovsky | 2022-06-15 | 1 | -4/+71 | |
| | | ||||||
| * | enhance vulnerability notebook with CWEs (#232) | adamjanovsky | 2022-06-14 | 4 | -5/+239 | |
| | | | | | | * CVEs: start collecting CWE data * vuln notebook: CWE analysis | |||||
| * | Add more regex rulesm, slightly refactor. (#224) | Ján Jančár | 2022-06-02 | 5 | -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. | J08nY | 2022-05-30 | 1 | -0/+16 | |
| | | | | | Fixes #220. | |||||
| * | chore: fix model doc style | Adam Janovsky | 2022-05-27 | 2 | -14/+18 | |
| | | ||||||
| * | Merge pull request #215 from crocs-muni/model-docs | adamjanovsky | 2022-05-27 | 3 | -1/+46 | |
| |\ | | | | | docs: Documentation for DependecyFinder and DependencyVulnerabilityFi… | |||||
| | * | chore: Altered docstring with proper naming | GeogeFI | 2022-05-26 | 1 | -2/+2 | |
| | | | ||||||
| | * | format: Formatting with black | GeogeFI | 2022-05-26 | 1 | -0/+1 | |
| | | | ||||||
| | * | docs: Documentation for DependecyFinder and DependencyVulnerabilityFinder models | GeogeFI | 2022-05-26 | 2 | -0/+44 | |
| | | | ||||||
| | * | Update location of CC MU dataset in settings. | J08nY | 2022-05-20 | 1 | -1/+1 | |
| | | | | | | | | | This will work after todays nightly update. | |||||
| * | | improve CVE notebook | Adam Janovsky | 2022-05-26 | 1 | -16/+30 | |
| | | | ||||||
