Skip to content

Commit

Permalink
#3289 Banner Alert about CVE Services outage on Dec 4, 2024 (#3296)
Browse files Browse the repository at this point in the history
  • Loading branch information
rroberge authored Dec 3, 2024
1 parent e19b35f commit 9b12f89
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/assets/data/NotificationBanner.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"shouldDisplay":false,
"publishCount": 5,
"shouldDisplay":true,
"publishCount": 6,
"collapsed": false,
"notificationContents": [
{
"contentType": "paragraph",
"content": "<strong>NOTICE: </strong>"
"content": "<strong>NOTICE FOR CVE NUMBERING AUTHORITIES (CNAs): </strong>"
},
{
"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.<br/>"
"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."
}
]
}

0 comments on commit 9b12f89

Please sign in to comment.