aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sec_certs/utils
Commit message (Collapse)AuthorAgeFilesLines
* fix some ruff errorsAdam Janovsky2024-02-201-3/+1
|
* Cleanup PdfData attributes.J08nY2024-02-141-0/+9
|
* Merge branch 'bump-req-python-to-3-10' into reference-analysisAdam Janovsky2023-11-144-9/+9
|\
| * bump required python to 3.8Adam Janovsky2023-11-144-9/+9
| |
* | merge fresh mainAdam Janovsky2023-11-146-11/+149
|\|
| * fix new ruff errorsAdam Janovsky2023-11-104-6/+9
| |
| * fix: OCR with Pytesseract fixed nowGeorgeFI2023-09-251-1/+2
| |
| * feat: Added pytesseract wrapperGeorgeFI2023-09-201-5/+9
| |
| * Merge branch 'main' into feat-fips-referencesGeorgeFI2023-09-011-0/+45
| |\
| | * Add rudimentary profiling.J08nY2023-08-241-0/+45
| | | | | | | | | | | | Fixes #288.
| * | fix: Fixing of typesGeorgeFI2023-08-251-4/+6
| | |
| * | refactor: Refactored graph building functionsGeorgeFI2023-08-251-0/+83
| |/
* | ditch lang, fix groupbyadamjanovsky2023-09-291-4/+2
| |
* | multiple fixes segment extractoradamjanovsky2023-09-171-3/+5
| |
* | reference annotater improvements and hyperparam search pocadamjanovsky2023-08-241-2/+2
| |
* | notebook to measure annotator agreementAdam Janovsky2023-07-261-0/+2
| |
* | merge mainAdam Janovsky2023-06-077-6/+422
|\|
| * Merge branch 'fix/dup-dedup' into issue/324-Switch-from-NVD-data-feeds-to-APIJ08nY2023-04-212-0/+44
| |\
| | * Remove indirect imports from __init__ from our code.J08nY2023-04-141-0/+1
| | |
| | * Move cert name and vendor name normalization functions and share them.J08nY2023-04-111-0/+43
| | |
| * | defer few importsAdam Janovsky2023-04-161-2/+9
| | |
| * | rename some attributes in nvd api handlerAdam Janovsky2023-04-161-26/+26
| | |
| * | random fixesAdam Janovsky2023-04-141-1/+11
| | |
| * | fix pre-commit problems outside of testsAdam Janovsky2023-04-132-4/+3
| | |
| * | WiP new cve and cpe dataset handlingAdam Janovsky2023-04-072-1/+357
| |/
| * switch to pydantic in settings managementAdam Janovsky2023-03-292-5/+3
| |
* | Reference annotations: finalize prediction pipelineadamjanovsky2023-03-172-6/+4
| |
* | Merge branch 'main' into reference-analysisAdam Janovsky2023-03-101-5/+4
|\|
| * fix: Fixes in jupyter notebook and pandas utilsGeorgeFI2023-02-251-5/+4
| |
* | WiP production-level reference annotationadamjanovsky2023-03-031-0/+24
| |
* | more work on PoC reference annotatoradamjanovsky2023-02-171-3/+8
| |
* | PoC reference annotatorAdam Janovsky2023-02-171-0/+8
|/
* add flake8-simplify to ruffAdam Janovsky2023-02-032-14/+7
|
* pin linter versions, fix some lint problemsAdam Janovsky2023-02-031-1/+0
|
* fix some return statementsAdam Janovsky2023-02-035-12/+8
|
* ruff enforce comprehensionsAdam Janovsky2023-02-032-2/+2
|
* ruff enforce pathlibAdam Janovsky2023-02-021-21/+24
|
* adds some pylint checks to ruffAdam Janovsky2023-01-273-3/+3
|
* Fix/pypdf and cli fixes (#306)adamjanovsky2023-01-103-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 accessAdam Janovsky2022-12-141-2/+6
|
* flat -> src layout (#294)adamjanovsky2022-12-099-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`