aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/cc/test_cc_misc.py
Commit message (Collapse)AuthorAgeFilesLines
* Improve BSI cert_id regex.J08nY2025-04-011-0/+1
|
* Add computation of previous and next certificate versions based on ID.J08nY2024-11-201-59/+85
| | | | Fixes #457.
* Improve CC scheme extraction and matching.J08nY2024-11-081-0/+1
| | | | | | | | | | | | This significantly improves the CC scheme extraction by: - Fixing the extraction of several schemes that were mixing certified and archived entries by accident. - Improving the extraction of cert_ids from scheme sites. - Improving the matching heuristic to consider more attributes that are usually present in the site data. Also adds an evaluation notebook to see how this performs.
* Handle some strict and loose rules after cleanup.J08nY2024-02-071-0/+1
|
* Add more tests for cert_ids.J08nY2024-02-061-0/+10
|
* Add tests fot IT and SG canonicalization.J08nY2024-02-061-0/+8
|
* Add certificateId meta property.J08nY2024-02-051-1/+7
|
* Improve Canadian rules.J08nY2024-02-051-0/+1
|
* Improve Turkish rules.J08nY2024-02-051-1/+6
|
* Improve Indian rules.J08nY2024-02-051-1/+1
|
* Improve Korean rules.J08nY2024-02-051-0/+5
|
* Improve Italian rules.J08nY2024-02-031-4/+0
|
* Improve Singaporean and Australian rules.J08nY2024-02-031-0/+7
|
* Improve Swedish rules.J08nY2024-02-031-0/+2
|
* Improve Japanese rules.J08nY2024-02-031-3/+3
|
* Improve Malaysian rules.J08nY2024-02-031-0/+6
|
* 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
|
* Refactor FIPS & unify CLI actions (#275)adamjanovsky2022-12-081-0/+47
* 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