diff options
| author | Adam Janovsky | 2021-04-15 17:57:55 +0200 |
|---|---|---|
| committer | Adam Janovsky | 2021-04-15 17:57:55 +0200 |
| commit | d6a6b223bd689368d9deb86cdaa903ac180e8226 (patch) | |
| tree | 794ab16e6a7424d49863fc0cb58625f934694501 | |
| parent | c5cecac26949e2ef2ed9c3f6a796a9a47e6a01f7 (diff) | |
| download | sec-certs-d6a6b223bd689368d9deb86cdaa903ac180e8226.tar.gz sec-certs-d6a6b223bd689368d9deb86cdaa903ac180e8226.tar.zst sec-certs-d6a6b223bd689368d9deb86cdaa903ac180e8226.zip | |
fix tests
| -rw-r--r-- | test/data/test_cc_oop/fictional_cert.json | 4 | ||||
| -rw-r--r-- | test/data/test_cc_oop/toy_dataset.json | 8 |
2 files changed, 9 insertions, 3 deletions
diff --git a/test/data/test_cc_oop/fictional_cert.json b/test/data/test_cc_oop/fictional_cert.json index b73e81f2..d30fe35b 100644 --- a/test/data/test_cc_oop/fictional_cert.json +++ b/test/data/test_cc_oop/fictional_cert.json @@ -54,6 +54,8 @@ "heuristics": { "_type": "Heuristics", "extracted_versions": null, - "cpe_matches": null + "cpe_matches": null, + "verified_cpe_match": null, + "related_cves": null } }
\ No newline at end of file diff --git a/test/data/test_cc_oop/toy_dataset.json b/test/data/test_cc_oop/toy_dataset.json index 98adc9ac..cf1c7de9 100644 --- a/test/data/test_cc_oop/toy_dataset.json +++ b/test/data/test_cc_oop/toy_dataset.json @@ -57,7 +57,9 @@ "heuristics": { "_type": "Heuristics", "extracted_versions": null, - "cpe_matches": null + "cpe_matches": null, + "verified_cpe_match": null, + "related_cves": null } }, { @@ -106,7 +108,9 @@ "heuristics": { "_type": "Heuristics", "extracted_versions": null, - "cpe_matches": null + "cpe_matches": null, + "verified_cpe_match": null, + "related_cves": null } } ] |
