From 27be10c743861097cf4847ee0e34ac51d4f95802 Mon Sep 17 00:00:00 2001 From: Weston Steimel Date: Tue, 12 Nov 2024 11:25:48 +0000 Subject: [PATCH] allow setting disputed status Signed-off-by: Weston Steimel --- data/anchore/2024/CVE-2024-51992.json | 2 +- schema/enrichment_record.schema.json | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/data/anchore/2024/CVE-2024-51992.json b/data/anchore/2024/CVE-2024-51992.json index 77e11cfb..cde15071 100644 --- a/data/anchore/2024/CVE-2024-51992.json +++ b/data/anchore/2024/CVE-2024-51992.json @@ -13,7 +13,7 @@ { "collectionURL": "https://packagist.org", "cpes": [ - "cpe:2.3:a:orchid:platform:*:*:*:*:*:*:*:*" + "cpe:2.3:a:orchid:platform:*:*:*:*:*:php:*:*" ], "packageName": "orchid/platform", "packageType": "php-composer", diff --git a/schema/enrichment_record.schema.json b/schema/enrichment_record.schema.json index 81c9cecf..87d5b34b 100644 --- a/schema/enrichment_record.schema.json +++ b/schema/enrichment_record.schema.json @@ -26,6 +26,12 @@ "reason": { "type": "string" }, + "needsReview": { + "type": "boolean" + }, + "disputed": { + "type": "boolean" + }, "triageNotes": { "type": "object", "additionalProperties": true,