tag:github.com,2008:https://github.com/snyk/cli/releases Release notes from cli 2026-03-04T13:04:23Z tag:github.com,2008:Repository/45247496/v1.1303.1 2026-03-04T14:34:05Z v1.1303.1 <h2><a href="https://github.com/snyk/snyk/compare/v1.1303.0...v1.1303.1">1.1303.1</a> (2026-03-04)</h2> <p>The Snyk CLI is being deployed to different deployment channels, users can select the stability level according to their needs. For details please see <a href="https://docs.snyk.io/snyk-cli/releases-and-channels-for-the-snyk-cli" rel="nofollow">this documentation</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>ui:</strong> Fixed an issue where JSON output was incorrectly printed to stdout when only --json-file-output was specified. (<a href="https://github.com/snyk/snyk/commit/d6d465d3238696e61df472546d3099f84de668dc">d6d465d</a>)</li> <li><strong>language-server:</strong> Fixed an issue where scans would not trigger when Snyk Code was enabled in IDE settings. (<a href="https://github.com/snyk/snyk/commit/7567881b387ff3464196c4fd3512d79992ab18a9">7567881</a>)</li> <li><strong>mcp:</strong> Fixed an issue where Snyk rules were not written locally. (<a href="https://github.com/snyk/snyk/commit/7567881b387ff3464196c4fd3512d79992ab18a9">7567881</a>)</li> </ul> team-cli-bot tag:github.com,2008:Repository/45247496/v1.1303.0 2026-02-26T11:37:42Z v1.1303.0 <h2><a href="https://github.com/snyk/snyk/compare/v1.1302.1...v1.1303.0">1.1303.0</a> (2026-02-26)</h2> <p>The Snyk CLI is being deployed to different deployment channels, users can select the stability level according to their needs. For details please see <a href="https://docs.snyk.io/snyk-cli/releases-and-channels-for-the-snyk-cli" rel="nofollow">this documentation</a></p> <h3>Features</h3> <ul> <li><strong>iac:</strong> users can now exclude specific files and directories from IaC scans using the <code>--exclude</code> parameter (<a href="https://github.com/snyk/snyk/commit/3acbc6b81ed88ef5ba999ba40dd8642eba7e011a">3acbc6b</a>)</li> <li><strong>test, sbom:</strong> <code>--json</code> output of <code>snyk test</code> and <code>snyk sbom test</code> should now contain fields which were previously missing (<code>isDisputed</code>, <code>proprietary</code>, <code>severityBasedOn</code>, <code>alternativeIds</code>, <code>mavenModuleName</code>) (<a href="https://github.com/snyk/snyk/commit/9996b276b5334f2eaebceff7bc284740ad1ad968">9996b27</a>)</li> <li><strong>sbom:</strong> sbom generated output will contain maven/npm scope information for those organizations with the <code>show-maven-build-scope/show-npm-scope</code> feature flag enabled (<a href="https://github.com/snyk/snyk/commit/89d26f0372dc51840e86a0866339458d4b6abc92">89d26f0</a>)</li> <li><strong>aibom:</strong> users can now pass the <code>--upload</code> and <code>--repo</code> flag to the experimental aibom command to persist their AI BOM into their Snyk organisation (<a href="https://github.com/snyk/snyk/commit/e1fdae7acfb1802fc9d2d897d133a406503df629">e1fdae7</a>)</li> <li><strong>redteam:</strong> users can now retrieve red team scan results using <code>snyk redteam --experimental get --id=&lt;scan-id&gt;</code>. The scan command also now shows progress during execution. (<a href="https://github.com/snyk/snyk/commit/fba40ccd8bb546756609ccb9fb27b242f40158e9">fba40cc</a>)</li> <li><strong>redteam:</strong> users can now return an HTML report via <code>--html</code> or <code>--html-file-output</code> flags (<a href="https://github.com/snyk/snyk/commit/aa76c04988e51603d6d07509d2ac24a8048174b4">aa76c04</a>)</li> <li><strong>mcp:</strong> users can now use <code>snyk_package_health</code> to validate package health (<a href="https://github.com/snyk/snyk/commit/2b0edd26877b37e5841857df0b29875a3da9dd9d">2b0edd2</a>)</li> <li><strong>mcp:</strong> users can now use profiles to select which tools are registered based on their use case, profiles can be configured via CLI flag (<code>--profile=&lt;lite|full|experimental&gt;</code>) or environment variable (<code>SNYK_MCP_PROFILE</code>). (<a href="https://github.com/snyk/snyk/commit/2b0edd26877b37e5841857df0b29875a3da9dd9d">2b0edd2</a>)</li> <li><strong>mcp:</strong> users will now have their Secure At Inception rules written at the global level. (<a href="https://github.com/snyk/snyk/commit/495a2e0b909fdfe71a39a8e7062b38241cd1c1bb">495a2e0</a>)</li> <li><strong>container:</strong> <code>snyk container sbom</code> users can now use <code>--username</code> and <code>--password</code> to generate SBOMs for images in private registries (<a href="https://github.com/snyk/snyk/commit/a7015a77dbe2db9b8dfec1a7a5433d789f688680">a7015a7</a>)</li> <li><strong>container:</strong> <code>snyk container sbom</code> users can now use <code>--exclude-node-modules</code> to exclude node_modules directories from the SBOM (<a href="https://github.com/snyk/snyk/commit/a7015a77dbe2db9b8dfec1a7a5433d789f688680">a7015a7</a>)</li> <li><strong>container:</strong> <code>snyk container sbom</code> users can now use <code>--nested-jars-depth</code> to control the depth of nested JAR unpacking (<a href="https://github.com/snyk/snyk/commit/a7015a77dbe2db9b8dfec1a7a5433d789f688680">a7015a7</a>)</li> <li><strong>container:</strong> <code>snyk container sbom</code> users can now pass <code>docker-archive:</code>, <code>oci-archive:</code>, <code>kaniko-archive:</code> prefixed paths or bare <code>.tar</code> file paths as the image argument (<a href="https://github.com/snyk/snyk/commit/a7015a77dbe2db9b8dfec1a7a5433d789f688680">a7015a7</a>)</li> <li><strong>dependencies:</strong> updated minimum go version to v1.25.7 (<a href="https://github.com/snyk/snyk/commit/5927337292351af73843ec96e1f5a0a82ec4fc65">5927337</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>test</strong> correctly scan NuGet package names case-insensitively (<a href="https://github.com/snyk/snyk/commit/44bf86baa4783a58477622255714d3a983174ca1">44bf86b</a>)</li> <li><strong>test</strong> handle absolute target file paths for poetry (<a href="https://github.com/snyk/snyk/commit/d9025909e7e281743f1e82bed5116dcd74d0c3d1">d902590</a>)</li> <li><strong>test:</strong> improved maven version detection for versions greater than 3.6.3 (<a href="https://github.com/snyk/snyk/commit/87853a8b5961290c7e89017390c0ae3c80607416">87853a8</a>)</li> <li><strong>test:</strong> fixes an issue where the <code>runAutomationDetails</code> field in sarif output is not unique (<a href="https://github.com/snyk/snyk/commit/07dd36fdba4ad884b36536af31778fd27f9321a0">07dd36f</a>)</li> <li><strong>test:</strong> the <code>automationDetails</code> field is now rendered correctly when using the <code>--sarif</code> flag (<a href="https://github.com/snyk/snyk/commit/3191e4df624cd4dda6a1f1d912124394e9981926">3191e4d</a>)</li> <li><strong>test:</strong> improve error reporting when using <code>--all-projects</code> (<a href="https://github.com/snyk/snyk/commit/6e3b5d533530da2d24cce6a17d55d8a4bae240eb">6e3b5d5</a>)</li> <li><strong>ignores:</strong> ignores created via the <code>snyk ignore</code> command are now correctly applied if an expiry is set or if using an absolute filepath (<a href="https://github.com/snyk/snyk/commit/a61589c4206317497fb5853e1bdcdca7c2973a4a">a61589c</a>)</li> <li><strong>container</strong> use correct projectName value in container monitor JSON output (<a href="https://github.com/snyk/snyk/commit/0e8feca01832318a1fd03a9d06a6a5e7f8024115">0e8feca</a>)</li> <li><strong>container:</strong> the <code>--target-reference</code> option is now correctly applied to application scan results in container tests, not just the OS scan results (<a href="https://github.com/snyk/snyk/commit/70db44fd8c783baf23417cf22d091fdb2355e8e9">70db44f</a>)</li> <li><strong>container:</strong> reverts previously introduced stricter validation that was a breaking change (rejecting true as a valid numeric argument) (<a href="https://github.com/snyk/snyk/commit/70db44fd8c783baf23417cf22d091fdb2355e8e9">70db44f</a>)</li> <li><strong>network:</strong> fix a possible panic when TLS config is nil (<a href="https://github.com/snyk/snyk/commit/f6016812dcb8f15d5f020b9134214cbeee5b4927">f601681</a>)</li> <li><strong>language-server:</strong> fixes an issue around API URL construction (<a href="https://github.com/snyk/snyk/commit/35800c10aea0807a04baf4e6eafa2bf5f9f3c991">35800c1</a>)</li> <li><strong>ui:</strong> improve the readability of error messages (<a href="https://github.com/snyk/snyk/commit/763ac26ec12a6cdcaa0a0176727e40aa2c31797b">763ac26</a>)</li> <li><strong>ui:</strong> some <code>SNYK-CLI-0000</code> errors are now correctly categorised and displayed (<a href="https://github.com/snyk/snyk/commit/3d02788d71f0adb4f883a9baccd413faf5fd016c">3d02788</a>)</li> <li><strong>dependencies:</strong> update dependencies to fix SNYK-JS-AXIOS-15252993 (<a href="https://github.com/snyk/snyk/commit/1e80d7454b85ebede70be09da1f6a40c88b5d4a1">1e80d74</a>)</li> <li><strong>dependencies:</strong> update dependencies to fix SNYK-GOLANG-GOOPENTELEMETRYIOOTELSDKRESOURCE-15182758 [IAC-3497] (<a href="https://github.com/snyk/snyk/commit/4b3d826694d759d7ae892ff6ff824ffdbae32af1">4b3d826</a>)</li> <li><strong>dependencies:</strong> update dependencies to fix SNYK-JS-TAR-15307072 (<a href="https://github.com/snyk/snyk/commit/fbc5cb4dbb635a5b01a276db50cbb9a71aacbfbc">fbc5cb4</a>)</li> <li><strong>dependencies:</strong> update dependencies to fix SNYK-JS-MINIMATCH-15309438 (<a href="https://github.com/snyk/snyk/commit/8e7873ff6e9f852ad57bac4c0024231892754e05">8e7873f</a>)</li> <li><strong>dependencies:</strong> update dependencies to fix SNYK-GOLANG-GOLANGORGXCRYPTOSSH-14059803 and SNYK-GOLANG-GITHUBCOMULIKUNITZXZLZMA-12230262 [IAC-3478] (<a href="https://github.com/snyk/snyk/commit/1d2d72372a8b70a2f9cdb58dcfbab54880cd7223">1d2d723</a>)</li> </ul> team-cli-bot tag:github.com,2008:Repository/45247496/v1.1302.1 2026-01-22T15:42:16Z v1.1302.1 <h2><a href="https://github.com/snyk/snyk/compare/v1.1302.0...v1.1302.1">1.1302.1</a> (2026-01-21)</h2> <p>The Snyk CLI is being deployed to different deployment channels, users can select the stability level according to their needs. For details please see <a href="https://docs.snyk.io/snyk-cli/releases-and-channels-for-the-snyk-cli" rel="nofollow">this documentation</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>code:</strong> Resolves FedRAMP URI construction in the IDE (<a href="https://github.com/snyk/cli/pull/6433/commits/35800c10aea0807a04baf4e6eafa2bf5f9f3c991">35800c1</a>)</li> <li><strong>test:</strong> PackageURL validation failed with go.mod replace directive (SNYK-CLI-0000) for snyk test (<a href="https://github.com/snyk/cli/commit/7eb297864039f3ffa80d9b4d0a0fa49b5c1e36a0">7eb2978</a>)</li> <li><strong>sbom:</strong> PackageURL validation failed with go.mod replace directive (SNYK-CLI-0000) for snyk sbom (<a href="https://github.com/snyk/cli/commit/fda61e060aff529547d60e0efd2b5b5a89aa459d">fda61e0</a>)</li> </ul> team-cli-bot tag:github.com,2008:Repository/45247496/v1.1302.0 2026-01-14T10:25:53Z v1.1302.0 <h2><a href="https://github.com/snyk/snyk/compare/v1.1301.2...v1.1302.0">1.1302.0</a> (2026-01-14)</h2> <p>The Snyk CLI is being deployed to different deployment channels, users can select the stability level according to their needs. For details please see <a href="https://docs.snyk.io/snyk-cli/releases-and-channels-for-the-snyk-cli" rel="nofollow">this documentation</a></p> <h3>Features</h3> <ul> <li><strong>aibom:</strong> Improved Exit Code handling (<a href="https://github.com/snyk/snyk/commit/d8fed82450a92f4d06858b11d3e55b741c742567">d8fed82</a>)</li> <li><strong>container:</strong> Added support for OCI images with manifests missing platform fields (<a href="https://github.com/snyk/snyk/commit/dae56aada1b0ba22f9e681b71bd7437e99e83c94">dae56aa</a>)</li> <li><strong>container:</strong> Added container scan support for cgo and stripped Go binaries (<a href="https://github.com/snyk/snyk/commit/9b2ee6ee055eceacb7fcf9fde656a7369f9b48f1">9b2ee6e</a>)</li> <li><strong>container:</strong> Added pnpm lockfile support (<a href="https://github.com/snyk/snyk/commit/47db111dd0737224b28678268d1d712b525ca0a7">47db111</a>)</li> <li><strong>mcp-scan:</strong> Added experimental mcp-scan command (<a href="https://github.com/snyk/snyk/commit/54b83769e33f8a0adf499e5c2b725bc076146864">54b8376</a>)</li> <li><strong>sbom:</strong> Improved PackageURLs in SBOM documents for go.mod projects (<a href="https://github.com/snyk/snyk/commit/c145efc1fc1b0d29fc3ce13d8f02391a195ccc0c">c145efc</a>)</li> <li><strong>sbom test:</strong> Added support for deb, apk and rpm (<a href="https://github.com/snyk/snyk/commit/9fd6f84af10495f4ccb91c79ad6c6089ecda5976">9fd6f84</a>)</li> <li><strong>test:</strong> Added PackageURL information to go.mod dependency graphs (<a href="https://github.com/snyk/snyk/commit/d90b54e17801e74fa324f0f5c71aa2ec827eb49c">d90b54e</a>)</li> <li><strong>test:</strong> Added support for poetry development dependencies (<a href="https://github.com/snyk/snyk/commit/697700425d0eb71ca6965698658a09bce2cc4f77">6977004</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>container:</strong> Resolves false positive vulnerabilities for RHEL 10 container images (<a href="https://github.com/snyk/snyk/commit/d4afe602fd14cf7284d88575669c58f2e153cc1f">d4afe60</a>)</li> <li><strong>general:</strong> Upgraded multiple dependencies (<a href="https://github.com/snyk/snyk/commit/e185c92cbbb9102a8b50fb68f5ec9a3ddce280e1">e185c92</a>)</li> <li><strong>general:</strong> Fixed Exit Code handling when using incompatible glibc versions (<a href="https://github.com/snyk/snyk/commit/66fbb50f4ed9b7a60641c214bdbc628556a5b50c">66fbb50</a>)</li> <li><strong>general:</strong> Improved file filtering support with .gitignore (<a href="https://github.com/snyk/snyk/commit/a16b85338efb4209917198a890ca307b8c1a0ac8">a16b853</a>)</li> <li><strong>mcp:</strong> Added rule file to .gitignore if not previously ignored (<a href="https://github.com/snyk/snyk/commit/cc78694b5eab5cf41c004dfec89bd72ab5076723">cc78694</a>)</li> <li><strong>test:</strong> Improved upload speed when using --reachability (<a href="https://github.com/snyk/snyk/commit/da2131536111d43de1a83150b3b7b9da025cc6e1">da21315</a>)</li> <li><strong>test:</strong> Fixed npm v2 dependency resolution when using shadowing aliases (<a href="https://github.com/snyk/snyk/commit/237a4f5ceb5b2b1e75cc2ce682e80f2abf7d8562">237a4f5</a>)</li> <li><strong>test:</strong> Fixed --exclude support for pnpm workspaces (<a href="https://github.com/snyk/snyk/commit/293d9b1be73185324712c5a5c4952afda855dabe">293d9b1</a>)</li> <li><strong>test:</strong> Fixed SARIF output for Gradle projects to include the complete path in artifactLocation (<a href="https://github.com/snyk/snyk/commit/ec1262e0d76f485872ec84414b84439070d1a4cc">ec1262e</a>)</li> </ul> team-cli-bot tag:github.com,2008:Repository/45247496/v1.1301.2 2025-12-16T10:12:05Z v1.1301.2 <h2><a href="https://github.com/snyk/snyk/compare/v1.1301.1...v1.1301.2">1.1301.2</a> (2025-12-16)</h2> <p>The Snyk CLI is being deployed to different deployment channels, users can select the stability level according to their needs. For details please see <a href="https://docs.snyk.io/snyk-cli/releases-and-channels-for-the-snyk-cli" rel="nofollow">this documentation</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>mcp:</strong> Fix MCP compliance issue (<a href="https://github.com/snyk/cli/commit/51d3f8d8224bf04d96303ea85000e63302bda77a">51d3f8d</a>)</li> </ul> team-cli-bot tag:github.com,2008:Repository/45247496/v1.1301.1 2025-12-08T10:08:34Z v1.1301.1 <h2><a href="https://github.com/snyk/snyk/compare/v1.1301.0...v1.1301.1">1.1301.1</a> (2025-12-08)</h2> <p>The Snyk CLI is being deployed to different deployment channels, users can select the stability level according to their needs. For details please see <a href="https://docs.snyk.io/snyk-cli/releases-and-channels-for-the-snyk-cli" rel="nofollow">this documentation</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>test:</strong> Rendering of fix advice for multiple dependency paths when using the <code>reachability</code> flag (<a href="https://github.com/snyk/cli/commit/eaf50bba0815d0457a02d710ca3161eb3246160c">eaf50bb</a>)</li> <li><strong>monitor:</strong> <code>snyk monitor --reachability=true</code> command should now work even if double dashed arguments are provided (<a href="https://github.com/snyk/cli/commit/e8bdac64623863bc142f77e3783dcb54d1620e95">e8bdac6</a>)</li> <li><strong>test, monitor:</strong> Code upload speed will be improved when running <code>snyk test --reachability/snyk monitor --reachability</code> (<a href="https://github.com/snyk/cli/commit/d0bdba1788566d700d5a9119516f058b04e18c51">d0bdba1</a>)</li> <li><strong>language-server:</strong> Multiple Snyk Language Server related fixes (<a href="https://github.com/snyk/cli/commit/485ae55c0a5f942a109b5340a21b6071848a46f0">485ae55</a>)</li> <li><strong>dependencies:</strong> Upgrade dependencies to address multiple issues. (<a href="https://github.com/snyk/cli/commit/e185c92cbbb9102a8b50fb68f5ec9a3ddce280e1">e185c92</a>)</li> </ul> team-cli-bot tag:github.com,2008:Repository/45247496/v1.1301.0 2025-11-19T13:00:15Z v1.1301.0 <h2><a href="https://github.com/snyk/snyk/compare/v1.1300.2...v1.1301.0">1.1301.0</a> (2025-11-12)</h2> <p>The Snyk CLI is being deployed to different deployment channels, users can select the stability level according to their needs. For details please see <a href="https://docs.snyk.io/snyk-cli/releases-and-channels-for-the-snyk-cli" rel="nofollow">this documentation</a></p> <h3>Features</h3> <ul> <li><strong>container:</strong> The Snyk CLI now supports scanning Ubuntu Chisel images for vulnerabilities (<a href="https://github.com/snyk/snyk/commit/9328757a00ad290e3b1761b69ed79ce467d9416c">9328757</a>)</li> <li><strong>container:</strong> The Snyk CLI now supports scanning container images with zstd-compressed layers (<a href="https://github.com/snyk/snyk/commit/5080e42f1a7f305266258aeb5c26aad17189039f">5080e42</a>)</li> <li><strong>container:</strong> Added a new parameter, <code>--include-system-jars</code>, to support scanning of usr/lib JARs (<a href="https://github.com/snyk/snyk/commit/57078b68a6869898d7be74d99c0732b35ecab1de">57078b6</a>)</li> <li><strong>test(maven):</strong> Initial maven 4 support, testing against the most recent release candidate (<a href="https://github.com/snyk/snyk/commit/88cf47e6b6894ac8bac9a0eb75d57ec32c465381">88cf47e</a>)</li> <li><strong>test(maven):</strong> A new experimental flag <code>--include-provenance</code> that will produce DepGraphs containing purls with checksum qualifiers for each package. Primarily to be used via --print-graph, not yet used in the main testing flow (<a href="https://github.com/snyk/snyk/commit/5b8fe0acf024d9332482ef3ea192f1f1d656d15c">5b8fe0a</a>)</li> <li><strong>sbom(maven):</strong> A new experimental flag <code>--include-provenance</code> that will produce an SBOM with checksum qualifiers in each purl (<a href="https://github.com/snyk/snyk/commit/5b8fe0acf024d9332482ef3ea192f1f1d656d15c">5b8fe0a</a>)</li> <li><strong>language-server:</strong> Automatic selection of the organization for IDEs based on workspace folder (EA). (<a href="https://github.com/snyk/snyk/commit/a52dcc6adf8b4305e1a82fa4852b792e031cbff6">2cc554e</a>)</li> <li><strong>language-server:</strong> Analytics for configuration and folder trust (<a href="https://github.com/snyk/snyk/commit/a52dcc6adf8b4305e1a82fa4852b792e031cbff6">2cc554e</a>)</li> <li><strong>mcp:</strong> Support for writing scan output into a file (<a href="https://github.com/snyk/snyk/commit/a52dcc6adf8b4305e1a82fa4852b792e031cbff6">2cc554e</a>)</li> <li><strong>mcp:</strong> Service Account support (<a href="https://github.com/snyk/snyk/commit/a52dcc6adf8b4305e1a82fa4852b792e031cbff6">2cc554e</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>general:</strong> Fix incorrect error mapping for varying status codes (<a href="https://github.com/snyk/snyk/commit/5829500de37508b83aa0fca988cd7cd70406d26a">5829500</a>)</li> <li><strong>general:</strong> Some invalid flag combinations are now correctly handled (<a href="https://github.com/snyk/snyk/commit/ca5903b9680041bea7ae79e5ec68642c989746a6">ca5903b</a>)</li> <li><strong>test:</strong> The Snyk CLI now correctly handles optional dependencies without separate package entries<br> (<a href="https://github.com/snyk/snyk/commit/bfcbda70a3428353c29f80e1804f600ed6374a51">bfcbda7</a>)</li> <li><strong>test:</strong> The Snyk CLI now correctly handles aliased packages with nested dependencies (<a href="https://github.com/snyk/snyk/commit/bfcbda70a3428353c29f80e1804f600ed6374a51">bfcbda7</a>)</li> <li><strong>test:</strong> The Snyk CLI now correctly handles bundled dependencies with non-hoisted bundle owners (<a href="https://github.com/snyk/snyk/commit/bfcbda70a3428353c29f80e1804f600ed6374a51">bfcbda7</a>)</li> <li><strong>test:</strong> Fixes issue where sub packages were getting grouped incorrectly, leading to deps getting marked as missing. (<a href="https://github.com/snyk/snyk/commit/b904e8ce28982875027988106f2ee7467e182409">b904e8c</a>)</li> <li><strong>test, sbom:</strong> Stops misclassifying NX Build project.json as a NuGet project (<a href="https://github.com/snyk/snyk/commit/ff6860fc5c6450bdfe988a2a82422220aa03063f">ff6860f</a>)</li> <li><strong>test(npm):</strong> Improve npm alias support (<a href="https://github.com/snyk/snyk/commit/cb37da79febf6e9c44b68eccf444633a6508aa3f">cb37da7</a>)</li> <li><strong>test(npm):</strong> The Snyk CLI now correctly handles npm packages with bundled dependencies (<a href="https://github.com/snyk/snyk/commit/7d93b863df3d3b702e0e3db162e167bd264069d7">7d93b86</a>)</li> <li><strong>test(python):</strong> Scanning projects using Python 2.7 will no longer fail with a string formatting error (<a href="https://github.com/snyk/snyk/commit/4effc7f0b696e237bd7b471321f87f0934a1129a">4effc7f</a>)</li> <li><strong>test(python):</strong> Fixed JSON parsing error for Python projects with missing packages (<a href="https://github.com/snyk/snyk/commit/4effc7f0b696e237bd7b471321f87f0934a1129a">4effc7f</a>)</li> <li><strong>test(maven):</strong> Underlying maven commands adjusted slightly to make aggregate projects that encounter issues when rebuilding more likely to succeed (<a href="https://github.com/snyk/snyk/commit/3b72d86326cb3e78e709ad949801a19d11c08f76">3b72d86</a>)</li> <li><strong>test(dotnet):</strong> Fix an issue with NuGet v3 scanner where the netstandard and netcoreapp TargetFrameworks were treated as .netx.x (<a href="https://github.com/snyk/snyk/commit/227b50c41fd8f2757fd90a724b3a53a11dd76736">227b50c</a>)</li> <li><strong>test(dotnet):</strong> Fix an issue with NuGet v3 scanner where the pinned dependencies were not discovered (<a href="https://github.com/snyk/snyk/commit/0d9b0c41b9c9e5dc88d00a9848ebe7b3a1420d04">0d9b0c4</a>)</li> <li><strong>container:</strong> Fixed a bug where scanning docker images with very large files would result in the CLI crashing with no message (<a href="https://github.com/snyk/snyk/commit/57078b68a6869898d7be74d99c0732b35ecab1de">57078b6</a>)</li> <li><strong>container:</strong> Fix rare crash when scanning large Docker images (<a href="https://github.com/snyk/snyk/commit/195ed783a2dfa28afe69613ea280278dd63debdc">195ed78</a>)</li> <li><strong>container:</strong> Fix issue where go binaries in Linux images with complex paths were not properly detected as go binaries when scanning on Windows (<a href="https://github.com/snyk/snyk/commit/be8098b229dcdb3ad0354197646880b0e8122184">be8098b</a>)</li> <li><strong>code:</strong> Add missing explicit error handling (<a href="https://github.com/snyk/snyk/commit/755d01f55dffcfdf05465ae015f31fab8e62581a">755d01f</a>)</li> <li><strong>unmanaged:</strong> Ignored vulnerabilities in unmanaged (C/C++) projects are now properly excluded from JSON output when using .snyk policy files. This ensures that snyk-to-html and other tools that consume JSON output will correctly respect vulnerability ignores. (<a href="https://github.com/snyk/snyk/commit/fa808c10c89f327783278bfda1ad0792c2b4f323">fa808c1</a>)</li> <li><strong>dependencies:</strong> Fix <a title="CVE-2025-58058" data-hovercard-type="advisory" data-hovercard-url="/advisories/GHSA-jc7w-c686-c4v9/hovercard" href="https://github.com/advisories/GHSA-jc7w-c686-c4v9">CVE-2025-58058</a> and <a title="CVE-2025-11065" data-hovercard-type="advisory" data-hovercard-url="/advisories/GHSA-2464-8j7c-4cjm/hovercard" href="https://github.com/advisories/GHSA-2464-8j7c-4cjm">CVE-2025-11065</a> (<a href="https://github.com/snyk/snyk/commit/d7e87e296f99d299a87533812399830b60b7c0c3">d7e87e2</a>)</li> <li><strong>dependencies:</strong> Upgrade golang to 1.24.10 to fix vulnerabilities (<a href="https://github.com/snyk/snyk/commit/c039f9962f1284ed837d049f5bda235390a138fd">c039f99</a>)</li> <li><strong>dependencies:</strong> Upgrade to golang 1.24.8 (<a href="https://github.com/snyk/snyk/commit/4dcf97a638ee2277e4ccd93afb6c385e0f4f1f52">4dcf97a</a>)</li> <li><strong>dependencies:</strong> Upgrade xcode to avoid flaky signing (<a href="https://github.com/snyk/snyk/commit/bdcb9918166e5ffd4c57e446deb599c0697c046f">bdcb991</a>)</li> <li><strong>dependencies:</strong> Fix <a title="CVE-2025-47913" data-hovercard-type="advisory" data-hovercard-url="/advisories/GHSA-56w8-48fp-6mgv/hovercard" href="https://github.com/advisories/GHSA-56w8-48fp-6mgv">CVE-2025-47913</a> (<a href="https://github.com/snyk/snyk/commit/a00b0dc5a4a997933655fc1436c59ebd4af57cf6">a00b0dc</a>)</li> <li><strong>language-server:</strong> Various Language Server related fixes (<a href="https://github.com/snyk/snyk/commit/a52dcc6adf8b4305e1a82fa4852b792e031cbff6">2cc554e</a>)</li> </ul> team-cli-bot tag:github.com,2008:Repository/45247496/v1.1300.2 2025-10-28T10:12:06Z v1.1300.2 <h2><a href="https://github.com/snyk/snyk/compare/v1.1300.1...v1.1300.2">1.1300.2</a> (2025-10-28)</h2> <p>The Snyk CLI is being deployed to different deployment channels, users can select the stability level according to their needs. For details please see <a href="https://docs.snyk.io/snyk-cli/releases-and-channels-for-the-snyk-cli" rel="nofollow">this documentation</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>security:</strong> Upgrades dependencies to address <a title="CVE-2025-47913" data-hovercard-type="advisory" data-hovercard-url="/advisories/GHSA-56w8-48fp-6mgv/hovercard" href="https://github.com/advisories/GHSA-56w8-48fp-6mgv">CVE-2025-47913</a> (<a href="https://github.com/snyk/snyk/commit/a00b0dc5a4a997933655fc1436c59ebd4af57cf6">d7e87e2</a>)</li> <li><strong>general:</strong> Improved error messaging (<a href="https://github.com/snyk/snyk/commit/e4aaa0924ed01ebd2aed4dc63e47684259ebf92c">5d16466</a>)</li> </ul> team-cli-bot tag:github.com,2008:Repository/45247496/v1.1300.1 2025-10-21T13:25:00Z v1.1300.1 <h2><a href="https://github.com/snyk/snyk/compare/v1.1300.0...v1.1300.1">1.1300.1</a> (2025-10-21)</h2> <p>The Snyk CLI is being deployed to different deployment channels, users can select the stability level according to their needs. For details please see <a href="https://docs.snyk.io/snyk-cli/releases-and-channels-for-the-snyk-cli" rel="nofollow">this documentation</a></p> <h3>Features</h3> <ul> <li><strong>mcp:</strong> Added support for the MCP server to use IDE extension storage when running in VS Code (<a href="https://github.com/snyk/snyk/commit/7f26dc63f2b650f88bc27604a5568d9e80bcb2a6">7f26dc6</a>)</li> <li><strong>redteam:</strong> Added a new experimental AI Red Teaming feature, read more: <a href="https://docs.snyk.io/developer-tools/snyk-cli/commands/ai-red-teaming" rel="nofollow">https://docs.snyk.io/developer-tools/snyk-cli/commands/ai-red-teaming</a> (<a href="https://github.com/snyk/snyk/commit/fe37e0f0d74e9737a2daf3730dd236a4ebd87869">fe37e0f</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>test:</strong> Fix issue where npm aliases only detected the latest version of a dependency (<a href="https://github.com/snyk/snyk/commit/cb37da79febf6e9c44b68eccf444633a6508aa3f">cb37da7</a>)</li> <li><strong>security:</strong> Upgrades dependencies to address <a title="CVE-2025-58058" data-hovercard-type="advisory" data-hovercard-url="/advisories/GHSA-jc7w-c686-c4v9/hovercard" href="https://github.com/advisories/GHSA-jc7w-c686-c4v9">CVE-2025-58058</a> and <a title="CVE-2025-11065" data-hovercard-type="advisory" data-hovercard-url="/advisories/GHSA-2464-8j7c-4cjm/hovercard" href="https://github.com/advisories/GHSA-2464-8j7c-4cjm">CVE-2025-11065</a> (<a href="https://github.com/snyk/snyk/commit/d7e87e296f99d299a87533812399830b60b7c0c3">d7e87e2</a>)</li> <li><strong>general:</strong> Improved error messaging (<a href="https://github.com/snyk/snyk/commit/5d16466e76ad0d278e62c023001ed78f06b3cd01">5d16466</a>)</li> <li><strong>logging:</strong> Remove support for legacy DEBUG environment variable. For the supported debugging options, please check <a href="https://docs.snyk.io/developer-tools/snyk-cli/debugging-the-snyk-cli" rel="nofollow">https://docs.snyk.io/developer-tools/snyk-cli/debugging-the-snyk-cli</a> (<a href="https://github.com/snyk/snyk/commit/2087f7465e76930427004272c3faa62064c2dc74">2087f74</a>)</li> </ul> team-cli-bot tag:github.com,2008:Repository/45247496/v1.1300.0 2025-10-08T11:55:56Z v1.1300.0 <h2><a href="https://github.com/snyk/snyk/compare/v1.1299.1...v1.1300.0">1.1300.0</a> (2025-10-08)</h2> <p>The Snyk CLI is being deployed to different deployment channels, users can select the stability level according to their needs. For details please see <a href="https://docs.snyk.io/snyk-cli/releases-and-channels-for-the-snyk-cli" rel="nofollow">this documentation</a></p> <h3>Features</h3> <ul> <li><strong>general:</strong> Improve SARIF compatibility by adding runAutomationDetails (<a href="https://github.com/snyk/snyk/commit/3e232e52a105620c638b211bbc1a8baddeddb170">3e232e5</a>)</li> <li><strong>container:</strong> Add support scanning system JARs (<a href="https://github.com/snyk/snyk/commit/54e84d8f4efda07f21b0e729f75440fa4608966c">54e84d8</a>)</li> <li><strong>container:</strong> Add TargetOS to output of container scan (<a href="https://github.com/snyk/snyk/commit/aa55cd90683995d4143f43173eddee61ecf88167">aa55cd9</a>)</li> <li><strong>test:</strong> Add support for godot projects (<a href="https://github.com/snyk/snyk/commit/d9fc2008287349c63b3144634549c77cb3864fd9">d9fc200</a>)</li> <li><strong>test:</strong> Add support for maven metaversions (<a href="https://github.com/snyk/snyk/commit/f321ffa6efdf2f269f0b7fb1a87b91332a7da18e">f321ffa</a>)</li> <li><strong>language-server:</strong> Add CVSSv4 Links in IDE Issue Details</li> <li><strong>mcp:</strong> Workflow and performance improvements</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>container:</strong> Fixed crashes when scanning docker images with very large files (<a href="https://github.com/snyk/snyk/commit/72cb04083d3c204d6755f194f7ccc6e522788f66">72cb040</a>)</li> <li><strong>test:</strong> Re-enable support for python 2.7 (<a href="https://github.com/snyk/snyk/commit/02c7fe373e3ec1a59d15de1f7fe87e461d3fafb5">02c7fe3</a>)</li> <li><strong>test:</strong> Improved error information when using --all-projects (<a href="https://github.com/snyk/snyk/commit/36d14f940003d093df0bdc9d22a32d9b26b6b252">36d14f9</a>)</li> <li><strong>test:</strong> Fix a bug due to case-sensitive ignores (<a href="https://github.com/snyk/snyk/commit/b4324066fbdca2224e3a1aca223cde5b2b6e0ea2">b432406</a>)</li> <li><strong>test:</strong> Resolve project assets file path dynamically (<a href="https://github.com/snyk/snyk/commit/75a152ec29e91f9c37a26f0daed77a142cebef39">75a152e</a>)</li> <li><strong>iac:</strong> Upgrade iac components to address a vulnerability [IAC-3439] (<a href="https://github.com/snyk/snyk/commit/eaaaf844237b430d9d9ee7109ada5b5bd2e103a5">eaaaf84</a>)</li> <li><strong>logging:</strong> Fix broken debug logs due to secret redaction by redacting all user input (<a href="https://github.com/snyk/snyk/commit/0cf19a7dc8b761ec61d7ae0f3f5d160b0e2b0450">0cf19a7</a>)</li> <li><strong>language-server:</strong> Multiple bugfixes</li> </ul> team-cli-bot