Skip to content

Commit

Permalink
Merge pull request #2053 from CVEProject/content-rjr-2052
Browse files Browse the repository at this point in the history
#2052 Add 1 new CNA + Update 1 CNA
  • Loading branch information
athu-tran authored Jul 11, 2023
2 parents 53240e8 + a8e23a1 commit 8e38ab4
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 4 deletions.
64 changes: 60 additions & 4 deletions src/assets/data/CNAsList.json
Original file line number Diff line number Diff line change
Expand Up @@ -8177,24 +8177,24 @@
{
"label": "Policy (Spanish)",
"language": "Spanish",
"url": "https://www.incibe-cert.es/asignacion-publicacion-cve"
"url": "https://www.incibe.es/incibe-cert/alerta-temprana/vulnerabilidades/asignacion-publicacion-cve"
},
{
"label": "Policy (English)",
"language": "English",
"url": "https://www.incibe-cert.es/en/cve-assignment-publication"
"url": "https://www.incibe.es/en/incibe-cert/early-warning/vulnerabilities/cve-assignment-publication"
}
],
"securityAdvisories": {
"alerts": [],
"advisories": [
{
"label": "Advisories (Spanish)",
"url": "https://www.incibe-cert.es/alerta-temprana/vulnerabilidades/avisos-cna"
"url": "https://www.incibe.es/incibe-cert/alerta-temprana/vulnerabilidades/avisos-cna"
},
{
"label": "Advisories (English)",
"url": "https://www.incibe-cert.es/en/early-warning/vulnerabilities/cna-advisories"
"url": "https://www.incibe.es/en/incibe-cert/early-warning/vulnerabilities/advisories-cna"
}
]
},
Expand Down Expand Up @@ -17481,5 +17481,61 @@
]
},
"country": "USA"
},
{
"shortName": "MIM",
"cnaID": "CNA-2023-0041",
"organizationName": "MIM Software Inc.",
"scope": "MIM software products, platforms, and services as well as vulnerabilities reported to MIM Software in third-party components or libraries used by MIM Software products, platforms, and services not covered by another CNA",
"contact": [
{
"email": [
{
"label": "Email",
"emailAddr": "security@mimsoftware.com"
}
],
"contact": [],
"form": []
}
],
"disclosurePolicy": [
{
"label": "Policy",
"language": "",
"url": "https://www.mimsoftware.com/security"
}
],
"securityAdvisories": {
"alerts": [],
"advisories": [
{
"label": "Advisories",
"url": "https://www.mimsoftware.com/security-advisories"
}
]
},
"resources": [],
"CNA": {
"isRoot": false,
"root": {
"shortName": "n/a",
"organizationName": "n/a"
},
"roles": [
{
"helpText": "",
"role": "CNA"
}
],
"TLR": {
"shortName": "icscert",
"organizationName": "Cybersecurity and Infrastructure Security Agency (CISA) Industrial Control Systems (ICS)"
},
"type": [
"Vendor"
]
},
"country": "USA"
}
]
21 changes: 21 additions & 0 deletions src/assets/data/news.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
{
"currentNews": [
{
"id": 225,
"newsType": "news",
"title": "MIM Software Added as CVE Numbering Authority (CNA)",
"urlKeywords": "MIM Software Added as CNA",
"date": "2023-07-11",
"description": [
{
"contentnewsType": "paragraph",
"content": "<a href='/PartnerInformation/ListofPartners/partner/MIM'>MIM Software Inc.</a> is now a <a href='/ResourcesSupport/Glossary?activeTerm=glossaryCNA'>CVE Numbering Authority (CNA)</a> for MIM software products, platforms, and services as well as vulnerabilities reported to MIM Software in third-party components or libraries used by MIM Software products, platforms, and services not covered by another CNA."
},
{
"contentnewsType": "paragraph",
"content": "To date, <a href='/PartnerInformation/ListofPartners'>304 organizations</a> from <a href='/ProgramOrganization/CNAs'>36 countries</a> 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."
},
{
"contentnewsType": "paragraph",
"content": "MIM Software’s Root is the <a href='/PartnerInformation/ListofPartners/partner/icscert'>CISA ICS Top-Level Root</a>."
}
]
},
{
"id": 224,
"newsType": "news",
Expand Down

0 comments on commit 8e38ab4

Please sign in to comment.