Skip to content

Commit ccbc147

Browse files
committed
chore: update release notes
1 parent 477434a commit ccbc147

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

binary-releases/RELEASE_NOTES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ The Snyk CLI is being deployed to different deployment channels, users can selec
1111
* **test:** Fix issue where npm aliases only detected the latest version of a dependency ([cb37da7](https://github.com/snyk/snyk/commit/cb37da79febf6e9c44b68eccf444633a6508aa3f))
1212
* **security:** Upgrades dependencies to address CVE-2025-58058 and CVE-2025-11065 ([d7e87e2](https://github.com/snyk/snyk/commit/d7e87e296f99d299a87533812399830b60b7c0c3))
1313
* **general:** Improved error messaging ([5d16466](https://github.com/snyk/snyk/commit/5d16466e76ad0d278e62c023001ed78f06b3cd01))
14-
* **logging:** Remove support for legacy DEBUG environment variable. For the supported debugging options, please check https://docs.snyk.io/developer-tools/snyk-cli/debugging-the-snyk-cli ([2087f74](https://github.com/snyk/snyk/commit/2087f7465e76930427004272c3faa62064c2dc74))
14+
* **logging:** Remove support for legacy DEBUG environment variable. For the supported debugging options, please check https://docs.snyk.io/developer-tools/snyk-cli/debugging-the-snyk-cli ([2087f74](https://github.com/snyk/snyk/commit/2087f7465e76930427004272c3faa62064c2dc74))
15+
* **redteam:** Added a new experimental AI Red Teaming feature, read more: https://docs.snyk.io/developer-tools/snyk-cli/commands/ai-red-teaming ([fe37e0f](https://github.com/snyk/snyk/commit/fe37e0f0d74e9737a2daf3730dd236a4ebd87869))

cliv2/go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ require (
206206
go.opentelemetry.io/otel/sdk v1.34.0 // indirect
207207
go.opentelemetry.io/otel/sdk/metric v1.34.0 // indirect
208208
go.opentelemetry.io/otel/trace v1.34.0 // indirect
209-
go.uber.org/mock v0.5.2 // indirect
210209
go.uber.org/multierr v1.11.0 // indirect
211210
golang.org/x/crypto v0.41.0 // indirect
212211
golang.org/x/exp v0.0.0-20250215185904-eff6e970281f // indirect
@@ -218,7 +217,6 @@ require (
218217
golang.org/x/term v0.34.0 // indirect
219218
golang.org/x/text v0.28.0 // indirect
220219
golang.org/x/time v0.8.0 // indirect
221-
golang.org/x/tools v0.36.0 // indirect
222220
google.golang.org/api v0.215.0 // indirect
223221
google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect
224222
google.golang.org/genproto/googleapis/api v0.0.0-20250106144421-5f5ef82da422 // indirect

0 commit comments

Comments
 (0)