| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Improve US scheme rules. | J08nY | 2024-02-03 | 1 | -0/+6 | |
| | | ||||||
| * | Improve BSI regexes. | J08nY | 2024-02-03 | 1 | -0/+3 | |
| | | ||||||
| * | Improve NL cert_id rules. | J08nY | 2024-02-02 | 1 | -0/+6 | |
| | | ||||||
| * | Add france archived list. | J08nY | 2024-02-01 | 1 | -0/+3 | |
| | | ||||||
| * | Fix CC scheme downloads. | J08nY | 2024-01-04 | 1 | -0/+3 | |
| | | ||||||
| * | bump required python to 3.8 | Adam Janovsky | 2023-11-14 | 4 | -4/+4 | |
| | | ||||||
| * | Move scheme data matching to heuristics. | J08nY | 2023-04-27 | 1 | -1/+2 | |
| | | ||||||
| * | Fix path fixtures yielding. | J08nY | 2023-04-25 | 4 | -8/+12 | |
| | | ||||||
| * | Fix test fixtures. | J08nY | 2023-04-21 | 2 | -14/+16 | |
| | | ||||||
| * | Merge branch 'fix/dup-dedup' into issue/324-Switch-from-NVD-data-feeds-to-API | J08nY | 2023-04-21 | 3 | -52/+170 | |
| |\ | ||||||
| | * | Revert "Deduplicate some CC test fixtures into conftest." | J08nY | 2023-04-21 | 5 | -37/+146 | |
| | | | | | | | | | This reverts commit 295de0d238602022575580c8d159ab9df9817912. | |||||
| | * | Fix CC tests. | J08nY | 2023-04-20 | 1 | -32/+32 | |
| | | | ||||||
| | * | Make CCSchemeDataset an actual dataset. | J08nY | 2023-04-18 | 1 | -0/+5 | |
| | | | ||||||
| | * | Move scheme dataset matching test into fixture. | J08nY | 2023-04-17 | 1 | -8/+11 | |
| | | | ||||||
| | * | Share code between FIPS and CC matching. | J08nY | 2023-04-14 | 1 | -3/+0 | |
| | | | ||||||
| | * | Remove indirect imports from __init__ from our code. | J08nY | 2023-04-14 | 6 | -9/+10 | |
| | | | ||||||
| | * | Add CC scheme matching for datasets. | J08nY | 2023-04-14 | 2 | -2/+35 | |
| | | | ||||||
| | * | Deduplicate some CC test fixtures into conftest. | J08nY | 2023-04-14 | 6 | -145/+127 | |
| | | | ||||||
| | * | Add US scheme to enhanced download. | J08nY | 2023-04-14 | 1 | -0/+3 | |
| | | | ||||||
| | * | Add Japan to enhanced scheme download. | J08nY | 2023-04-14 | 1 | -1/+1 | |
| | | | ||||||
| | * | Add Norway extended scheme download. | J08nY | 2023-04-13 | 1 | -3/+1 | |
| | | | ||||||
| | * | Add DE scheme enhanced parsing. | J08nY | 2023-04-13 | 1 | -0/+3 | |
| | | | ||||||
| | * | Add enhanced download to French scheme. | J08nY | 2023-04-13 | 1 | -0/+1 | |
| | | | ||||||
| | * | Use urljoin and make URLs absolute in CC scheme dataset. | J08nY | 2023-04-13 | 1 | -48/+121 | |
| | | | ||||||
| * | | share some code in tests, use importlib.resources | Adam Janovsky | 2023-04-20 | 4 | -93/+75 | |
| | | | ||||||
| * | | share some fixtures | Adam Janovsky | 2023-04-20 | 1 | -20/+0 | |
| | | | ||||||
| * | | fix cc tests | Adam Janovsky | 2023-04-15 | 1 | -120/+47 | |
| | | | ||||||
| * | | WiP new cve and cpe dataset handling | Adam Janovsky | 2023-04-07 | 2 | -4/+9 | |
| |/ | ||||||
| * | finalize cpe matching for on/with configurations | Adam Janovsky | 2023-03-10 | 1 | -45/+32 | |
| | | ||||||
| * | fix: Fixed the test for matching cpe | GeorgeFI | 2023-02-25 | 1 | -7/+8 | |
| | | ||||||
| * | test: Added my own dummy vulnerable cert | GeorgeFI | 2023-02-25 | 1 | -5/+4 | |
| | | ||||||
| * | refactor: Refactored test for CC | GeorgeFI | 2023-02-25 | 1 | -24/+8 | |
| | | ||||||
| * | merge: merged main into feature branch | GeorgeFI | 2023-02-20 | 4 | -10/+10 | |
| |\ | ||||||
| | * | Fix typo auxillary -> auxiliary. | J08nY | 2023-02-10 | 2 | -5/+5 | |
| | | | ||||||
| | * | replace isort with ruff | Adam Janovsky | 2023-01-27 | 4 | -4/+4 | |
| | | | ||||||
| * | | test: Added test for CPE configurations | GeogeFI | 2023-01-31 | 1 | -5/+31 | |
| | | | ||||||
| * | | test: Added test for cc, not passing yet | GeogeFI | 2023-01-29 | 1 | -1/+13 | |
| | | | ||||||
| * | | tests: Prepared fixture setup for cpe config match test | GeogeFI | 2022-12-27 | 1 | -0/+39 | |
| | | | ||||||
| * | | chore: Formating, fixed tests | GeogeFI | 2022-12-25 | 1 | -4/+4 | |
| | | | ||||||
| * | | fix: Fixed critical bug in recursion, fixed tests | GeogeFI | 2022-12-15 | 1 | -0/+2 | |
| |/ | ||||||
| * | rename CommonCriteriaMaintenanceUpdate -> CCMaintenanceUpdate | Adam Janovsky | 2022-12-10 | 1 | -3/+3 | |
| | | ||||||
| * | Rename CommonCriteriaCert -> CCCertificate | Adam Janovsky | 2022-12-10 | 3 | -39/+39 | |
| | | ||||||
| * | rename common_criteria modules to cc | Adam Janovsky | 2022-12-09 | 3 | -3/+3 | |
| | | ||||||
| * | Refactor FIPS & unify CLI actions (#275) | adamjanovsky | 2022-12-08 | 6 | -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 | ||||||
