1.1307.1 (2026-09-07)
The Snyk CLI is being deployed to different deployment channels, users can select the stability level according to their needs. For details please see this documentation
Bug Fixes
- test:
snyk teston a repository with no supported manifest files again reportsSNYK-CLI-0008and exits 3, instead of a genericSNYK-CLI-0000with exit 2.snyk test --jsonwrites the error document to stdout as expected. (50cad38) - test: Restores
moduleName,insights.triageAdvice, andfunctions_newfields insnyk test --jsonoutput. (4ec3d18) - test:
.snykpolicy files are now handled correctly in the unified test flow -- empty, whitespace-only and comment-only policies, date-only timestamps, and other edge cases that previously caused incorrect results or failures. (a22a563) - general: Fixes a case where CLI commands that complete with findings (exit 1) could produce duplicate or corrupt JSON output when an unrelated network error occurred during the run. (836ee0d)
- general: Fixes debug-log scrubber so that secrets are consistently masked and scrubbing no longer corrupts the surrounding JSON structure. (d89333a)
- container: Container scans now surface source repository information for locally built images using BuildKit metadata. (dd6ff36)
- deps: Updates dependencies to fix vulnerabilities:
- CVE-2022-25883 (465d5f3)
- CVE-2026-84304 (27f00a1)
- CVE-2026-84375 (5ceea33)
- SNYK-GOLANG-GOLANGORGXCRYPTOSSH-19504090 (4ec3d18)