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,