| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Blacken and isort. | J08nY | 2022-07-05 | 17 | -59/+62 | |
| | | | ||||||
| | * | 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 | 11 | -294/+161 | |
| | | | ||||||
| | * | Black and isort the new utils subpackage. | J08nY | 2022-07-05 | 5 | -19/+26 | |
| | | | ||||||
| | * | Split helpers to thematic chunks. | J08nY | 2022-07-05 | 13 | -1023/+1060 | |
| | | | | | | | | | Split this disorientating junkyard of unrelated functions. | |||||
| | * | Fixup imports of new helpers module. | J08nY | 2022-07-05 | 23 | -30/+33 | |
| | | | ||||||
| | * | Move helpers into utils. | J08nY | 2022-07-05 | 4 | -1/+1 | |
| | | | ||||||
| | * | Introduce rules in YAML. | J08nY | 2022-07-05 | 3 | -620/+1049 | |
| | | | ||||||
| | * | Dedup and fixup some rules. | J08nY | 2022-07-05 | 1 | -56/+17 | |
| | | | ||||||
| | * | Fix some cert rules. | J08nY | 2022-07-05 | 1 | -13/+17 | |
| |/ | ||||||
| * | Merge pull request #242 from crocs-muni/fix/metadata-read | Ján Jančár | 2022-07-05 | 1 | -6/+60 | |
| |\ | | | | | Fix and enhance PDF metadata reading | |||||
| | * | 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. | |||||
| * | Merge pull request #239 from crocs-muni:feat/cwe-popularity-over-time | adamjanovsky | 2022-06-27 | 1 | -2446/+2487 | |
| |\ | | | | | adds CWE popularity over time plots | |||||
| | * | adds CWE popularity over time plots | Adam Janovsky | 2022-06-27 | 1 | -2446/+2487 | |
| |/ | ||||||
| * | Merge pull request #238 from crocs-muni:fix/document-hashes-constructors0.1.0 | adamjanovsky | 2022-06-22 | 5 | -34/+50 | |
| |\ | | | | | fix CommonCriteriaCert.InternalState constructor | |||||
| | * | fix CommonCriteriaCert.InternalState constructor | Adam Janovsky | 2022-06-22 | 5 | -34/+50 | |
| |/ | ||||||
| * | Merge pull request #236 from crocs-muni/feat/docs-better-install-instructions | adamjanovsky | 2022-06-22 | 3 | -6/+34 | |
| |\ | | | | | better docker instructions | |||||
| | * | better docker instructions | Adam Janovsky | 2022-06-22 | 3 | -6/+34 | |
| | | | ||||||
| * | | Fix loading of CC InternalState with hashes in it. | J08nY | 2022-06-22 | 1 | -0/+4 | |
| |/ | ||||||
| * | Update issue templates | adamjanovsky | 2022-06-22 | 2 | -0/+49 | |
| | | ||||||
| * | Merge pull request #234 from ↵ | adamjanovsky | 2022-06-20 | 1 | -9/+1 | |
| |\ | | | | | | | | | crocs-muni/dependabot/pip/requirements/notebook-6.4.12 build(deps): bump notebook from 6.4.10 to 6.4.12 in /requirements | |||||
| | * | build(deps): bump notebook from 6.4.10 to 6.4.12 in /requirements | dependabot[bot] | 2022-06-17 | 1 | -9/+1 | |
| |/ | | | | | | | | | | | Bumps [notebook](http://jupyter.org) from 6.4.10 to 6.4.12. --- updated-dependencies: - dependency-name: notebook dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> | |||||
| * | Merge pull request #233 from crocs-muni:fix/group-fine-grained-cwes | adamjanovsky | 2022-06-15 | 2 | -175/+450 | |
| |\ | | | | | new func get_coarse_grained_cwes() | |||||
| | * | new func get_coarse_grained_cwes() | Adam Janovsky | 2022-06-15 | 2 | -175/+450 | |
| |/ | ||||||
| * | enhance vulnerability notebook with CWEs (#232) | adamjanovsky | 2022-06-14 | 8 | -105/+1243 | |
| | | | | | | * CVEs: start collecting CWE data * vuln notebook: CWE analysis | |||||
| * | Merge pull request #230 from crocs-muni/fix/upload-docs-on-release0.0.9 | adamjanovsky | 2022-06-06 | 1 | -1/+1 | |
| |\ | | | | | Docs: upload to web on tag revision | |||||
| | * | Docs: upload to web on tag revision | Adam Janovsky | 2022-06-06 | 1 | -1/+1 | |
| |/ | ||||||
| * | Fix PyPi build (#226)0.0.8 | adamjanovsky | 2022-06-02 | 3 | -5/+7 | |
| | | | | | | * Update pillow to 9.1.1 * Setup.py -> build during PyPi build * Fetch whole repository prior to PyPi build | |||||
| * | Add more regex rulesm, slightly refactor. (#224) | Ján Jančár | 2022-06-02 | 7 | -138/+321 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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. | |||||
| * | Merge pull request #222 from ↵ | adamjanovsky | 2022-05-30 | 1 | -0/+1 | |
| |\ | | | | | | | | | crocs-muni:issue/219-Misaligned-setuptools_scm-version-and-release-tag Don't guess next release version with setuptools_scm | |||||
| | * | no version guessing | Adam Janovsky | 2022-05-30 | 1 | -0/+1 | |
| |/ | ||||||
| * | Merge pull request #221 from crocs-muni/feat/track-doc-hashes | adamjanovsky | 2022-05-30 | 1 | -0/+16 | |
| |\ | | | | | Add document hashes. | |||||
| | * | Add document hashes. | J08nY | 2022-05-30 | 1 | -0/+16 | |
| |/ | | | | Fixes #220. | |||||
| * | push docs also on release | Adam Janovsky | 2022-05-27 | 1 | -1/+3 | |
| | | ||||||
| * | Merge pull request #218 from crocs-muni/issue/216-Binder-Fix-build0.0.7 | adamjanovsky | 2022-05-27 | 2 | -7/+3 | |
| |\ | | | | | Issue/216 binder fix build | |||||
| | * | add wheel requirement build time | Adam Janovsky | 2022-05-27 | 1 | -1/+1 | |
| | | | ||||||
| | * | fix docker build | Adam Janovsky | 2022-05-27 | 1 | -6/+2 | |
| |/ | ||||||
| * | Merge pull request #217 from crocs-muni/fix/fix-release-draft-gh-action | adamjanovsky | 2022-05-27 | 1 | -2/+1 | |
| |\ | | | | | Actions: fix draft release | |||||
| | * | Actions: fix draft release | Adam Janovsky | 2022-05-27 | 1 | -2/+1 | |
| |/ | ||||||
| * | Merge pull request #196 from crocs-muni/issue/195-Docs | adamjanovsky | 2022-05-27 | 51 | -633/+2872 | |
| |\ | | | | | Docs | |||||
| | * | docs conf switch ntb branch to main | Adam Janovsky | 2022-05-27 | 1 | -1/+1 | |
| | | | ||||||
| | * | Docs: comment on cc notebook | Adam Janovsky | 2022-05-27 | 3 | -11/+29 | |
| | | | ||||||
| | * | 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 | 4 | -4/+49 | |
| | |\ | | | | | | | 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 | 2 | -4/+4 | |
| | | | | | | | | | This will work after todays nightly update. | |||||
