aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test_cc_oop.py
Commit message (Collapse)AuthorAgeFilesLines
* Refactor FIPS & unify CLI actions (#275)adamjanovsky2022-12-081-250/+0
| | | | | | | | | | * 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
* Store OCR results into CC cert state.J08nY2022-10-041-0/+5
|
* start colleting EALs from PP datasetAdam Janovsky2022-09-131-2/+3
|
* fix CommonCriteriaCert.InternalState constructorAdam Janovsky2022-06-221-17/+11
|
* Add more regex rulesm, slightly refactor. (#224)Ján Jančár2022-06-021-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | * 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 docs for CCDatasetAdam Janovsky2022-05-231-1/+1
|
* reorganize imports in examples, CLIs, notebooksAdam Janovsky2022-05-131-3/+2
|
* Refactor/pdftotext as library (#183)adamjanovsky2022-04-041-2/+2
| | | | | | | - 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
* fix testsAdam Janovsky2022-02-121-5/+5
|
* fix assert in testAdam Janovsky2022-01-051-1/+1
|
* Fix from_dict ordering issue.J08nY2022-01-051-4/+6
|
* flake8 complianceAdam Janovsky2021-12-191-2/+1
|
* sort importsAdam Janovsky2021-12-181-9/+9
|
* Format code with blackAdam Janovsky2021-12-181-111/+162
|
* Fix "maintainance" -> "maintenance".J08nY2021-12-091-1/+1
|
* rename certificate -> sample and split cve,cpe dataset from sampleAdam Janovsky2021-10-191-6/+6
|
* New API: delete src attribute of CC certAdam Janovsky2021-05-111-3/+0
|
* cc implement protection profiles datasetAdam Janovsky2021-05-111-4/+17
|
* cc links http -> httpsAdam Janovsky2021-05-111-20/+20
|
* new cc download testsAdam Janovsky2021-05-101-0/+14
|
* rename test -> testsAdam Janovsky2021-05-101-0/+166