aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sec_certs/model/matching.py
Commit message (Collapse)AuthorAgeFilesLines
* Improve CC scheme extraction and matching.J08nY2024-11-081-2/+6
| | | | | | | | | | | | 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.
* bump required python to 3.8Adam Janovsky2023-11-141-1/+2
|
* fix new ruff errorsAdam Janovsky2023-11-101-1/+1
|
* Fix CC scheme certificate matching.J08nY2023-08-241-0/+2
|
* Fix annotations import.J08nY2023-04-181-3/+4
|
* Make CCSchemeDataset an actual dataset.J08nY2023-04-181-2/+4
|
* Abstract out matching scores.J08nY2023-04-181-0/+11
|
* Change matcher API to not ref dataset.J08nY2023-04-171-4/+2
|
* Share code between FIPS and CC matching.J08nY2023-04-141-0/+43