aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/data/cc
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'fix/dup-dedup' into issue/324-Switch-from-NVD-data-feeds-to-APIJ08nY2023-04-213-5/+10
|\
| * Make CCSchemeDataset an actual dataset.J08nY2023-04-183-5/+10
| |
* | share some code in tests, use importlib.resourcesAdam Janovsky2023-04-202-0/+0
| |
* | fix cc testsAdam Janovsky2023-04-152-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-207-4/+4
|\
| * Fix typo auxillary -> auxiliary.J08nY2023-02-106-4/+4
| |
* | 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 CommonCriteriaMaintenanceUpdate -> CCMaintenanceUpdateAdam Janovsky2022-12-101-1/+1
|
* Rename CommonCriteriaCert -> CCCertificateAdam Janovsky2022-12-107-53/+53
|
* rename common_criteria modules to ccAdam Janovsky2022-12-097-59/+59
|
* Refactor FIPS & unify CLI actions (#275)adamjanovsky2022-12-0818-0/+12794
* 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