Skip to content

Commit 40f042b

Browse files
rrobergerlxdev
andauthored
9/9/25 release branch (#3691)
* #3689 Update CVE Services page * #3690 Update WGs page * #3688 Add new CNA * #3690 Update WGs page * #3688 Update 1 CNA's info * archives: use "meetingArchivePath" variable to replace hard-coded values * news: change cve.mitre.org based links to archived meeting summaries, etc. * add scroll box for product status in CVE record display --------- Co-authored-by: Roy Lane <[email protected]>
1 parent 95f5453 commit 40f042b

File tree

8 files changed

+168
-104
lines changed

8 files changed

+168
-104
lines changed

src/assets/data/CNAsList.json

Lines changed: 58 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4478,7 +4478,7 @@
44784478
"email": [
44794479
{
44804480
"label": "Email",
4481-
"emailAddr": "vuln@krcert.or.kr"
4481+
"emailAddr": "vuln_notice@krcert.or.kr"
44824482
}
44834483
],
44844484
"contact": [],
@@ -4497,7 +4497,7 @@
44974497
"advisories": [
44984498
{
44994499
"label": "Advisories",
4500-
"url": "https://www.krcert.or.kr/kr/bbs/list.do?menuNo=205023&amp;bbsId=B0000302"
4500+
"url": "https://www.krcert.or.kr/kr/bbs/list.do?menuNo=205023&bbsId=B0000302"
45014501
}
45024502
]
45034503
},
@@ -26994,5 +26994,61 @@
2699426994
]
2699526995
},
2699626996
"country": "Ireland"
26997+
},
26998+
{
26999+
"shortName": "HackRTU",
27000+
"cnaID": "CNA-2025-0046",
27001+
"organizationName": "HackRTU",
27002+
"scope": "Vulnerability assignment related to its vulnerability coordination role for Industrial Control Systems (ICS) that are not covered by another CNA’s scope.",
27003+
"contact": [
27004+
{
27005+
"email": [
27006+
{
27007+
"label": "Email",
27008+
"emailAddr": "[email protected]"
27009+
}
27010+
],
27011+
"contact": [],
27012+
"form": []
27013+
}
27014+
],
27015+
"disclosurePolicy": [
27016+
{
27017+
"label": "Policy",
27018+
"language": "",
27019+
"url": "https://www.hackrtu.com/cna/cve-disclosure-policy/"
27020+
}
27021+
],
27022+
"securityAdvisories": {
27023+
"alerts": [],
27024+
"advisories": [
27025+
{
27026+
"label": "Advisories",
27027+
"url": "https://www.hackrtu.com/cna/cve-list/"
27028+
}
27029+
]
27030+
},
27031+
"resources": [],
27032+
"CNA": {
27033+
"isRoot": false,
27034+
"root": {
27035+
"shortName": "INCIBE",
27036+
"organizationName": "Spanish National Cybersecurity Institute, S.A. (INCIBE)"
27037+
},
27038+
"type": [
27039+
"Researcher"
27040+
],
27041+
"TLR": {
27042+
"shortName": "mitre",
27043+
"organizationName": "MITRE Corporation"
27044+
},
27045+
"roles": [
27046+
{
27047+
"helpText": "",
27048+
"role": "CNA"
27049+
}
27050+
]
27051+
},
27052+
"country": "Spain"
2699727053
}
2699827054
]

