Skip to content

Commit 4558399

Browse files
authored
match rhel9's name in etc/repo-config.yml to platform.go (#786)
Also update augmented sbom
1 parent 58be7c6 commit 4558399

File tree

2 files changed

+46
-6
lines changed

2 files changed

+46
-6
lines changed

etc/repo-config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ repos:
120120
- yum/redhat/8/mongodb-org
121121
- yum/redhat/8Server/mongodb-org
122122

123-
- name: rhel90
123+
- name: rhel9
124124
type: rpm
125125
edition: org
126126
bucket: repo.mongodb.org
@@ -381,7 +381,7 @@ repos:
381381
- yum/redhat/8/mongodb-enterprise
382382
- yum/redhat/8Server/mongodb-enterprise
383383

384-
- name: rhel90
384+
- name: rhel9
385385
type: rpm
386386
edition: enterprise
387387
bucket: repo.mongodb.com

ssdlc/100.12.0.bom.json

Lines changed: 44 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1469,7 +1469,7 @@
14691469
}
14701470
],
14711471
"metadata": {
1472-
"timestamp": "2025-03-26T19:47:21.554404+00:00",
1472+
"timestamp": "2025-03-31T21:02:00.179239+00:00",
14731473
"tools": [
14741474
{
14751475
"externalReferences": [
@@ -1513,9 +1513,49 @@
15131513
]
15141514
},
15151515
"serialNumber": "urn:uuid:ecf433fd-8f8f-476e-bb32-15507acd4361",
1516-
"version": 25,
1516+
"version": 26,
1517+
"vulnerabilities": [
1518+
{
1519+
"affects": [
1520+
{
1521+
"ref": "pkg:golang/github.com/mongodb/mongo-tools"
1522+
}
1523+
],
1524+
"analysis": {
1525+
"state": "in_triage"
1526+
},
1527+
"bom-ref": "679943c11241b228cf6f5d95",
1528+
"cwes": [
1529+
295
1530+
],
1531+
"description": "Improper Certificate Validation - Please see 'source' and 'references' for additional information",
1532+
"id": "mongo-tools___CVE-2020-7924",
1533+
"ratings": [
1534+
{
1535+
"method": "CVSSv3",
1536+
"score": 6.0,
1537+
"severity": "medium"
1538+
}
1539+
],
1540+
"references": [
1541+
{
1542+
"id": "679943c11241b228cf6f5d95",
1543+
"source": {
1544+
"name": "Kondukto",
1545+
"url": "https://arcticglow.kondukto.io/projects/67990793f5bd68edc6c5e900/vulns/appsec?page=1&perPage=15&id=eq:679943c11241b228cf6f5d95"
1546+
}
1547+
},
1548+
{
1549+
"id": "VULN-387",
1550+
"source": {
1551+
"name": "Jira",
1552+
"url": "https://jira.mongodb.org/browse/VULN-387"
1553+
}
1554+
}
1555+
]
1556+
}
1557+
],
15171558
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
15181559
"bomFormat": "CycloneDX",
1519-
"specVersion": "1.5",
1520-
"vulnerabilities": []
1560+
"specVersion": "1.5"
15211561
}

0 commit comments

Comments
 (0)