aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/data/cc/analysis/vulnerable_dataset.json
Commit message (Collapse)AuthorAgeFilesLines
* Ditch unused (and unimplemented) sha256_digest.J08nY2025-02-141-1/+0
|
* implement PP processingAdam Janovsky2025-02-011-13/+27
|
* Fix tests.J08nY2024-11-201-2/+6
|
* Move to new dgst algorithm for CC.J08nY2024-07-191-2/+2
|
* Move CCDocumentState to cert class.J08nY2024-02-131-6/+6
|
* Refactor document state in CC.J08nY2024-02-131-14/+64
|
* Reference annotations: finalize prediction pipelineadamjanovsky2023-03-171-1/+3
|
* test: Added my own dummy vulnerable certGeorgeFI2023-02-251-1/+56
|
* Fix typo auxillary -> auxiliary.J08nY2023-02-101-1/+1
|
* Rename CommonCriteriaCert -> CCCertificateAdam Janovsky2022-12-101-4/+4
|
* rename common_criteria modules to ccAdam Janovsky2022-12-091-5/+5
|
* Refactor FIPS & unify CLI actions (#275)adamjanovsky2022-12-081-0/+73
* 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