aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/data/cc/analysis
Commit message (Collapse)AuthorAgeFilesLines
* Fix ReferenceSegmentExtractor.J08nY2025-02-2712-0/+34325
|
* Ditch unused (and unimplemented) sha256_digest.J08nY2025-02-144-4/+0
|
* implement PP testsAdam Janovsky2025-02-011-191/+0
|
* implement PP processingAdam Janovsky2025-02-015-76/+270
|
* Fix tests.J08nY2024-11-204-9/+27
|
* Move to new dgst algorithm for CC.J08nY2024-07-197-8/+8
|
* Cleanup PdfData attributes.J08nY2024-02-143-77/+14
|
* Move CCDocumentState to cert class.J08nY2024-02-134-27/+27
|
* Refactor document state in CC.J08nY2024-02-134-86/+253
|
* merge mainAdam Janovsky2023-06-072-592/+0
|\
| * fix cc testsAdam Janovsky2023-04-151-557/+0
| |
| * fix fips testsAdam Janovsky2023-04-151-35/+0
| |
* | Reference annotations: finalize prediction pipelineadamjanovsky2023-03-174-4/+13
|/
* 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-205-2/+2
|\
| * Fix typo auxillary -> auxiliary.J08nY2023-02-104-2/+2
| |
* | 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 CommonCriteriaCert -> CCCertificateAdam Janovsky2022-12-104-32/+32
|
* rename common_criteria modules to ccAdam Janovsky2022-12-094-36/+36
|
* Refactor FIPS & unify CLI actions (#275)adamjanovsky2022-12-0811-0/+9590
* 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