aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sec_certs/constants.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'fix/dup-dedup' into issue/324-Switch-from-NVD-data-feeds-to-APIJ08nY2023-04-211-15/+26
|\
| * Add US scheme to enhanced download.J08nY2023-04-141-1/+1
| |
| * Add Korea to enhanced CC scheme download.J08nY2023-04-141-3/+4
| |
| * Add Norway extended scheme download.J08nY2023-04-131-2/+3
| |
| * Use urljoin and make URLs absolute in CC scheme dataset.J08nY2023-04-131-4/+7
| |
| * Fix CC scheme downloads.J08nY2023-04-111-8/+14
| |
* | WiP new cve and cpe dataset handlingAdam Janovsky2023-04-071-1/+4
|/
* Fix some failing CC scheme downloads.J08nY2023-02-091-1/+4
|
* flat -> src layout (#294)adamjanovsky2022-12-091-0/+121
- 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`