aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test_nvd_dataset_builder.py
Commit message (Collapse)AuthorAgeFilesLines
* Move flaky remote tests into "scheduled" workflow.J08nY2025-02-271-1/+1
|
* Do not run from_web tests for CPE and CVE.J08nY2025-02-151-15/+1
|
* Unify CVE and CPEDataset from_web with the rest.J08nY2025-02-141-10/+3
|
* replace from_web_latest() with from_web()Adam Janovsky2025-02-011-1/+2
|
* add aux dataset testsAdam Janovsky2025-02-011-1/+1
|
* Fix NVD CPE Match API usage.J08nY2024-06-101-3/+2
| | | | | | | NIST recently lowered the limit on resultsPerPage for the CPE Match API, hence we have to adapt: https://nvd.nist.gov/general/news/cpematch-resultsperpage-update
* Use NVD api key in testsJ08nY2024-06-101-1/+1
|
* bump required python to 3.8Adam Janovsky2023-11-141-4/+4
|
* fix typehintAdam Janovsky2023-04-201-2/+2
|
* share some code in tests, use importlib.resourcesAdam Janovsky2023-04-201-2/+2
|
* tests for dataset builderAdam Janovsky2023-04-201-0/+86