aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/data/cc/dataset
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'fix/dup-dedup' into issue/324-Switch-from-NVD-data-feeds-to-APIJ08nY2023-04-212-4/+8
|\
| * Make CCSchemeDataset an actual dataset.J08nY2023-04-182-4/+8
| |
* | share some code in tests, use importlib.resourcesAdam Janovsky2023-04-201-0/+0
|/
* Fix typo auxillary -> auxiliary.J08nY2023-02-102-2/+2
|
* rename CommonCriteriaMaintenanceUpdate -> CCMaintenanceUpdateAdam Janovsky2022-12-101-1/+1
|
* Rename CommonCriteriaCert -> CCCertificateAdam Janovsky2022-12-102-16/+16
|
* rename common_criteria modules to ccAdam Janovsky2022-12-092-18/+18
|
* Refactor FIPS & unify CLI actions (#275)adamjanovsky2022-12-086-0/+3107
* 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