aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/data/cc/analysis
Commit message (Collapse)AuthorAgeFilesLines
* fix cc testsAdam Janovsky2023-04-151-557/+0
|
* fix fips testsAdam Janovsky2023-04-151-35/+0
|
* finalize cpe matching for on/with configurationsAdam Janovsky2023-03-102-406/+476
|
* test: Added my own dummy vulnerable certGeorgeFI2023-02-251-1/+56
|
* merge: merged main into feature branchGeorgeFI2023-02-205-2/+2
|\
| * Fix typo auxillary -> auxiliary.J08nY2023-02-104-2/+2
| |
* | test: Added test for CPE configurationsGeogeFI2023-01-311-0/+41
| |
* | tests: Written tests for cpe configsGeogeFI2022-12-161-0/+385
| |
* | fix: fixed testsGeogeFI2022-12-161-0/+2
|/
* Rename CommonCriteriaCert -> CCCertificateAdam Janovsky2022-12-104-32/+32
|
* rename common_criteria modules to ccAdam Janovsky2022-12-094-36/+36
|
* Refactor FIPS & unify CLI actions (#275)adamjanovsky2022-12-0811-0/+9590
* 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