We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90869e7 commit 91a143bCopy full SHA for 91a143b
.release/security-scan.hcl
@@ -14,7 +14,7 @@ container {
14
# [email protected] https://nvd.nist.gov/vuln/detail/CVE-2025-46394
15
#
16
# Boundary does not shell out to the busybox tar program.
17
- "CVE-2025-46394",
+ "CVE-2025-46394",
18
19
# [email protected] https://nvd.nist.gov/vuln/detail/CVE-2024-58251
20
@@ -29,7 +29,12 @@ container {
29
# iputils@20240905-r0 https://nvd.nist.gov/vuln/detail/CVE-2025-47268
30
31
# Boundary does not utilize ping in iputils.
32
- "CVE-2025-47268"
+ "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"
38
]
39
}
40
0 commit comments