aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sec_certs/utils
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* fix: Fixes in jupyter notebook and pandas utilsGeorgeFI2023-02-251-5/+4
|
* 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`