| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | flat -> src layout (#294) | adamjanovsky | 2022-12-09 | 9 | -2038/+0 |
| | | | | | | | - Some mypy fixes - Flat layout -> src layout - Ditch `setup.py` and `setup.cfg` in favour of `pyproject.toml` - Non-pinned requirements moved from `requirements/*.in` to `pyproject.toml` | ||||
| * | Refactor FIPS & unify CLI actions (#275) | adamjanovsky | 2022-12-08 | 8 | -133/+140 |
| | | | | | | | | | | | * 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 | ||||
| * | Fix OCR page order issue. | J08nY | 2022-11-09 | 1 | -1/+2 |
| | | | | | Fixes #279. | ||||
| * | Unify some CVE/CPE-help pandas functions and use them in FIPS. | J08nY | 2022-10-21 | 1 | -7/+2 |
| | | |||||
| * | Add temporal trends notebook to FIPS. | J08nY | 2022-10-21 | 1 | -3/+3 |
| | | |||||
| * | user spearman to compute correlations, further enhances | Adam Janovsky | 2022-10-05 | 1 | -25/+111 |
| | | |||||
| * | Store OCR results into CC cert state. | J08nY | 2022-10-04 | 1 | -8/+11 |
| | | |||||
| * | Merge branch 'main' into feat/temporal-trends-notebook-improvements | Adam Janovsky | 2022-09-27 | 2 | -3/+10 |
| |\ | |||||
| | * | Fix regex matching wronng substrings. | J08nY | 2022-09-22 | 1 | -2/+2 |
| | | | | | | | | | Fixes #255. | ||||
| | * | Add cert_id_evalution notebook, improve cert-id heuristics. | J08nY | 2022-09-19 | 1 | -1/+1 |
| | | | |||||
| | * | Better sanitization for CC scheme downloads. | J08nY | 2022-09-19 | 1 | -0/+7 |
| | | | |||||
| * | | start colleting EALs from PP dataset | Adam Janovsky | 2022-09-13 | 2 | -1/+14 |
| |/ | |||||
| * | Merge pull request #253 from crocs-muni/feat/cc-notebook-temporal-trends | adamjanovsky | 2022-07-29 | 1 | -2/+60 |
| |\ | | | | | CC notebook with temporal trends | ||||
| | * | finalize temporal trends notebook | Adam Janovsky | 2022-07-29 | 1 | -2/+60 |
| | | | |||||
| * | | Fix annotation parsing in PDFs. | J08nY | 2022-07-27 | 1 | -7/+12 |
| |/ | |||||
| * | Ignore errors in hyperlink collection from PDFs. | J08nY | 2022-07-26 | 1 | -7/+10 |
| | | |||||
| * | fix type annotations in extract.py | Adam Janovsky | 2022-07-25 | 1 | -7/+9 |
| | | |||||
| * | Utils: Map URLs from PyPDF2 objects to strings. | J08nY | 2022-07-12 | 1 | -2/+10 |
| | | |||||
| * | FIPS: Reorganize FIPSAlgorithm dataset. | J08nY | 2022-07-11 | 1 | -0/+1 |
| | | | | | - Now conforms to the dataset API. | ||||
| * | FIPS: Remove unused constants, reorder methods. | J08nY | 2022-07-11 | 1 | -2/+2 |
| | | |||||
| * | FIPS: Remove unused fragments dir. | J08nY | 2022-07-09 | 1 | -14/+0 |
| | | |||||
| * | Fix mypy warning with new mypy version. | J08nY | 2022-07-09 | 1 | -1/+1 |
| | | |||||
| * | Rename thresholds to more meaningful names. | J08nY | 2022-07-09 | 1 | -10/+10 |
| | | |||||
| * | Add OCR notebook. | J08nY | 2022-07-09 | 1 | -1/+3 |
| | | |||||
| * | Add OCR via tesseract. | J08nY | 2022-07-09 | 2 | -2/+128 |
| | | |||||
| * | Blacken. | J08nY | 2022-07-05 | 1 | -17/+17 |
| | | |||||
| * | Fix full extraction. | J08nY | 2022-07-05 | 1 | -73/+107 |
| | | |||||
| * | Fix imports. | J08nY | 2022-07-05 | 1 | -2/+2 |
| | | |||||
| * | Fix FIPS tests. | J08nY | 2022-07-05 | 1 | -1/+1 |
| | | |||||
| * | Fix issues except FIPS refs. | J08nY | 2022-07-05 | 1 | -13/+18 |
| | | |||||
| * | Blacken and isort. | J08nY | 2022-07-05 | 1 | -25/+17 |
| | | |||||
| * | Fix most test issues caused by new changes. | J08nY | 2022-07-05 | 1 | -93/+87 |
| | | |||||
| * | Black and isort the new utils subpackage. | J08nY | 2022-07-05 | 5 | -19/+26 |
| | | |||||
| * | Split helpers to thematic chunks. | J08nY | 2022-07-05 | 6 | -986/+1013 |
| | | | | | Split this disorientating junkyard of unrelated functions. | ||||
| * | Fixup imports of new helpers module. | J08nY | 2022-07-05 | 2 | -1/+42 |
| | | |||||
| * | Move helpers into utils. | J08nY | 2022-07-05 | 3 | -0/+1635 |
