Skip to content

Commit eb853c7

Browse files
authored
Merge pull request #3443 from CVEProject/int
2/4/25 Release: INT to MAIN
2 parents fd1cb4b + e943034 commit eb853c7

12 files changed

Lines changed: 417 additions & 24 deletions

File tree

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width,initial-scale=1.0">
77
<link rel="icon" type="image/x-icon" href="/cvePurpleVFavicon.svg">
8-
<title>CVE Website</title>
8+
<link rel="canonical" href="https://cve.org">
99
<script src="https://cmp.osano.com/AzyhULTdPkqmy4aDN/46057d56-0263-4cca-abac-9adddada4f3b/osano.js"></script>
1010
</head>
1111
<body class="has-navbar-fixed-top">
12+
<h1 hidden>Common vulnerabilities and Exposures (CVE)</h1>
1213
<noscript>
1314
<strong>We're sorry but the CVE Website doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
1415
</noscript>

package-lock.json

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

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
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",
24+
"@unhead/vue": "^1.11.18",
2425
"axios": "^1.6.5",
2526
"bulma": "^0.9.4",
2627
"bulma-timeline": "^3.0.5",

public/robots.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
User-agent: *
2+
Disallow: /*.pdf$
3+
Disallow: /*.jpg$
4+
Disallow: /*.png$
5+
Disallow: /*.svg$
6+
Disallow: /*.css$
7+
Disallow: /images/
8+
Disallow: /Resources/

src/App.vue

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ import NotificationBannerModule from './components/NotificationBannerModule.vue'
2020
import FoooterModule from './components/FooterModule.vue';
2121
import NotFound from './views/NotFound.vue';
2222
import { usePartnerStore } from '@/stores/partners';
23+
import { useSeoMeta } from '@unhead/vue';
2324
2425
export default {
2526
components: {
@@ -35,6 +36,12 @@ export default {
3536
},
3637
beforeMount() {
3738
usePartnerStore().populatePartnerShortLongNameMap();
39+
useSeoMeta({
40+
title: 'CVE: Common Vulnerabilities and Exposures',
41+
description: 'At cve.org, we provide the authoritative '
42+
+ 'reference method for publicly known information-security '
43+
+ 'vulnerabilities and exposures'
44+
});
3845
}
3946
}
4047
</script>

src/assets/data/CNAsList.json

Lines changed: 61 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"advisories": [
9090
{
9191
"label": "Advisories",
92-
"url": "https://www.amd.com/en/resources/product-security.html#vulnerability"
92+
"url": "https://www.amd.com/en/resources/product-security.html#security"
9393
}
9494
]
9595
},
@@ -137,7 +137,7 @@
137137
{
138138
"label": "Policy",
139139
"language": "",
140-
"url": "https://www.airbus.com/contact-us.html"
140+
"url": "https://www.airbus.com/en/airbus-contact-us#:~:text=Vulnerability%20disclosure%20guidelines"
141141
}
142142
],
143143
"securityAdvisories": {
@@ -15502,7 +15502,7 @@
1550215502
{
1550315503
"label": "Policy",
1550415504
"language": "",
15505-
"url": "https://hillstonenet.com.cn/support-and-training/psirt"
15505+
"url": "https://www.hillstonenet.com.cn/support-and-training/psirt"
1550615506
}
1550715507
],
1550815508
"securityAdvisories": {
@@ -20282,15 +20282,15 @@
2028220282
{
2028320283
"label": "Policy",
2028420284
"language": "",
20285-
"url": "https://www.milestonesys.com/psirt"
20285+
"url": "https://doc.milestonesys.com/latest/en-US/portal/htm/chapter-page-cve-vulnerabilitymanagementpolicy.htm"
2028620286
}
2028720287
],
2028820288
"securityAdvisories": {
2028920289
"alerts": [],
2029020290
"advisories": [
2029120291
{
2029220292
"label": "Advisories",
20293-
"url": "https://www.milestonesys.com/support/help-and-documentation/cyber-security/recent-vulnerabilities/"
20293+
"url": "https://supportcommunity.milestonesys.com/s/knowledgebase?language=en_US"
2029420294
}
2029520295
]
2029620296
},
@@ -25085,5 +25085,61 @@
2508525085
]
2508625086
},
2508725087
"country": "USA"
25088+
},
25089+
{
25090+
"shortName": "HemoCue",
25091+
"cnaID": "CNA-2025-0004",
25092+
"organizationName": "HemoCue AB",
25093+
"scope": "HemoCue branded products and technologies only",
25094+
"contact": [
25095+
{
25096+
"email": [
25097+
{
25098+
"label": "Email",
25099+
"emailAddr": "productsecurity@hemocue.se"
25100+
}
25101+
],
25102+
"contact": [],
25103+
"form": []
25104+
}
25105+
],
25106+
"disclosurePolicy": [
25107+
{
25108+
"label": "Policy",
25109+
"language": "",
25110+
"url": "https://global.hemocue.com/product-security/"
25111+
}
25112+
],
25113+
"securityAdvisories": {
25114+
"alerts": [],
25115+
"advisories": [
25116+
{
25117+
"label": "Advisories",
25118+
"url": "https://global.hemocue.com/product-security/"
25119+
}
25120+
]
25121+
},
25122+
"resources": [],
25123+
"CNA": {
25124+
"isRoot": false,
25125+
"root": {
25126+
"shortName": "icscert",
25127+
"organizationName": "Cybersecurity and Infrastructure Security Agency (CISA) Industrial Control Systems (ICS)"
25128+
},
25129+
"roles": [
25130+
{
25131+
"helpText": "",
25132+
"role": "CNA"
25133+
}
25134+
],
25135+
"TLR": {
25136+
"shortName": "CISA",
25137+
"organizationName": "Cybersecurity and Infrastructure Security Agency (CISA)"
25138+
},
25139+
"type": [
25140+
"Vendor"
25141+
]
25142+
},
25143+
"country": "Sweden"
2508825144
}
2508925145
]

0 commit comments

Comments
 (0)