From 1154b5f921045029999bc2bd616f6b468c6b20e9 Mon Sep 17 00:00:00 2001 From: ccoffin Date: Mon, 30 Dec 2024 11:54:08 -0600 Subject: [PATCH] Rejected example CVE Record is inconsistent with 4.5.3.7 in CNA Rules 4.0 Updated rejected example CVE Record to include a better rejectedReasons value. Fixes Issue #313 --- schema/docs/cnaContainer-rejected-example.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schema/docs/cnaContainer-rejected-example.json b/schema/docs/cnaContainer-rejected-example.json index dce4296a3b3..e9d0f9fc479 100644 --- a/schema/docs/cnaContainer-rejected-example.json +++ b/schema/docs/cnaContainer-rejected-example.json @@ -7,8 +7,8 @@ "rejectedReasons": [ { "lang": "en", - "value": "This CVE ID has been rejected or withdrawn by its CVE Numbering Authority." + "value": "This CVE Record has been rejected because it is a duplicate of CVE-1900-12345." } ] } -} \ No newline at end of file +}