| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rename CommonCriteriaMaintenanceUpdate -> CCMaintenanceUpdate | Adam Janovsky | 2022-12-10 | 2 | -4/+4 |
| | | |||||
| * | Rename CommonCriteriaCert -> CCCertificate | Adam Janovsky | 2022-12-10 | 10 | -92/+92 |
| | | |||||
| * | rename common_criteria modules to cc | Adam Janovsky | 2022-12-09 | 10 | -62/+62 |
| | | |||||
| * | Refactor FIPS & unify CLI actions (#275) | adamjanovsky | 2022-12-08 | 59 | -1909/+12518 |
| | | | | | | | | | | | * 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 | ||||
| * | Add a way to get the full MIP and IUT datasets from web. | J08nY | 2022-10-19 | 3 | -0/+14 |
| | | |||||
| * | Add getters for MI and IUT snapshots. | J08nY | 2022-10-19 | 3 | -0/+14 |
| | | |||||
| * | Fix FIPS references. | J08nY | 2022-10-19 | 2 | -13/+15 |
| | | |||||
| * | Store OCR results into CC cert state. | J08nY | 2022-10-04 | 1 | -0/+5 |
| | | |||||
| * | Add new CC cert state attributes. | J08nY | 2022-10-04 | 2 | -18/+24 |
| | | |||||
| * | Merge pull request #259 from ↵ | adamjanovsky | 2022-09-30 | 5 | -26/+40 |
| |\ | | | | | | | | | crocs-muni:feat/temporal-trends-notebook-improvements Temporal notebook iterative improvements | ||||
| | * | Merge branch 'main' into feat/temporal-trends-notebook-improvements | Adam Janovsky | 2022-09-27 | 5 | -4/+62 |
| | |\ | |||||
| | * | | start colleting EALs from PP dataset | Adam Janovsky | 2022-09-13 | 5 | -26/+40 |
| | | | | |||||
| * | | | Make DependencyFinder drop unknown refs in CC and FIPS dataset use. | J08nY | 2022-09-27 | 2 | -2/+6 |
| | |/ |/| | |||||
| * | | Fix Japan canonicalízation. | J08nY | 2022-09-23 | 1 | -0/+1 |
| | | | |||||
| * | | More code coverage. | J08nY | 2022-09-22 | 2 | -0/+49 |
| | | | |||||
| * | | Parse cert id out of filename. | J08nY | 2022-09-19 | 3 | -4/+12 |
| |/ | |||||
| * | Fix CC scheme download typo. | J08nY | 2022-07-26 | 1 | -1/+1 |
| | | |||||
| * | Fix Malaysia scheme download. | J08nY | 2022-07-16 | 1 | -1/+1 |
| | | |||||
| * | Add Singapore, Sweden, Turkey and USA to scheme download. | J08nY | 2022-07-13 | 1 | -0/+21 |
| | | |||||
| * | Fix scheme download tests. | J08nY | 2022-07-13 | 1 | -20/+23 |
| | | |||||
| * | Add more schemes to collect data from. | J08nY | 2022-07-13 | 1 | -0/+17 |
| | | | | | Adds Malaysia, Netherlands, Norway and Korea. | ||||
| * | Add download of certificate lists from scheme pages. | J08nY | 2022-07-12 | 1 | -0/+31 |
| | | | | | Fixes #46, partially. | ||||
| * | FIPS: Extract ST metadata and store it. | J08nY | 2022-07-11 | 1 | -0/+5 |
| | | |||||
| * | FIPS: Fix #210. | J08nY | 2022-07-11 | 1 | -1/+1 |
| | | | | | | Moves algorithm download into "process_algorithms()" and calls it in the CLI. | ||||
| * | FIPS: Reorganize FIPSAlgorithm dataset. | J08nY | 2022-07-11 | 2 | -510/+499 |
| | | | | | - Now conforms to the dataset API. | ||||
| * | Serialize fully qualified classnames instead of just the names. | J08nY | 2022-07-10 | 8 | -292/+292 |
| | | |||||
| * | Fix the test cert datasets. | J08nY | 2022-07-05 | 2 | -4933/+425 |
| | | |||||
| * | Fix FIPS tests. | J08nY | 2022-07-05 | 2 | -68/+56 |
| | | |||||
| * | Update test datasets. | J08nY | 2022-07-05 | 2 | -1625/+5149 |
| | | |||||
| * | Fix issues except FIPS refs. | J08nY | 2022-07-05 | 1 | -1028/+4206 |
| | | |||||
| * | Fix FIPS reference collection. | J08nY | 2022-07-05 | 1 | -2/+3 |
| | | |||||
| * | Blacken and isort. | J08nY | 2022-07-05 | 1 | -2/+3 |
| | | |||||
| * | Fix most test issues caused by new changes. | J08nY | 2022-07-05 | 2 | -13/+10 |
| | | |||||
| * | Fixup imports of new helpers module. | J08nY | 2022-07-05 | 1 | -1/+1 |
| | | |||||
| * | Introduce rules in YAML. | J08nY | 2022-07-05 | 1 | -0/+7 |
| | | |||||
| * | fix CommonCriteriaCert.InternalState constructor | Adam Janovsky | 2022-06-22 | 3 | -20/+26 |
| | | |||||
| * | enhance vulnerability notebook with CWEs (#232) | adamjanovsky | 2022-06-14 | 3 | -4/+24 |
| | | | | | | * CVEs: start collecting CWE data * vuln notebook: CWE analysis | ||||
| * | Add more regex rulesm, slightly refactor. (#224) | Ján Jančár | 2022-06-02 | 2 | -5/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 #215 from crocs-muni/model-docs | adamjanovsky | 2022-05-27 | 1 | -3/+3 |
| |\ | | | | | docs: Documentation for DependecyFinder and DependencyVulnerabilityFi… | ||||
| | * | Update location of CC MU dataset in settings. | J08nY | 2022-05-20 | 1 | -3/+3 |
| | | | | | | | | | This will work after todays nightly update. | ||||
| * | | add docs for CCDataset | Adam Janovsky | 2022-05-23 | 1 | -1/+1 |
| |/ | |||||
| * | reorganize imports in examples, CLIs, notebooks | Adam Janovsky | 2022-05-13 | 8 | -23/+15 |
| | | |||||
| * | populate __init__ for modules | Adam Janovsky | 2022-05-12 | 1 | -1/+1 |
| | | |||||
| * | implement EAL-implied SARs inference | Adam Janovsky | 2022-05-10 | 5 | -71/+87 |
| | | |||||
| * | delete debugging statement | Adam Janovsky | 2022-05-09 | 1 | -1/+0 |
| | | |||||
| * | fix tests, new SAR tests | Adam Janovsky | 2022-05-09 | 3 | -249/+274 |
| | | |||||
| * | test: Added tests for dependecy vulnerabilities | GeogeFI | 2022-04-09 | 2 | -0/+2234 |
| | | |||||
| * | Merge branch 'main' into dependency-vulnerability | GeogeFI | 2022-04-07 | 3 | -277/+277 |
| |\ | |||||
| | * | Refactor/pdftotext as library (#183) | adamjanovsky | 2022-04-04 | 3 | -277/+277 |
| | | | | | | | | | | | | | | | - 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 | ||||
| * | | refactor: Fixing comments from code review | GeogeFI | 2022-04-02 | 2 | -6/+6 |
| | | | |||||
