| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix some ruff errors | Adam Janovsky | 2024-02-20 | 1 | -3/+1 |
| | | |||||
| * | Cleanup PdfData attributes. | J08nY | 2024-02-14 | 1 | -0/+9 |
| | | |||||
| * | Merge branch 'bump-req-python-to-3-10' into reference-analysis | Adam Janovsky | 2023-11-14 | 4 | -9/+9 |
| |\ | |||||
| | * | bump required python to 3.8 | Adam Janovsky | 2023-11-14 | 4 | -9/+9 |
| | | | |||||
| * | | merge fresh main | Adam Janovsky | 2023-11-14 | 6 | -11/+149 |
| |\| | |||||
| | * | fix new ruff errors | Adam Janovsky | 2023-11-10 | 4 | -6/+9 |
| | | | |||||
| | * | fix: OCR with Pytesseract fixed now | GeorgeFI | 2023-09-25 | 1 | -1/+2 |
| | | | |||||
| | * | feat: Added pytesseract wrapper | GeorgeFI | 2023-09-20 | 1 | -5/+9 |
| | | | |||||
| | * | Merge branch 'main' into feat-fips-references | GeorgeFI | 2023-09-01 | 1 | -0/+45 |
| | |\ | |||||
| | | * | Add rudimentary profiling. | J08nY | 2023-08-24 | 1 | -0/+45 |
| | | | | | | | | | | | | | Fixes #288. | ||||
| | * | | fix: Fixing of types | GeorgeFI | 2023-08-25 | 1 | -4/+6 |
| | | | | |||||
| | * | | refactor: Refactored graph building functions | GeorgeFI | 2023-08-25 | 1 | -0/+83 |
| | |/ | |||||
| * | | ditch lang, fix groupby | adamjanovsky | 2023-09-29 | 1 | -4/+2 |
| | | | |||||
| * | | multiple fixes segment extractor | adamjanovsky | 2023-09-17 | 1 | -3/+5 |
| | | | |||||
| * | | reference annotater improvements and hyperparam search poc | adamjanovsky | 2023-08-24 | 1 | -2/+2 |
| | | | |||||
| * | | notebook to measure annotator agreement | Adam Janovsky | 2023-07-26 | 1 | -0/+2 |
| | | | |||||
| * | | merge main | Adam Janovsky | 2023-06-07 | 7 | -6/+422 |
| |\| | |||||
| | * | Merge branch 'fix/dup-dedup' into issue/324-Switch-from-NVD-data-feeds-to-API | J08nY | 2023-04-21 | 2 | -0/+44 |
| | |\ | |||||
| | | * | Remove indirect imports from __init__ from our code. | J08nY | 2023-04-14 | 1 | -0/+1 |
| | | | | |||||
| | | * | Move cert name and vendor name normalization functions and share them. | J08nY | 2023-04-11 | 1 | -0/+43 |
| | | | | |||||
| | * | | defer few imports | Adam Janovsky | 2023-04-16 | 1 | -2/+9 |
| | | | | |||||
| | * | | rename some attributes in nvd api handler | Adam Janovsky | 2023-04-16 | 1 | -26/+26 |
| | | | | |||||
| | * | | random fixes | Adam Janovsky | 2023-04-14 | 1 | -1/+11 |
| | | | | |||||
| | * | | fix pre-commit problems outside of tests | Adam Janovsky | 2023-04-13 | 2 | -4/+3 |
| | | | | |||||
| | * | | WiP new cve and cpe dataset handling | Adam Janovsky | 2023-04-07 | 2 | -1/+357 |
| | |/ | |||||
| | * | switch to pydantic in settings management | Adam Janovsky | 2023-03-29 | 2 | -5/+3 |
| | | | |||||
| * | | Reference annotations: finalize prediction pipeline | adamjanovsky | 2023-03-17 | 2 | -6/+4 |
| | | | |||||
| * | | Merge branch 'main' into reference-analysis | Adam Janovsky | 2023-03-10 | 1 | -5/+4 |
| |\| | |||||
| | * | fix: Fixes in jupyter notebook and pandas utils | GeorgeFI | 2023-02-25 | 1 | -5/+4 |
| | | | |||||
| * | | WiP production-level reference annotation | adamjanovsky | 2023-03-03 | 1 | -0/+24 |
| | | | |||||
| * | | more work on PoC reference annotator | adamjanovsky | 2023-02-17 | 1 | -3/+8 |
| | | | |||||
| * | | PoC reference annotator | Adam Janovsky | 2023-02-17 | 1 | -0/+8 |
| |/ | |||||
| * | add flake8-simplify to ruff | Adam Janovsky | 2023-02-03 | 2 | -14/+7 |
| | | |||||
| * | pin linter versions, fix some lint problems | Adam Janovsky | 2023-02-03 | 1 | -1/+0 |
| | | |||||
| * | fix some return statements | Adam Janovsky | 2023-02-03 | 5 | -12/+8 |
| | | |||||
| * | ruff enforce comprehensions | Adam Janovsky | 2023-02-03 | 2 | -2/+2 |
| | | |||||
| * | ruff enforce pathlib | Adam Janovsky | 2023-02-02 | 1 | -21/+24 |
| | | |||||
| * | adds some pylint checks to ruff | Adam Janovsky | 2023-01-27 | 3 | -3/+3 |
| | | |||||
| * | Fix/pypdf and cli fixes (#306) | adamjanovsky | 2023-01-10 | 3 | -12/+17 |
| | | | | | | | * fix CLI path handling * bump pypdf * fix gitignore bug * default n_threads arg, allow all cores utilization with -1 | ||||
| * | fix OCR txt_path access | Adam Janovsky | 2022-12-14 | 1 | -2/+6 |
| | | |||||
| * | flat -> src layout (#294) | adamjanovsky | 2022-12-09 | 9 | -0/+2038 |
| - 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` | |||||
