aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sec_certs/model/cc_matching.py
Commit message (Collapse)AuthorAgeFilesLines
* Improve CC scheme extraction and matching.J08nY2024-11-081-12/+72
| | | | | | | | | | | | 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.
* Improve scheme parsing.J08nY2024-11-041-0/+23
| | | | | | Only match if category matches. Disregard unwanted warnings. Add progress bars everywhere.
* Refactor document state in CC.J08nY2024-02-131-2/+2
|
* bump required python to 3.8Adam Janovsky2023-11-141-1/+2
|
* Fix Norway cert_id parsing in schemes.J08nY2023-04-251-1/+3
|
* More comments in matching.J08nY2023-04-181-0/+7
|
* Make CCSchemeDataset an actual dataset.J08nY2023-04-181-4/+4
|
* Abstract out matching scores.J08nY2023-04-181-18/+14
|
* Change matcher API to not ref dataset.J08nY2023-04-171-7/+8
|
* Share code between FIPS and CC matching.J08nY2023-04-141-33/+15
|
* Remove indirect imports from __init__ from our code.J08nY2023-04-141-3/+3
|
* Add CC scheme matching for datasets.J08nY2023-04-141-17/+55
|
* Move CC Scheme dataset to separate file.J08nY2023-04-111-1/+10
|
* Process cert name and entry name the same.J08nY2023-04-111-2/+2
|
* Move cert name and vendor name normalization functions and share them.J08nY2023-04-111-7/+12
|
* Add CC and FIPS matching classes.J08nY2023-04-111-0/+62