Skip to content

Commit 91a143b

Browse files
authored
Suppressing non-impactful vulnerability warning from CVE (#5995)
* Suppressing non-impactful vulnerability warning from CVE
1 parent 90869e7 commit 91a143b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.release/security-scan.hcl

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ container {
1414
# [email protected] https://nvd.nist.gov/vuln/detail/CVE-2025-46394
1515
#
1616
# Boundary does not shell out to the busybox tar program.
17-
"CVE-2025-46394",
17+
"CVE-2025-46394",
1818

1919
# [email protected] https://nvd.nist.gov/vuln/detail/CVE-2024-58251
2020
#
@@ -29,7 +29,12 @@ container {
2929
# iputils@20240905-r0 https://nvd.nist.gov/vuln/detail/CVE-2025-47268
3030
#
3131
# Boundary does not utilize ping in iputils.
32-
"CVE-2025-47268"
32+
"CVE-2025-47268",
33+
34+
# iputils@20240905-r0 https://nvd.nist.gov/vuln/detail/CVE-2025-48964
35+
#
36+
# Boundary does not utilize ping in iputils.
37+
"CVE-2025-48964"
3338
]
3439
}
3540
}

0 commit comments

Comments
 (0)