diff options
| author | Adam Janovsky | 2021-04-13 15:10:07 +0200 |
|---|---|---|
| committer | Adam Janovsky | 2021-04-13 15:10:07 +0200 |
| commit | 6fa33526391ba1660a0eea40b3d84a8aec392fcf (patch) | |
| tree | 8e7a47d14d85577cc99a2f0405d3f1901320ec3d /test/data | |
| parent | 69adbabaddb3b9f338d57292367b94c4abfe933b (diff) | |
| download | sec-certs-6fa33526391ba1660a0eea40b3d84a8aec392fcf.tar.gz sec-certs-6fa33526391ba1660a0eea40b3d84a8aec392fcf.tar.zst sec-certs-6fa33526391ba1660a0eea40b3d84a8aec392fcf.zip | |
add class for capturing heuristicly obtained data
Diffstat (limited to 'test/data')
| -rw-r--r-- | test/data/test_cc_oop/fictional_cert.json | 6 | ||||
| -rw-r--r-- | test/data/test_cc_oop/toy_dataset.json | 12 |
2 files changed, 15 insertions, 3 deletions
diff --git a/test/data/test_cc_oop/fictional_cert.json b/test/data/test_cc_oop/fictional_cert.json index d062ff76..07f94fda 100644 --- a/test/data/test_cc_oop/fictional_cert.json +++ b/test/data/test_cc_oop/fictional_cert.json @@ -51,5 +51,9 @@ "report_keywords": null, "st_keywords": null }, - "cpe_matching": [] + "cpe_matching": [], + "heuristics": { + "_type": "Heuristics", + "extracted_versions": 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 8fda0b54..70bc129a 100644 --- a/test/data/test_cc_oop/toy_dataset.json +++ b/test/data/test_cc_oop/toy_dataset.json @@ -54,7 +54,11 @@ "report_keywords": null, "st_keywords": null }, - "cpe_matching": [] + "cpe_matching": [], + "heuristics": { + "_type": "Heuristics", + "extracted_versions": null + } }, { "_type": "CommonCriteriaCert", @@ -99,7 +103,11 @@ "report_keywords": null, "st_keywords": null }, - "cpe_matching": [] + "cpe_matching": [], + "heuristics": { + "_type": "Heuristics", + "extracted_versions": null + } } ] }
\ No newline at end of file |
