aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/data/cc/dataset
Commit message (Collapse)AuthorAgeFilesLines
* fix: Tests and dataset versionJán Jančár2025-06-122-2/+4
|
* Ditch unused (and unimplemented) sha256_digest.J08nY2025-02-142-2/+0
|
* implement PP processingAdam Janovsky2025-02-012-33/+29
|
* Fix tests.J08nY2024-11-211-1/+3
|
* Fix tests.J08nY2024-11-201-0/+6
|
* Fix USA scheme download.J08nY2024-07-191-1/+1
|
* Fix scheme dataset test.J08nY2024-07-191-0/+856
|
* Move to new dgst algorithm for CC.J08nY2024-07-194-5/+5
|
* Add tests for cert data extraction.J08nY2024-02-141-339/+339
|
* Move CCDocumentState to cert class.J08nY2024-02-132-12/+12
|
* Refactor document state in CC.J08nY2024-02-132-72/+108
|
* Add extraction of certificate data.J08nY2024-02-082-8/+48
|
* merge mainAdam Janovsky2023-06-073-4/+8
|\
| * 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
| |/
* / Reference annotations: finalize prediction pipelineadamjanovsky2023-03-172-2/+6
|/
* 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