Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#3219 Add 1 new CNA + Update 2 CNA's info #3231

Merged
merged 5 commits into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 56 additions & 0 deletions src/assets/data/CNAsList.json
Original file line number Diff line number Diff line change
Expand Up @@ -23890,5 +23890,61 @@
]
},
"country": "Singapore"
},
{
"shortName": "LeicaBiosystems",
"cnaID": "CNA-2024-0072",
"organizationName": "Leica Biosystems",
"scope": "All Leica Biosystems products",
"contact": [
{
"email": [
{
"label": "Email",
"emailAddr": "[email protected]"
}
],
"contact": [],
"form": []
}
],
"disclosurePolicy": [
{
"label": "Policy",
"language": "",
"url": "https://www.leicabiosystems.com/us/about/coordinated-vulnerability-disclosure-cvd-process/"
}
],
"securityAdvisories": {
"alerts": [],
"advisories": [
{
"label": "Advisories",
"url": "https://www.leicabiosystems.com/us/about/product-security-advisories/"
}
]
},
"resources": [],
"CNA": {
"isRoot": false,
"root": {
"shortName": "icscert",
"organizationName": "Cybersecurity and Infrastructure Security Agency (CISA) Industrial Control Systems (ICS)"
},
"roles": [
{
"helpText": "",
"role": "CNA"
}
],
"TLR": {
"shortName": "CISA",
"organizationName": "Cybersecurity and Infrastructure Security Agency (CISA)"
},
"type": [
"Vendor"
]
},
"country": "USA"
}
]
2 changes: 1 addition & 1 deletion src/assets/data/metrics.json
Original file line number Diff line number Diff line change
Expand Up @@ -1165,7 +1165,7 @@
},
{
"month": "October",
"value": "6"
"value": "7"
},
{
"month": "November",
Expand Down
25 changes: 23 additions & 2 deletions src/assets/data/news.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
{
"currentNews": [
{
"id": 431,
"newsType": "news",
"title": "Leica Biosystems Added as CVE Numbering Authority (CNA)",
"urlKeywords": "Leica Biosystems Added as CNA",
"date": "2024-10-29",
"description": [
{
"contentnewsType": "paragraph",
"content": "<a href='/PartnerInformation/ListofPartners/partner/LeicaBiosystems'>Leica Biosystems</a> is now a <a href='/ResourcesSupport/Glossary?activeTerm=glossaryCNA'>CVE Numbering Authority (CNA)</a> for all Leica Biosystems products."
},
{
"contentnewsType": "paragraph",
"content": "To date, <a href='/PartnerInformation/ListofPartners'>415 CNAs</a> (413 CNAs and 2 CNA-LRs) from <a href='/ProgramOrganization/CNAs'>40 countries</a> and 1 no country affiliation have partnered with the CVE Program. CNAs are organizations from around the world that are authorized to assign <a href='/ResourcesSupport/Glossary?activeTerm=glossaryCVEID'>CVE Identifiers (CVE IDs)</a> and publish <a href='/ResourcesSupport/Glossary?activeTerm=glossaryRecord'>CVE Records</a> for vulnerabilities affecting products within their distinct, agreed-upon scope, for inclusion in first-time public announcements of new vulnerabilities. Leica Biosystems is the 225th CNA from USA."
},
{
"contentnewsType": "paragraph",
"content": "Leica Biosystems’ Root is the <a href='/PartnerInformation/ListofPartners/partner/icscert'>CISA ICS Root</a>."
}
]
},
{
"id": 430,
"newsType": "news",
Expand Down Expand Up @@ -155,7 +176,7 @@
"description": [
{
"contentnewsType": "paragraph",
"content": "<a href='/PartnerInformation/ListofPartners/partner/OMRON'>OMRON Corporation</a> is now a <a href='/ResourcesSupport/Glossary?activeTerm=glossaryCNA'>CVE Numbering Authority (CNA)</a> for Omron Group companies’ Industrial Automation, Healthcare, Social Systems, Device &amp; Module Solutions issues only."
"content": "<a href='/PartnerInformation/ListofPartners/partner/OMRON'>OMRON Corporation</a> is now a <a href='/ResourcesSupport/Glossary?activeTerm=glossaryCNA'>CVE Numbering Authority (CNA)</a> for Omron Group companies’ Industrial Automation, Healthcare, Social Systems, Device &amp; Module Solutions issues only. Read the OMRON news release: “<a href='https://www.omron.com/global/en/media/2024/10/c1024.html' target='_blank'>Authorized as a CVE Numbering Authority for security vulnerabilities</a>."
},
{
"contentnewsType": "paragraph",
Expand Down Expand Up @@ -439,7 +460,7 @@
"description": [
{
"contentnewsType": "paragraph",
"content": "<a href='/PartnerInformation/ListofPartners/partner/RTI'>Real-Time Innovations, Inc.</a> (RTI) is now a <a href='/ResourcesSupport/Glossary?activeTerm=glossaryCNA'>CVE Numbering Authority (CNA)</a> for all RTI Connext products, including EOL products. See <a href='https://www.rti.com/products' target='_blank'>https://www.rti.com/products</a> for more information."
"content": "<a href='/PartnerInformation/ListofPartners/partner/RTI'>Real-Time Innovations, Inc.</a> (RTI) is now a <a href='/ResourcesSupport/Glossary?activeTerm=glossaryCNA'>CVE Numbering Authority (CNA)</a> for all RTI Connext products, including EOL products. See <a href='https://www.rti.com/products' target='_blank'>https://www.rti.com/products</a> for more information. Read the RTI news release: “<a href='https://www.rti.com/news/rti-joins-cve-program' target='_blank'>RTI Joins the Common Vulnerabilities and Exposures (CVE®) Program as a CVE Numbering Authority (CNA)</a>."
},
{
"contentnewsType": "paragraph",
Expand Down
Loading