aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/cc
Commit message (Collapse)AuthorAgeFilesLines
...
* Improve US scheme rules.J08nY2024-02-031-0/+6
|
* Improve BSI regexes.J08nY2024-02-031-0/+3
|
* Improve NL cert_id rules.J08nY2024-02-021-0/+6
|
* Add france archived list.J08nY2024-02-011-0/+3
|
* Fix CC scheme downloads.J08nY2024-01-041-0/+3
|
* bump required python to 3.8Adam Janovsky2023-11-144-4/+4
|
* Move scheme data matching to heuristics.J08nY2023-04-271-1/+2
|
* Fix path fixtures yielding.J08nY2023-04-254-8/+12
|
* Fix test fixtures.J08nY2023-04-212-14/+16
|
* Merge branch 'fix/dup-dedup' into issue/324-Switch-from-NVD-data-feeds-to-APIJ08nY2023-04-213-52/+170
|\
| * Revert "Deduplicate some CC test fixtures into conftest."J08nY2023-04-215-37/+146
| | | | | | | | This reverts commit 295de0d238602022575580c8d159ab9df9817912.
| * Fix CC tests.J08nY2023-04-201-32/+32
| |
| * Make CCSchemeDataset an actual dataset.J08nY2023-04-181-0/+5
| |
| * Move scheme dataset matching test into fixture.J08nY2023-04-171-8/+11
| |
| * Share code between FIPS and CC matching.J08nY2023-04-141-3/+0
| |
| * Remove indirect imports from __init__ from our code.J08nY2023-04-146-9/+10
| |
| * Add CC scheme matching for datasets.J08nY2023-04-142-2/+35
| |
| * Deduplicate some CC test fixtures into conftest.J08nY2023-04-146-145/+127
| |
| * Add US scheme to enhanced download.J08nY2023-04-141-0/+3
| |
| * Add Japan to enhanced scheme download.J08nY2023-04-141-1/+1
| |
| * Add Norway extended scheme download.J08nY2023-04-131-3/+1
| |
| * Add DE scheme enhanced parsing.J08nY2023-04-131-0/+3
| |
| * Add enhanced download to French scheme.J08nY2023-04-131-0/+1
| |
| * Use urljoin and make URLs absolute in CC scheme dataset.J08nY2023-04-131-48/+121
| |
* | share some code in tests, use importlib.resourcesAdam Janovsky2023-04-204-93/+75
| |
* | 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-072-4/+9
|/
* 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-204-10/+10
|\
| * Fix typo auxillary -> auxiliary.J08nY2023-02-102-5/+5
| |
| * replace isort with ruffAdam Janovsky2023-01-274-4/+4
| |
* | 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 CommonCriteriaMaintenanceUpdate -> CCMaintenanceUpdateAdam Janovsky2022-12-101-3/+3
|
* Rename CommonCriteriaCert -> CCCertificateAdam Janovsky2022-12-103-39/+39
|
* rename common_criteria modules to ccAdam Janovsky2022-12-093-3/+3
|
* Refactor FIPS & unify CLI actions (#275)adamjanovsky2022-12-086-0/+805
* 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