aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/cc/test_cc_maintenance_updates.py
Commit message (Collapse)AuthorAgeFilesLines
* fix: Tests and dataset versionJán Jančár2025-06-121-0/+2
|
* Move flaky remote tests into "scheduled" workflow.J08nY2025-02-271-2/+1
|
* Protect from_web with xfails.J08nY2025-02-141-0/+1
|
* Use tmpdir with enough free space.J08nY2025-02-141-2/+1
|
* replace from_web_latest() with from_web()Adam Janovsky2025-02-011-1/+1
|
* refactor auxiliary dataset handling, heuristics computationAdam Janovsky2025-02-011-2/+2
|
* Move to new dgst algorithm for CC.J08nY2024-07-191-2/+2
|
* replace seccerts -> sec-certsAdam Janovsky2024-04-251-1/+1
|
* Refactor document state in CC.J08nY2024-02-131-3/+3
|
* bump required python to 3.8Adam Janovsky2023-11-141-1/+1
|
* Fix path fixtures yielding.J08nY2023-04-251-2/+3
|
* share some code in tests, use importlib.resourcesAdam Janovsky2023-04-201-7/+4
|
* Fix typo auxillary -> auxiliary.J08nY2023-02-101-4/+4
|
* replace isort with ruffAdam Janovsky2023-01-271-1/+1
|
* rename CommonCriteriaMaintenanceUpdate -> CCMaintenanceUpdateAdam Janovsky2022-12-101-3/+3
|
* Refactor FIPS & unify CLI actions (#275)adamjanovsky2022-12-081-0/+87
* 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