aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/data/cc/analysis/reference_dataset.json
Commit message (Collapse)AuthorAgeFilesLines
* Ditch unused (and unimplemented) sha256_digest.J08nY2025-02-141-1/+0
|
* implement PP processingAdam Janovsky2025-02-011-15/+21
|
* Fix tests.J08nY2024-11-201-3/+9
|
* Move to new dgst algorithm for CC.J08nY2024-07-191-3/+3
|
* Cleanup PdfData attributes.J08nY2024-02-141-33/+6
|
* Move CCDocumentState to cert class.J08nY2024-02-131-9/+9
|
* Refactor document state in CC.J08nY2024-02-131-30/+81
|
* Reference annotations: finalize prediction pipelineadamjanovsky2023-03-171-1/+4
|
* Rename CommonCriteriaCert -> CCCertificateAdam Janovsky2022-12-101-12/+12
|
* rename common_criteria modules to ccAdam Janovsky2022-12-091-13/+13
|
* Refactor FIPS & unify CLI actions (#275)adamjanovsky2022-12-081-0/+1844
* 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