diff options
| author | GeogeFI | 2022-12-16 15:25:11 +0100 |
|---|---|---|
| committer | GeogeFI | 2022-12-16 15:25:11 +0100 |
| commit | 929ca521e62aef041302c0b5c4260bf4c58736f7 (patch) | |
| tree | 5eb57d9dde5724573802dc5b8ecbcfb201ecb272 | |
| parent | 4f806a8bfaf4f4f1870842c7abf48c9c0e89b314 (diff) | |
| download | sec-certs-929ca521e62aef041302c0b5c4260bf4c58736f7.tar.gz sec-certs-929ca521e62aef041302c0b5c4260bf4c58736f7.tar.zst sec-certs-929ca521e62aef041302c0b5c4260bf4c58736f7.zip | |
fix: fixed tests
| -rw-r--r-- | tests/data/cc/analysis/auxillary_datasets/cve_dataset.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/data/cc/analysis/auxillary_datasets/cve_dataset.json b/tests/data/cc/analysis/auxillary_datasets/cve_dataset.json index b71d5c62..5fd4e8ca 100644 --- a/tests/data/cc/analysis/auxillary_datasets/cve_dataset.json +++ b/tests/data/cc/analysis/auxillary_datasets/cve_dataset.json @@ -13,6 +13,7 @@ "end_version": null } ], + "vulnerable_cpe_configurations": [], "impact": { "_type": "sec_certs.sample.cve.CVE.Impact", "base_score": 5.3, @@ -40,6 +41,7 @@ "end_version": null } ], + "vulnerable_cpe_configurations": [], "impact": { "_type": "sec_certs.sample.cve.CVE.Impact", "base_score": 8.2, |
