Skip to content

Commit cb1f452

Browse files
authored
Merge pull request #3307 from CVEProject/int-main
12/3 Update main from int-main
2 parents 4f58567 + 6c22ac0 commit cb1f452

17 files changed

Lines changed: 320 additions & 49 deletions

package-lock.json

Lines changed: 50 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
},
1717
"dependencies": {
1818
"@cityssm/bulma-sticky-table": "^2.1.0",
19-
"@fortawesome/fontawesome-svg-core": "^6.5.1",
20-
"@fortawesome/free-brands-svg-icons": "^6.5.1",
19+
"@fortawesome/fontawesome-svg-core": "^6.5.2",
20+
"@fortawesome/free-brands-svg-icons": "^6.5.2",
2121
"@fortawesome/free-regular-svg-icons": "^6.5.1",
2222
"@fortawesome/free-solid-svg-icons": "^6.5.1",
2323
"@fortawesome/vue-fontawesome": "^3.0.5",
38.7 KB
Loading
59.8 KB
Loading

src/assets/data/CNAsList.json

Lines changed: 63 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14956,7 +14956,7 @@
1495614956
"shortName": "Checkmk",
1495714957
"cnaID": "CNA-2022-0055",
1495814958
"organizationName": "Checkmk GmbH",
14959-
"scope": "All products of Checkmk GmbH including Checkmk and Checkmk Appliance",
14959+
"scope": "All products of Checkmk GmbH including Checkmk and Checkmk Appliance, Nagvis, Robotmk, and packages published on <a href='https://exchange.checkmk.com/' target='_blank'>exchange.checkmk.com</a>",
1496014960
"contact": [
1496114961
{
1496214962
"email": [
@@ -24283,5 +24283,67 @@
2428324283
]
2428424284
},
2428524285
"country": "USA"
24286+
},
24287+
{
24288+
"shortName": "graphql-java",
24289+
"cnaID": "CNA-2024-0079",
24290+
"organizationName": "GraphQL Java",
24291+
"scope": "GraphQL Java, Java DataLoader, GraphQL Java Extended Scalars, and GraphQL Java Extended Validation",
24292+
"contact": [
24293+
{
24294+
"email": [
24295+
{
24296+
"label": "Email",
24297+
"emailAddr": "cve@graphql-java.com"
24298+
}
24299+
],
24300+
"contact": [
24301+
{
24302+
"label": "Reporting a Vulnerability page",
24303+
"url": "https://github.com/graphql-java/graphql-java/security#reporting-a-vulnerability"
24304+
}
24305+
],
24306+
"form": []
24307+
}
24308+
],
24309+
"disclosurePolicy": [
24310+
{
24311+
"label": "Policy",
24312+
"language": "",
24313+
"url": "https://www.graphql-java.com/security"
24314+
}
24315+
],
24316+
"securityAdvisories": {
24317+
"alerts": [],
24318+
"advisories": [
24319+
{
24320+
"label": "Advisories",
24321+
"url": "https://www.graphql-java.com/security/#common-vulnerabilities-and-exposures-cves"
24322+
}
24323+
]
24324+
},
24325+
"resources": [],
24326+
"CNA": {
24327+
"isRoot": false,
24328+
"root": {
24329+
"shortName": "redhat",
24330+
"organizationName": "Red Hat, Inc."
24331+
},
24332+
"type": [
24333+
"Vendor",
24334+
"Open Source"
24335+
],
24336+
"TLR": {
24337+
"shortName": "mitre",
24338+
"organizationName": "MITRE Corporation"
24339+
},
24340+
"roles": [
24341+
{
24342+
"helpText": "",
24343+
"role": "CNA"
24344+
}
24345+
]
24346+
},
24347+
"country": "Australia"
2428624348
}
2428724349
]
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"shouldDisplay":false,
3-
"publishCount": 5,
2+
"shouldDisplay":true,
3+
"publishCount": 6,
44
"collapsed": false,
55
"notificationContents": [
66
{
@@ -9,16 +9,16 @@
99
},
1010
{
1111
"contentType": "paragraph",
12-
"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/>"
12+
"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 "
1313
},
1414
{
1515
"contentType": "externalLink",
16-
"link": "https://cve.mitre.org/cve/search_cve_list.html",
17-
"linkText": "CVE List keyword search"
16+
"link": "https://github.com/CVEProject/cve-schema/releases/tag/v5.1.1-rc2",
17+
"linkText": "CVE Record Format Version 5.1.1"
1818
},
1919
{
2020
"contentType": "paragraph",
21-
"content": "hosted on the legacy cve.mitre.org website will remain available during this time."
21+
"content": ", which adds new features for CVE Numbering Authorities (CNAs). The CVE ID Lookup on this website will also be unavailable during this timeframe."
2222
}
2323
]
2424
}

src/assets/data/metrics.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1173,7 +1173,7 @@
11731173
},
11741174
{
11751175
"month": "December",
1176-
"value": "TBA"
1176+
"value": "1"
11771177
}
11781178
]
11791179
},

0 commit comments

Comments
 (0)