Skip to content

Commit ffe03ae

Browse files
committed
#975 report/request page update and fix CNA entries with no contact info
1 parent d305843 commit ffe03ae

File tree

2 files changed

+29
-9
lines changed

2 files changed

+29
-9
lines changed

src/assets/data/CNAsList.json

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2477,7 +2477,16 @@
24772477
"scope": "All ESET products only and vulnerabilities discovered by ESET that are not covered by another CNA’s scope",
24782478
"contact": [
24792479
{
2480-
"email": [],
2480+
"email": [
2481+
{
2482+
"label": "Email ESET PSIRT",
2483+
"emailAddr": "security@eset.com"
2484+
},
2485+
{
2486+
"label": "Email ESET Research",
2487+
"emailAddr": "vulnerability.disclosures@eset.com"
2488+
}
2489+
],
24812490
"contact": [],
24822491
"form": []
24832492
}
@@ -2656,7 +2665,12 @@
26562665
"contact": [
26572666
{
26582667
"email": [],
2659-
"contact": [],
2668+
"contact": [
2669+
{
2670+
"label": "Fedora Bug Report page",
2671+
"url": "https://fedoraproject.org/wiki/Bugs_and_feature_requests"
2672+
}
2673+
],
26602674
"form": []
26612675
}
26622676
],
@@ -3048,7 +3062,12 @@
30483062
"scope": "All products and services developed and operated by FPT Software, as well as vulnerabilities in third-party software discovered by FPT Software that are not in another CNA’s scope",
30493063
"contact": [
30503064
{
3051-
"email": [],
3065+
"email": [
3066+
{
3067+
"label": "Email",
3068+
"emailAddr": "security@fsoft.com.vn"
3069+
}
3070+
],
30523071
"contact": [],
30533072
"form": []
30543073
}
@@ -6101,7 +6120,12 @@
61016120
"contact": [
61026121
{
61036122
"email": [],
6104-
"contact": [],
6123+
"contact": [
6124+
{
6125+
"label": "Objective Development security page",
6126+
"url": "https://obdev.at/go/cna"
6127+
}
6128+
],
61056129
"form": []
61066130
}
61076131
],

src/views/ResourcesSupport/ReportRequest.vue

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@
1919
<div class="areYouAcnaSection content">
2020
<h3 class="title">Are you a CNA?</h3>
2121
<p>
22-
Sign up for a
23-
<a href="https://forms.monday.com/forms/03132d0646401f5d10d06c60e25444a1?r=use1" target="_blank">
24-
CVE Services Organizational Account
25-
</a>
26-
to obtain CVE IDs through the fully automated ID Reservation Service, or use the
22+
Sign up for a CVE Services Organizational Account through your Root to obtain CVE IDs through the fully automated ID Reservation Service, or use the
2723
<a href="https://cveform.mitre.org/" target="_blank">CVE Request Form</a> to request IDs manually.
2824
</p>
2925
<p>

0 commit comments

Comments
 (0)