aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/cc/test_cc_analysis.py
Commit message (Collapse)AuthorAgeFilesLines
* Add FIPS certificate JSON schema.J08nY2025-09-251-26/+8
|
* Make a JSON schema for CC Certificate and Dataset objects.J08nY2025-09-251-0/+37
|
* Fix ReferenceSegmentExtractor.J08nY2025-02-271-4/+12
|
* PPs: change dset filename pp.json -> dataset.jsonAdam Janovsky2025-02-131-2/+2
|
* implement PP testsAdam Janovsky2025-02-011-1/+2
|
* implement PP processingAdam Janovsky2025-02-011-25/+28
|
* refactor auxiliary dataset handling, heuristics computationAdam Janovsky2025-02-011-10/+38
|
* Move to new dgst algorithm for CC.J08nY2024-07-191-4/+4
|
* bump required python to 3.8Adam Janovsky2023-11-141-1/+1
|
* Fix path fixtures yielding.J08nY2023-04-251-2/+3
|
* Merge branch 'fix/dup-dedup' into issue/324-Switch-from-NVD-data-feeds-to-APIJ08nY2023-04-211-1/+1
|\
| * Remove indirect imports from __init__ from our code.J08nY2023-04-141-1/+1
| |
| * Add CC scheme matching for datasets.J08nY2023-04-141-1/+1
| |
* | share some fixturesAdam Janovsky2023-04-201-20/+0
| |
* | fix cc testsAdam Janovsky2023-04-151-120/+47
| |
* | WiP new cve and cpe dataset handlingAdam Janovsky2023-04-071-3/+3
|/
* finalize cpe matching for on/with configurationsAdam Janovsky2023-03-101-45/+32
|
* fix: Fixed the test for matching cpeGeorgeFI2023-02-251-7/+8
|
* test: Added my own dummy vulnerable certGeorgeFI2023-02-251-5/+4
|
* refactor: Refactored test for CCGeorgeFI2023-02-251-24/+8
|
* merge: merged main into feature branchGeorgeFI2023-02-201-3/+3
|\
| * Fix typo auxillary -> auxiliary.J08nY2023-02-101-1/+1
| |
| * replace isort with ruffAdam Janovsky2023-01-271-1/+1
| |
* | test: Added test for CPE configurationsGeogeFI2023-01-311-5/+31
| |
* | test: Added test for cc, not passing yetGeogeFI2023-01-291-1/+13
| |
* | tests: Prepared fixture setup for cpe config match testGeogeFI2022-12-271-0/+39
| |
* | chore: Formating, fixed testsGeogeFI2022-12-251-4/+4
| |
* | fix: Fixed critical bug in recursion, fixed testsGeogeFI2022-12-151-0/+2
|/
* Rename CommonCriteriaCert -> CCCertificateAdam Janovsky2022-12-101-13/+13
|
* rename common_criteria modules to ccAdam Janovsky2022-12-091-1/+1
|
* Refactor FIPS & unify CLI actions (#275)adamjanovsky2022-12-081-0/+262
* 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