| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #297 from crocs-muni/fix/pypi-action0.1.2 | adamjanovsky | 2022-12-10 | 6 | -6/+8 |
| |\ | | | | | update release on pypi action | ||||
| | * | update pypi action | Adam Janovsky | 2022-12-10 | 5 | -5/+7 |
| | | | |||||
| | * | update release on pypi action | Adam Janovsky | 2022-12-10 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #296 from crocs-muni/fix/bad-link-in-readme0.1.1 | adamjanovsky | 2022-12-10 | 1 | -23/+9 |
| |\ | | | | | update readme | ||||
| | * | update readme | Adam Janovsky | 2022-12-10 | 1 | -23/+9 |
| |/ | |||||
| * | Merge pull request #295 from crocs-muni/issue/287-Rename-CommonCriteria-files | adamjanovsky | 2022-12-10 | 29 | -258/+257 |
| |\ | | | | | Issue/287 rename common criteria files | ||||
| | * | rename notebook common_criteria -> cc | Adam Janovsky | 2022-12-10 | 5 | -5/+5 |
| | | | |||||
| | * | rename CommonCriteriaMaintenanceUpdate -> CCMaintenanceUpdate | Adam Janovsky | 2022-12-10 | 5 | -19/+15 |
| | | | |||||
| | * | Rename CommonCriteriaCert -> CCCertificate | Adam Janovsky | 2022-12-10 | 20 | -218/+218 |
| | | | |||||
| | * | rename common_criteria modules to cc | Adam Janovsky | 2022-12-09 | 22 | -80/+83 |
| |/ | |||||
| * | flat -> src layout (#294) | adamjanovsky | 2022-12-09 | 71 | -465/+913 |
| | | | | | | | - Some mypy fixes - Flat layout -> src layout - Ditch `setup.py` and `setup.cfg` in favour of `pyproject.toml` - Non-pinned requirements moved from `requirements/*.in` to `pyproject.toml` | ||||
| * | Merge pull request #292 from crocs-muni/feat/codecov | Ján Jančár | 2022-12-08 | 4 | -4/+16 |
| |\ | | | | | Add codecov | ||||
| | * | Add codecov badges. | J08nY | 2022-12-08 | 2 | -3/+6 |
| | | | |||||
| | * | Add codecov and rename workflow jobs for consistency. | J08nY | 2022-12-08 | 3 | -2/+11 |
| | | | |||||
| * | | Merge pull request #291 from ↵ | Ján Jančár | 2022-12-08 | 2 | -22/+7 |
| |\ \ | |/ |/| | | | | | crocs-muni/dependabot/pip/requirements/certifi-2022.12.7 build(deps): bump certifi from 2021.10.8 to 2022.12.7 in /requirements | ||||
| | * | build(deps): bump certifi from 2021.10.8 to 2022.12.7 in /requirements | dependabot[bot] | 2022-12-08 | 2 | -22/+7 |
| |/ | | | | | | | | | | | | | Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.10.8 to 2022.12.7. - [Release notes](https://github.com/certifi/python-certifi/releases) - [Commits](https://github.com/certifi/python-certifi/compare/2021.10.08...2022.12.07) --- updated-dependencies: - dependency-name: certifi dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
| * | Refactor FIPS & unify CLI actions (#275) | adamjanovsky | 2022-12-08 | 143 | -119089/+15594 |
| | | | | | | | | | | | * Unifies CLIs into sine CLI * Merge much of dataset functionality into `Dataset` baseclass * Refactor `unittest` -> `pytest` * Unify processing pipeline across datasets (common public functions) * Unify and refactor processing of auxillary datasets (CPE, CVE, PP, Algorithms, ...) * Upgrade Github Actions pipelines * Allow for failure of some tests * Refactor type hints | ||||
| * | Fix package_data contents. | J08nY | 2022-11-15 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #280 from crocs-muni/fix/ocr-page-order | Ján Jančár | 2022-11-09 | 1 | -1/+2 |
| |\ | | | | | Fix OCR page order issue. | ||||
| | * | Fix OCR page order issue. | J08nY | 2022-11-09 | 1 | -1/+2 |
| |/ | | | | Fixes #279. | ||||
| * | Add results to notebooks to make them nice on GitHub. | J08nY | 2022-10-25 | 4 | -105/+1007 |
| | | |||||
| * | Merge pull request #274 from crocs-muni/feat/fips-notebooks | Ján Jančár | 2022-10-25 | 13 | -3511/+114761 |
| |\ | | | | | Add notebooks to FIPS. | ||||
| | * | Fix FipsAlgo sorting for serialization. | J08nY | 2022-10-24 | 1 | -3/+19 |
| | | | |||||
| | * | Add vulnerabilities notebook to FIPS. | J08nY | 2022-10-21 | 3 | -1/+705 |
| | | | |||||
| | * | Unify some CVE/CPE-help pandas functions and use them in FIPS. | J08nY | 2022-10-21 | 3 | -3481/+43470 |
| | | | |||||
| | * | Add temporal analysis of FIPS algorithms. | J08nY | 2022-10-21 | 2 | -4/+40 |
| | | | |||||
| | * | Only log warnings for table extraction issues. | J08nY | 2022-10-21 | 1 | -2/+2 |
| | | | |||||
| | * | Add more fields to FIPS pandas dataframe. | J08nY | 2022-10-21 | 2 | -1/+38 |
| | | | |||||
| | * | Add MIP and IUT notebook for FIPS. | J08nY | 2022-10-21 | 1 | -0/+372 |
| | | | |||||
| | * | Fix IUT dataset path use. | J08nY | 2022-10-21 | 1 | -1/+1 |
| | | | |||||
| | * | Add temporal trends notebook to FIPS. | J08nY | 2022-10-21 | 6 | -26/+70122 |
| |/ | |||||
| * | Ditch the special handling of FIPS rules. | J08nY | 2022-10-21 | 1 | -6/+4 |
| | | | | | Add a separator anyway, not doing so messes stuff up. | ||||
| * | Add a way to get the full MIP and IUT datasets from web. | J08nY | 2022-10-19 | 6 | -0/+52 |
| | | |||||
| * | Add getters for MI and IUT snapshots. | J08nY | 2022-10-19 | 6 | -0/+66 |
| | | |||||
| * | Merge pull request #273 from crocs-muni/feat/eval-cpe-matches | adamjanovsky | 2022-10-19 | 7 | -132/+4923 |
| |\ | | | | | Feat/eval cpe matches | ||||
| | * | Merge branch 'main' into feat/eval-cpe-matches | Adam Janovsky | 2022-10-19 | 18 | -1648/+2704 |
| | |\ | |/ |/| | |||||
| * | | Merge pull request #271 from crocs-muni/feat/revisit-vulns | adamjanovsky | 2022-10-19 | 6 | -1259/+1841 |
| |\ \ | | | | | | | Feat/revisit vulns | ||||
| | * \ | merge fresh main | Adam Janovsky | 2022-10-19 | 21 | -435/+1296 |
| | |\ \ | |/ / |/| | | |||||
| * | | | Merge pull request #272 from crocs-muni/fix/fips-ids | Ján Jančár | 2022-10-19 | 3 | -15/+18 |
| |\ \ \ | | | | | | | | | Fix FIPS references. | ||||
| | * | | | Fix FIPS references. | J08nY | 2022-10-19 | 3 | -15/+18 |
| | | | | | |||||
| * | | | | Add modified sankey algo to references notebook. | J08nY | 2022-10-19 | 1 | -80/+450 |
| |/ / / | |||||
| * | | | Update the final run notebooks and cert_id eval data. | J08nY | 2022-10-10 | 6 | -72/+124 |
| | | | | |||||
| * | | | Anonymize docs. | J08nY | 2022-10-10 | 2 | -5/+9 |
| | | | | |||||
| * | | | Update final run notebook with *the* final run. | J08nY | 2022-10-10 | 1 | -24/+657 |
| | | | | |||||
| * | | | Bump mypy in pre-commit. | J08nY | 2022-10-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | I can finally commit again! | ||||
| * | | | Add git commit hash to final run notebook. | J08nY | 2022-10-09 | 1 | -620/+32 |
| | | | | |||||
| * | | | Merge pull request #267 from crocs-muni/feat/eval-cpe-matches | adamjanovsky | 2022-10-09 | 11 | -121/+510 |
| |\ \ \ | | | | | | | | | Manual evaluation of CPE matching | ||||
| | | * | | finalize plotting and vuln notebook, add networkx dep | Adam Janovsky | 2022-10-19 | 5 | -1075/+381 |
| | | | | | |||||
| | | * | | plotting of tables | Adam Janovsky | 2022-10-10 | 1 | -201/+756 |
| | | | | | |||||
| | | * | | Merge branch 'main' into feat/revisit-vulns | Adam Janovsky | 2022-10-10 | 3 | -8/+15 |
| | | |\ \ | |_|/ / |/| | | | |||||
