aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sec_certs/constants.py
Commit message (Collapse)AuthorAgeFilesLines
* Add france archived list.J08nY2024-02-011-0/+1
|
* Fix CC scheme downloads.J08nY2024-01-041-3/+6
|
* merge fresh mainAdam Janovsky2023-11-141-3/+5
|\
| * Fix Australian scheme in-eval.J08nY2023-10-101-1/+1
| |
| * Fix Canada CC scheme download.J08nY2023-08-141-2/+4
| | | | | | | | | | | | They changed their website, which broke our code. Honestly, I am surprised this scheme parsing does not break more often.
* | bump referencesadamjanovsky2023-11-141-1/+6
|/
* 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`