| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix some ruff errors | Adam Janovsky | 2024-02-20 | 3 | -7/+5 |
| | | |||||
| * | Merge branch 'main' into reference-notebook | adamjanovsky | 2024-02-20 | 14 | -659/+1044 |
| |\ | |||||
| | * | Fix typo. | J08nY | 2024-02-14 | 1 | -1/+1 |
| | | | |||||
| | * | Cleanup PdfData attributes. | J08nY | 2024-02-14 | 2 | -80/+32 |
| | | | |||||
| | * | Add tests for cert data extraction. | J08nY | 2024-02-14 | 1 | -1/+2 |
| | | | |||||
| | * | Add cert_id extraction from certificate files. | J08nY | 2024-02-13 | 1 | -49/+61 |
| | | | |||||
| | * | Move CCDocumentState to cert class. | J08nY | 2024-02-13 | 2 | -64/+74 |
| | | | |||||
| | * | Refactor document state in CC. | J08nY | 2024-02-13 | 3 | -251/+123 |
| | | | |||||
| | * | Add extraction of certificate data. | J08nY | 2024-02-08 | 2 | -33/+235 |
| | | | |||||
| | * | Handle some strict and loose rules after cleanup. | J08nY | 2024-02-07 | 2 | -4/+6 |
| | | | |||||
| | * | Fix cert_id canonicalization. | J08nY | 2024-02-07 | 2 | -6/+20 |
| | | | |||||
| | * | Fix broken filename rules. | J08nY | 2024-02-05 | 2 | -3/+6 |
| | | | |||||
| | * | Extract and reconstruct cert ids from filenames. | J08nY | 2024-02-05 | 2 | -25/+31 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this, the regular cert_id regexes were used to extract the cert_id from the report filename. However, the filenames often do not use the same cert_id format, but contain all of the information necessary to reconstruct the cert_id, but with different order for example. This commit along with those before it introduce a new set of regular expressions that better match the ones in the filenames. To extract the correctly formatted canonical cert_id, the regexes are used to obtain the parts of the cert_id (using named groups in regexes) and those are then reconstructed into a canonical version of the cert_id via one of the scheme-dependent functions. | ||||
| | * | Move the meta -> str functions out of cert_id class. | J08nY | 2024-02-05 | 2 | -223/+181 |
| | | | |||||
| | * | Add filename cert id rules. | J08nY | 2024-02-05 | 2 | -1/+38 |
| | | | |||||
| | * | Add certificateId meta property. | J08nY | 2024-02-05 | 1 | -0/+18 |
| | | | |||||
| | * | Improve Canadian rules. | J08nY | 2024-02-05 | 2 | -9/+25 |
| | | | |||||
| | * | Improve Turkish rules. | J08nY | 2024-02-05 | 2 | -2/+17 |
| | | | |||||
| | * | Improve Indian rules. | J08nY | 2024-02-05 | 2 | -5/+19 |
| | | | |||||
| | * | Improve Korean rules. | J08nY | 2024-02-05 | 2 | -3/+18 |
| | | | |||||
| | * | Improve Italian rules. | J08nY | 2024-02-03 | 2 | -10/+7 |
| | | | |||||
| | * | Improve Singaporean and Australian rules. | J08nY | 2024-02-03 | 2 | -5/+26 |
| | | | |||||
| | * | Improve Spanish rules. | J08nY | 2024-02-03 | 2 | -14/+16 |
| | | | |||||
| | * | Improve Swedish rules. | J08nY | 2024-02-03 | 2 | -2/+12 |
| | | | |||||
| | * | Improve UK rules. | J08nY | 2024-02-03 | 2 | -4/+11 |
| | | | |||||
| | * | Improve Japanese rules. | J08nY | 2024-02-03 | 2 | -7/+19 |
| | | | |||||
| | * | Improve Malaysian rules. | J08nY | 2024-02-03 | 2 | -1/+19 |
| | | | |||||
| | * | Improve US scheme rules. | J08nY | 2024-02-03 | 2 | -4/+32 |
| | | | |||||
| | * | Improve BSI regexes. | J08nY | 2024-02-03 | 2 | -39/+42 |
| | | | |||||
| | * | Cleanup ANSSI rules. | J08nY | 2024-02-02 | 2 | -22/+24 |
| | | | |||||
| | * | Improve NL cert_id rules. | J08nY | 2024-02-02 | 2 | -9/+7 |
| | | | |||||
| | * | Fix cert_lab parsing. | J08nY | 2024-02-02 | 2 | -22/+22 |
| | | | |||||
| | * | Fix bs4 deprecation. | J08nY | 2024-02-01 | 1 | -1/+1 |
| | | | |||||
| | * | Fix pandas deprecation in to_datetime. | J08nY | 2024-02-01 | 2 | -5/+5 |
| | | | |||||
| | * | Move __fields__ use to model_fields. | J08nY | 2024-02-01 | 1 | -3/+3 |
| | | | |||||
| | * | Move to model_validate in pydantic. | J08nY | 2024-02-01 | 1 | -1/+1 |
| | | | |||||
| | * | Use ConfigDict in pydantic. | J08nY | 2024-02-01 | 1 | -3/+2 |
| | | | |||||
| | * | Fix Turkish scheme test xfail. | J08nY | 2024-02-01 | 1 | -2/+1 |
| | | | |||||
| | * | Add france archived list. | J08nY | 2024-02-01 | 2 | -30/+99 |
| | | | |||||
| | * | Fix CC scheme downloads. | J08nY | 2024-01-04 | 3 | -97/+160 |
| | | | |||||
| | * | Fix CC CSV and HTML parsing. | J08nY | 2024-01-02 | 2 | -9/+18 |
| | | | |||||
| | * | Fix FIPS MIP introcution of "On Hold". | J08nY | 2023-12-09 | 1 | -0/+1 |
| | | | | | | | | | The computaion of flows might be more messy now. | ||||
| * | | add link to formal codebook | adamjanovsky | 2024-01-19 | 1 | -0/+2 |
| |/ | |||||
| * | refactoring here and there | adamjanovsky | 2023-11-24 | 3 | -60/+78 |
| | | |||||
| * | revert hyperparams on segment extraction | adamjanovsky | 2023-11-23 | 1 | -1/+1 |
| | | |||||
| * | hardcode hyperparams for all stages | adamjanovsky | 2023-11-23 | 3 | -25/+83 |
| | | |||||
| * | hardcode optimal hyperparams for embeddings | adamjanovsky | 2023-11-23 | 1 | -4/+4 |
| | | |||||
| * | continue refactoring the notebook | Adam Janovsky | 2023-11-14 | 3 | -3/+6 |
| | | |||||
| * | Merge branch 'bump-req-python-to-3-10' into reference-analysis | Adam Janovsky | 2023-11-14 | 24 | -40/+51 |
| |\ | |||||
| | * | bump required python to 3.8 | Adam Janovsky | 2023-11-14 | 24 | -40/+51 |
| | | | |||||
