Skip to content

Commit 950f719

Browse files
Merge pull request #2095 from hashicorp/suppress-cve
Update security-scan.hcl
2 parents 198abaf + c4cd232 commit 950f719

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.release/security-scan.hcl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ container {
99
suppress {
1010
vulnerabilites = [
1111
"CVE-2024-58251", # fix unavailable at time of writing
12+
"CVE-2025-46394", # fix unavailable at time of writing
1213
]
1314
}
1415
}
@@ -20,4 +21,4 @@ binary {
2021
osv = true
2122
oss_index = false
2223
nvd = false
23-
}
24+
}

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# 0.41.2 (September 19, 2025)
22

33
IMPROVEMENTS:
4-
* Enhance File Sandbox Security [GH-2083](https://github.com/hashicorp/consul-template/pull/2052)
5-
* update: go version to 1.25 [GH-2089](https://github.com/hashicorp/consul-template/pull/2052)
4+
* Enhance File Sandbox Security [GH-2083](https://github.com/hashicorp/consul-template/pull/2083)
5+
* update: go version to 1.25 [GH-2089](https://github.com/hashicorp/consul-template/pull/2089)
66

77
# 0.41.0 (June 5, 2025)
88

0 commit comments

Comments
 (0)