src/assets/data/metrics.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1204,7 +1204,7 @@
12041204
},
12051205
{
12061206
"month": "September",
1207-
"value": "TBA"
1207+
"value": "1"
12081208
},
12091209
{
12101210
"month": "October",

src/assets/data/news.json

Lines changed: 101 additions & 80 deletions
Large diffs are not rendered by default.

src/components/AdpVulnerabilityEnrichment.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,10 @@
150150
</ul>
151151
</div>
152152
</div>
153-
<div id="cve-cvsss" v-if="cvsss.length > 0" class="mt-5 mb-5">
153+
<div id="cve-cvsss" v-if="cvsss.length > 0" class="mt-5">
154154
<h4 class="title mb-0">CVSS <span class="tag">{{ cvsss.length }} Total</span></h4>
155155

156-
<div class="cve-learn-more mb-5">
156+
<div class="cve-learn-more mb-3">
157157
<router-link to="/CVERecord/UserGuide/#cve-cvss" class="cve-learn-more-link">Learn more</router-link>
158158
</div>
159159
<div class="table-container cve-table-scroll-container" id="cvss-table">
@@ -181,7 +181,7 @@
181181
</div>
182182
</div>
183183
<div v-if="roleName === 'cna'" id="cve-cna-container-end" class="mt-5">
184-
<div id="cve-product-status-container">
184+
<div id="cve-product-status-container" class="content">
185185
<ProductStatus role="cna" :productStatusList="cveFieldList.productsStatus.cna"></ProductStatus>
186186
</div>
187187
<div id="cve-credits" class="content" v-if="cveFieldList.credits.length > 0">

src/components/ProductStatus.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div v-if="usecveRecordStore.emptyProductStatus[role]">
77
<p class="is-italic cve-help-text">Information not provided</p>
88
</div>
9-
<div v-else>
9+
<div v-else class="cve-scroll-box">
1010
<div v-for="(product, index) in productStatusList" :key="`${index}-${product.vendor}`">
1111
<div id="cve-vendor-product-platforms" class="column is-12-desktop mb-4 cve-row cve-light-gray-bg">
1212
<nav id="cve-vendor-product-platforms" class="level cve-x-scroll">

src/views/ProgramOrganization/Archives.vue

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@
3535
available to the public. Board messages from July 2021 to the
3636
present are available at:
3737
<blockquote>
38-
<a href="https://www.mail-archive.com/[email protected]"
39-
target="_blank">
40-
https://www.mail-archive.com/[email protected]
38+
<a :href="meetingArchivePath" target="_blank">
39+
{{meetingArchivePath}}
4140
</a>
4241
</blockquote>
4342
Board messages before July 2021 are available here:

src/views/ProgramOrganization/WorkingGroups.vue

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,6 @@
3232
</div>
3333
</div>
3434
<br/>
35-
<div class="cve-white-bg-gray-border-container">
36-
<h3 class="title mt-4">Podcast - CVE Working Groups, What They Are and How They Improve CVE</h3>
37-
<figure class ="image is-16by9"> <!-- podcast -->
38-
<iframe class="has-ratio" width="460" height="215" src="https://www.youtube.com/embed/IT9HlBOeKKc" frameborder="0" allowfullscreen>
39-
</iframe>
40-
</figure>
41-
<p>
42-
The chairs and co-chairs of the CVE Working Groups (WGs) &mdash; each of whom is an active member of the
43-
CVE community &mdash; chat about their WG’s overall mission, current work, and future plans. WGs help improve quality, automation,
44-
processes, and other aspects of the CVE Program as it continues to grow and expand. How and why to participate, and the impact
45-
individuals can make on the program, are also included.
46-
</p>
47-
</div>
4835
<h2 :id="cvenavs['Program Organization']['submenu']['Working Groups']['items']['Automation Working Group (AWG)']['anchorId']"
4936
class="title">
5037
{{cvenavs['Program Organization']['submenu']['Working Groups']['items']['Automation Working Group (AWG)']['label']}}</h2>
@@ -339,7 +326,7 @@
339326
{{cvenavs['Program Organization']['submenu']['Working Groups']['items']['Researcher Working Group (RWG)']['label']}}
340327
</h2>
341328
<p>
342-
Chair: TBA
329+
Chair: Caitlin Condon
343330
</p>
344331
<p>
345332
The RWG was established with the purpose of giving voice to, and establishing working norms for, the extended community of

src/views/ResourcesSupport/AllResources/CveServices.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@
211211
<p>
212212
To obtain CVE Services Organizational Administrator (OA) credentials, CNAs should contact their Root
213213
(<router-link to="/PartnerInformation/ListofPartners/partner/icscert">CISA ICS</router-link>,
214+
<router-link to="/PartnerInformation/ListofPartners/partner/CERTVDE">CERT@VDE</router-link>,
214215
<router-link to="/PartnerInformation/ListofPartners/partner/Google">Google</router-link>,
215216
<router-link to="/PartnerInformation/ListofPartners/partner/INCIBE">INCIBE</router-link>,
216217
<router-link to="/PartnerInformation/ListofPartners/partner/jpcert">JPCERT/CC</router-link>,

0 commit comments

Comments
 (0)