aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/data/cc/certificate
Commit message (Collapse)AuthorAgeFilesLines
* Fix CC schema validation tests.J08nY2025-09-251-2/+2
|
* Make a JSON schema for CC Certificate and Dataset objects.J08nY2025-09-251-110/+110
|
* implement PP processingAdam Janovsky2025-02-011-16/+12
|
* Fix tests.J08nY2024-11-201-0/+2
|
* Move to new dgst algorithm for CC.J08nY2024-07-191-1/+1
|
* Move CCDocumentState to cert class.J08nY2024-02-131-3/+3
|
* Refactor document state in CC.J08nY2024-02-131-18/+27
|
* Add extraction of certificate data.J08nY2024-02-081-2/+12
|
* merge mainAdam Janovsky2023-06-072-1/+2
|\
| * Merge branch 'fix/dup-dedup' into issue/324-Switch-from-NVD-data-feeds-to-APIJ08nY2023-04-211-1/+2
| |\
| | * Make CCSchemeDataset an actual dataset.J08nY2023-04-181-1/+2
| | |
| * | share some code in tests, use importlib.resourcesAdam Janovsky2023-04-201-0/+0
| |/
* / Reference annotations: finalize prediction pipelineadamjanovsky2023-03-171-1/+2
|/
* Rename CommonCriteriaCert -> CCCertificateAdam Janovsky2022-12-101-5/+5
|
* rename common_criteria modules to ccAdam Janovsky2022-12-091-5/+5
|
* Refactor FIPS & unify CLI actions (#275)adamjanovsky2022-12-081-0/+97
* 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