From 9b12f894d1f237c686f68d56557ac486389c0897 Mon Sep 17 00:00:00 2001 From: Robert Roberge Date: Tue, 3 Dec 2024 10:43:08 -0500 Subject: [PATCH] #3289 Banner Alert about CVE Services outage on Dec 4, 2024 (#3296) --- src/assets/data/NotificationBanner.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/assets/data/NotificationBanner.json b/src/assets/data/NotificationBanner.json index a5ec57a3..79eaa275 100644 --- a/src/assets/data/NotificationBanner.json +++ b/src/assets/data/NotificationBanner.json @@ -1,24 +1,24 @@ { - "shouldDisplay":false, - "publishCount": 5, + "shouldDisplay":true, + "publishCount": 6, "collapsed": false, "notificationContents": [ { "contentType": "paragraph", - "content": "NOTICE: " + "content": "NOTICE FOR CVE NUMBERING AUTHORITIES (CNAs): " }, { "contentType": "paragraph", - "content": "The CVE ID Lookup on this website will be unavailable on June 4, 2024, from 1:00 PM - 3:00 PM EDT, for maintenance.
" + "content": "On December 4, 2024, CVE Services will be unavailable from 1:00 – 3:00 PM EST, UTC-5, to undergo maintenance and deployment of " }, { "contentType": "externalLink", - "link": "https://cve.mitre.org/cve/search_cve_list.html", - "linkText": "CVE List keyword search" + "link": "https://github.com/CVEProject/cve-schema/releases/tag/v5.1.1-rc2", + "linkText": "CVE Record Format Version 5.1.1" }, { "contentType": "paragraph", - "content": "hosted on the legacy cve.mitre.org website will remain available during this time." + "content": ", which adds new features for CNAs. Most downstream users will see no operational impact from these updates." } ] } \ No newline at end of file