aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sec_certs/model/cpe_matching.py
Commit message (Collapse)AuthorAgeFilesLines
* bump required python to 3.8Adam Janovsky2023-11-141-1/+1
|
* Fix black issue.J08nY2023-04-211-1/+0
|
* Merge branch 'fix/dup-dedup' into issue/324-Switch-from-NVD-data-feeds-to-APIJ08nY2023-04-211-43/+16
|\
| * Move cert name and vendor name normalization functions and share them.J08nY2023-04-111-43/+16
| |
* | replace some ifs with dictionaray setdefaultAdam Janovsky2023-04-191-4/+1
| |
* | defer few importsAdam Janovsky2023-04-161-1/+2
|/
* Drop inheritance from sklearn objects.J08nY2023-02-101-3/+2
| | | | | | | | It is unused and causes big memory usag spikes on their import due to their inefficient import practice: https://github.com/scikit-learn/scikit-learn/issues/25590 We don't actually use their API anywhere (afaik).
* add flake8-simplify to ruffAdam Janovsky2023-02-031-1/+1
|
* fix some return statementsAdam Janovsky2023-02-031-7/+5
|
* ruff enforce comprehensionsAdam Janovsky2023-02-031-2/+2
|
* flat -> src layout (#294)adamjanovsky2022-12-091-0/+404
- 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`