Skip to content

Commit 66bb607

Browse files
authored
Merge pull request #5 from nexthink-oss/feature/TENL-491-harden-http-provider
chore(TENL-491): Harden http provider for security compliance
2 parents 1152f57 + 78f044e commit 66bb607

5 files changed

Lines changed: 14 additions & 2 deletions

File tree

.changes/3.5.3.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## 3.5.3 (October 30, 2025)
2+
3+
NOTES:
4+
5+
* all: Updated Go version from 1.24.6 to 1.25.3 to address multiple HIGH severity CVEs in Go stdlib: CVE-2025-47912, CVE-2025-58183, CVE-2025-58185, CVE-2025-58186, CVE-2025-58187, CVE-2025-58188, CVE-2025-58189, CVE-2025-61723, CVE-2025-61724, CVE-2025-61725

.changes/unreleased/.gitkeep

Whitespace-only changes.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 3.5.3 (October 30, 2025)
2+
3+
NOTES:
4+
5+
* all: Updated Go version from 1.24.6 to 1.25.3 to address multiple HIGH severity CVEs in Go stdlib: CVE-2025-47912, CVE-2025-58183, CVE-2025-58185, CVE-2025-58186, CVE-2025-58187, CVE-2025-58188, CVE-2025-58189, CVE-2025-61723, CVE-2025-61724, CVE-2025-61725
6+
7+
18
## 3.5.0 (April 23, 2025)
29

310
FEATURES:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/nexthink-oss/terraform-provider-http
22

3-
go 1.24.6
3+
go 1.25.3
44

55
require (
66
github.com/google/uuid v1.6.0

version/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.5.2
1+
3.5.3

0 commit comments

Comments
 (0)