<?xml version="1.0" encoding="UTF-8"?>

    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
      <channel>
        <title>snyk.io updates</title>
        <link>https://updates.snyk.io</link>
        <description>snyk.io updates</description>
        <language>en-us</language>
        <lastBuildDate>Sat, 05 Sep 2026 15:28:56 GMT</lastBuildDate>
        <atom:link href="https://updates.snyk.io/rss" rel="self" type="application/rss+xml" />
        
        <item>
          <title>Snyk Projects now stay in sync with your repository content</title>
          <link>https://updates.snyk.io/repo-content-sync/</link>
          <description>&lt;p&gt;&lt;u&gt;&lt;b&gt;The &amp;quot;What&amp;quot;&lt;/b&gt;&lt;/u&gt;&lt;/p&gt;&lt;p&gt;Repo Content Sync keeps your Snyk Projects aligned with what your repositories actually contain. When a change is merged to a branch Snyk monitors, Snyk creates and begins monitoring Projects for newly added manifest, Dockerfile, and configuration files, and deactivates the Projects whose files were removed. A file that is moved or renamed is picked up at its new path, and the Project at the old path is deactivated.

Until now, keeping Snyk in step with a repository was a manual step: someone re-imported the repository, or a newly added dependency file simply went unscanned. Repo Content Sync makes repository content itself the trigger, so your Project list reflects the code as it is today rather than as it was at import.

Sync covers Code, open source, secrets, infrastructure as code, and container (Dockerfile) Projects, and it works on custom branches as well as default branches.&lt;/p&gt;&lt;p&gt;Repo Content Sync will be rolled out gradually over the next several weeks.&lt;/p&gt;</description>
          <pubDate>Mon, 31 Aug 2026 16:00:00 GMT</pubDate>
          <dc:creator>undefined, undefined</dc:creator>
          <guid>6pjhT1Pb6nZxO3zVxjsWyd</guid>
          <category>General availability</category>
        </item>
        <item>
          <title>Announcing Snyk CLI v1.1307.0</title>
          <link>https://updates.snyk.io/announcing-snyk-cli-v1-1307-0/</link>
          <description>&lt;p&gt;We are pleased to announce the latest stable Snyk CLI release, v1.1307.0.&lt;/p&gt;&lt;p&gt;We are introducing the following key improvements in this version. To learn more about bug fixes and additional enhancements beyond what is highlighted below, please reference the full release notes.&lt;/p&gt;&lt;p&gt;&lt;b&gt;This update includes the following:&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;Secrets&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;&lt;code&gt;snyk secrets test&lt;/code&gt; now supports exclusions — add files or paths to the &lt;code&gt;exclude&lt;/code&gt; section of your &lt;code&gt;.snyk&lt;/code&gt; file to skip them during secrets scanning.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;Container&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;Container scans now surface image provenance attestations by default, so signed-image provenance metadata appears in results without any extra flag.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;.NET/NuGet&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;&lt;code&gt;snyk test&lt;/code&gt; can now analyze already-restored .NET/NuGet projects fully offline and no longer requires .NET 6 to be installed.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;MCP&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;The full Snyk MCP profile now includes Snyk Secrets.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;Code &amp;amp; Secrets&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;SARIF suppressions now include &lt;code&gt;reviewedOn&lt;/code&gt; and &lt;code&gt;reviewedBy&lt;/code&gt; metadata.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;AI BOM&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;&lt;code&gt;snyk aibom test --severity-threshold&lt;/code&gt; now filters the displayed and JSON results by severity, not only the exit code.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;Agent-optimized CLI&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;New experimental &lt;code&gt;snyk agent&lt;/code&gt; command space — a scanning surface built for AI coding agents, with token-optimized output and ergonomics. &lt;code&gt;snyk agent test&lt;/code&gt; runs Snyk Open Source, Code, and Secrets together.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;Additional Reliability and Performance Improvements&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;Adds support for scanning pnpm v11 &lt;code&gt;pnpm-lock.yaml&lt;/code&gt; lockfiles.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Fixes a crash when scanning dependencies of Gradle 7.4–8.2 projects.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Fixes a bug where arguments after &lt;code&gt;--&lt;/code&gt; (for example &lt;code&gt;snyk test . -- -s settings.xml&lt;/code&gt;) were treated as scan targets, which could silently drop the Risk Score.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Fixes scanning of projects using Hex versions newer than 1.19.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Excludes the &lt;code&gt;.git&lt;/code&gt; folder from file discovery, preventing intermittent scan failures caused by changes to &lt;code&gt;.git&lt;/code&gt; contents during a scan&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Prevents a possible connection leak when the Snyk API returns an error response.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Updates dependencies to fix vulnerabilities.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Release notes can be found &lt;a href=&quot;https://github.com/snyk/cli/releases/tag/v1.1307.0&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;If you have any questions, feel free to reach out to the Snyk support team. We encourage everyone to upgrade to the latest version to take advantage of these new features and improvements.&lt;/p&gt;</description>
          <pubDate>Wed, 26 Aug 2026 15:00:00 GMT</pubDate>
          <dc:creator>Matt Dolan, Senior Product Manager</dc:creator>
          <guid>5yLypBqdHTMSVzz6y6jWIA</guid>
          <category>Improved</category>
        </item>
        <item>
          <title>Organization-scoped access in Evo</title>
          <link>https://updates.snyk.io/organization-scoped-access-in-evo/</link>
          <description>&lt;p&gt;Starting August 18, 2026, a user&amp;#39;s Evo data is limited to the Snyk Organizations they can read.&lt;/p&gt;&lt;p&gt;Until now, everyone with access to Evo saw every repository, asset, and issue in the Tenant. Evo now
reuses your existing Snyk Organization hierarchy, so there is nothing new to model and no migration to
run. Nobody loses access until an administrator changes their role.&lt;/p&gt;&lt;h3&gt;What&amp;#39;s new:&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;Tenant Viewer now grants read access to the assets and issues in the Organizations the user belongs to, and to nothing outside them&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Tenant Member grants no Evo access, letting administrators withhold Evo without removing Snyk platform access&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Full-Tenant access continues for Tenant Admin and for the two roles ending in &amp;quot;with Evo access&amp;quot;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Organization names appear alongside repositories, distinguishing the same repository imported into more than one Organization&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Note for administrators:&lt;/h3&gt;&lt;p&gt;Existing users keep their access, and Tenant Viewers gain scoped read access for the first time. New
users join as Tenant Member, which carries no Evo access, so each one needs a role change. Scoped
users are read only, and assets without an Organization stay hidden, which today means all Agent
Supply Chain Security and Continuous Offensive Security data.&lt;/p&gt;&lt;p&gt;Documentation: &lt;a href=&quot;https://docs.snyk.io/agent-security/evo-by-snyk/access-and-authentication&quot;&gt;Access and authentication&lt;/a&gt;&lt;/p&gt;</description>
          <pubDate>Tue, 25 Aug 2026 18:33:00 GMT</pubDate>
          <dc:creator>Ranko Cupovic, Principal Product Manager</dc:creator>
          <guid>2YSuQU9Tmmj2lKwVFxGuZ3</guid>
          <category>General availability</category>
        </item>
        <item>
          <title>Snyk Code September Update</title>
          <link>https://updates.snyk.io/snyk-code-september-update/</link>
          <description>&lt;p&gt;This update is available on &lt;b&gt;September 14, 2026&lt;/b&gt;. It improves coverage and precision across Snyk Code: template files are analyzed, Java framework and library support is extended, detection gaps are closed in six languages, and .gitignore no longer hides committed files from analysis.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Template files&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Snyk Code analyzes template files and follows data from your application code into the template. Cross-site scripting that only becomes exploitable where the template renders its output is now reported, with the data flow shown from the application through to the template.&lt;/p&gt;&lt;p&gt;Supported engines: Jinja2, Razor, FreeMarker, EJS, Handlebars, Pug, Thymeleaf, Twig, Mustache and Velocity.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Java&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;Apache CXF&lt;/b&gt; — the web services framework, including its HTTP transport.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;OkHttp&lt;/b&gt; — the HTTP client.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;Spring Security OAuth2 Client&lt;/b&gt; — OAuth2 and OpenID Connect authentication.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;Google OAuth Client&lt;/b&gt; and &lt;b&gt;Google API Client&lt;/b&gt; — Google authentication and API access.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;MSAL4J&lt;/b&gt; — Microsoft identity platform authentication.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;Apache Commons Collections&lt;/b&gt; — collection utilities.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;Flyway&lt;/b&gt; — database migrations.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;JAXB&lt;/b&gt; — XML binding.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;SAP Commerce (Hybris)&lt;/b&gt; — FlexibleSearch queries, with parameter binding recognised as safe.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Coverage for these libraries is added or improved, resulting in improved data flow analysis.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Python&lt;/b&gt;&lt;/p&gt;&lt;p&gt;LangChain LiteLLM is recognised as a source of untrusted data.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Java 25&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Java 25 source is analyzed.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rule coverage improvements&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Detection coverage is extended for &lt;b&gt;Java, Kotlin, C#, Go, JavaScript and PHP&lt;/b&gt; — additional sources, sinks and unsafe API patterns, in particular for cryptography.&lt;/p&gt;&lt;p&gt;Expect additional true positives and fewer false positives.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Files matched by .gitignore&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;Committed files matched by a .gitignore rule are analyzed.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Secrets committed and later matched by a .gitignore rule are now detected. Git ignores only untracked files, so this brings Snyk Code and Snyk Secrets in line with Git.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;These are pre-existing issues in code you already committed.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;The change applies across all interfaces and cannot be disabled.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;b&gt;Required for CLI scans.&lt;/b&gt; Upgrade to Snyk CLI 1.1307.0 or later, available from 26 August. Earlier versions keep the previous behavior, so CLI results will differ from your SCM and web results. SCM imports and scans need no action.&lt;/p&gt;&lt;p&gt;&lt;b&gt;What is unchanged&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;Untracked files matched by .gitignore remain excluded from analysis.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;.snyk exclude patterns behave as before, and remain the way to exclude a path deliberately.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Severity levels and rule identifiers do not change.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;</description>
          <pubDate>Fri, 21 Aug 2026 08:00:00 GMT</pubDate>
          <dc:creator>undefined, undefined</dc:creator>
          <guid>5L0xa8XdaOpYR1kjxlt1OD</guid>
          <category>Improved</category>
        </item>
        <item>
          <title>New model risk scoring for AI models in Evo</title>
          <link>https://updates.snyk.io/model-risk-score-evo-ga/</link>
          <description>&lt;p&gt;Starting August 17, 2026, Evo by Snyk uses a rebuilt model risk score to evaluate the AI models discovered in your organization.&lt;/p&gt;&lt;p&gt;The previous Risk Index is replaced by a single score from 0–1,000 that combines attack success rate with the potential impact of a successful attack, tested against categories including prompt injection, data exfiltration, and insecure code generation. The result is a score that reflects both how easily a model can be compromised and how much damage that compromise could cause — not just whether an attack succeeded.&lt;/p&gt;&lt;p&gt;What&amp;#39;s new:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;Impact-weighted scoring:&lt;/b&gt; Risk scores now factor in the real-world consequence of an attack succeeding, not only its likelihood.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;Four severity bands:&lt;/b&gt; Scores map to low (0–249), medium (250–499), high (500–749), and critical (750–1,000), so you can triage at a glance.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;Broader attack coverage:&lt;/b&gt; Testing spans a wider range of direct and indirect attack categories against each discovered model.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;Framework-mapped:&lt;/b&gt; Findings map to OWASP LLM Top 10, OWASP Agentic Security, MITRE ATLAS, and NIST AI 600-1/100-2e2025, so you can connect model risk to the compliance frameworks you already report against.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;Policy-ready from day one:&lt;/b&gt; Evo applies default policies across common attack categories automatically, and you can create custom policies scoped to specific attack categories or goals to match your organization&amp;#39;s risk tolerance.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;b&gt;If you have policies built on the old Risk Index:&lt;/b&gt; those policies remain visible but no longer evaluate under the new scoring. Review and recreate any Risk Index-based policies against the new model risk score to keep enforcement active.&lt;/p&gt;&lt;p&gt;Read more in the Risk intelligence &lt;a href=&quot;http://docs.snyk.io/agent-security/evo-by-snyk/ai-spm/risk-intelligence&quot;&gt;documentation&lt;/a&gt;.&lt;/p&gt;</description>
          <pubDate>Wed, 19 Aug 2026 15:00:00 GMT</pubDate>
          <dc:creator>Ranko Cupovic, Principal Product Manager</dc:creator>
          <guid>1W3f0okRBUn45Q63RKJFbX</guid>
          <category>General availability</category>
        </item>
        <item>
          <title>Snyk Assist— AI-powered support and guidance, built into Snyk</title>
          <link>https://updates.snyk.io/snyk-assist-in-ui/</link>
          <description>&lt;p&gt;&lt;u&gt;&lt;b&gt;The &amp;quot;What&amp;quot;&lt;/b&gt;&lt;/u&gt;&lt;/p&gt;&lt;p&gt;Snyk is introducing Snyk Assist — an AI-powered support and guidance assistant available directly inside the Snyk UI.&lt;/p&gt;&lt;p&gt;Snyk Assist answers product, setup, and troubleshooting questions in plain language, grounded in Snyk&amp;#39;s own documentation, release notes, and support knowledge articles. It can also retrieve read-only information about your current organization and group, and open a support case without you leaving the conversation.&lt;/p&gt;&lt;p&gt;Assist is available from the top right of the screen on every page, and is always accessible.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;Ask questions in plain language:&lt;/b&gt; product concepts, account setup, integrations, and day-to-day administration — &amp;quot;How do I set up SSO?&amp;quot;, &amp;quot;What permissions does Snyk need for my GitHub org?&amp;quot;, &amp;quot;How do I configure ignore rules and approvals?&amp;quot;. Answers are grounded in Snyk documentation and tailored to your role, plan tier, and licensed products.
&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;Self-serve troubleshooting:&lt;/b&gt; conversational diagnostics drawn from Snyk&amp;#39;s support and knowledge articles, so common problems can be resolved without waiting on a ticket.
&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;Information about your account:&lt;/b&gt; issue summaries by severity, issue triage and single-issue detail, projects and import targets, collections and container images, scan settings, integrations and their connectivity status, members and their roles, and a project&amp;#39;s current ignore rules — for your current organization and group, retrieved with your own permissions.
&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;Support without leaving the conversation:&lt;/b&gt; Assist can suggest and create a support case and return the case ID and link. When it detects a capability Snyk does not support today, it can capture that as a feature request.
&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;Vulnerability lookups:&lt;/b&gt; look up known vulnerabilities for a package, or a specific package version, against the Snyk Vulnerability Database.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Snyk Assist requires the new Snyk UI. It is available only to users who have the new navigation experience enabled. If you are still on the classic navigation, switch via the user account menu to use Assist.&lt;/p&gt;&lt;p&gt;Snyk Assist is available to Team, Ignite and Enterprise plans.&lt;/p&gt;</description>
          <pubDate>Tue, 18 Aug 2026 04:00:00 GMT</pubDate>
          <dc:creator>undefined, undefined</dc:creator>
          <guid>3mbLBZYECQNYAQ7S0e3J8B</guid>
          <category>Early access</category>
        </item>
        <item>
          <title>Unified Navigation, Navigation search and Dark Mode — New Snyk UI Rollout!</title>
          <link>https://updates.snyk.io/new-snyk-ui/</link>
          <description>&lt;p&gt;Snyk is rolling out a redesigned navigation experience! &lt;/p&gt;&lt;p&gt;The classic sidebar — which listed every page across Tenant, Group, and Organization scopes at once — is replaced by a single breadcrumb bar at the top that lets users switch scope in one click via per-level drop-downs. &lt;/p&gt;&lt;p&gt;The left sidebar is condensed to core areas only (Analytics, Inventory, Projects, Issues, Policies, Settings), with all settings-related pages consolidated into one context-aware Settings hub. &lt;/p&gt;&lt;p&gt;The update also adds a &amp;quot;Dark Mode&amp;quot; option (System/Light/Dark) under the user account menu. and a UI/Cmd/Ctrl+K command search to jump directly to any page or setting for easy orientation.&lt;/p&gt;</description>
          <pubDate>Mon, 17 Aug 2026 05:00:00 GMT</pubDate>
          <dc:creator>undefined, undefined</dc:creator>
          <guid>2QFcOMNSeyWNweDoVaaMbN</guid>
          <category>General availability</category>
        </item>
        <item>
          <title>Announcing Snyk CLI v1.1306.4</title>
          <link>https://updates.snyk.io/announcing-snyk-cli-v1-1306-4/</link>
          <description>&lt;p&gt;We are pleased to announce Snyk CLI release, v1.1306.4&lt;/p&gt;&lt;p&gt;This release contains fixes and minor improvements. To learn more beyond what is highlighted below, please reference the &lt;a href=&quot;https://github.com/snyk/cli/releases/tag/v1.1306.4&quot;&gt;full release notes&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;&lt;b&gt;This update includes the following:&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;Clearer error messages when the CLI cannot reach a configured proxy. Failures now report the proxy URL the CLI attempted to use, with credentials redacted, along with the specific error code &lt;code&gt;SNYK-CLI-0028&lt;/code&gt;, making proxy misconfiguration quicker to diagnose in CI and behind corporate networks.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;An updated embedded runtime, moving Node.js from 22.22.2 to 22.23.2 and OpenSSL from 3.5.5 to 3.5.7, which brings in fixes for six high-severity CVEs plus additional OpenSSL security fixes.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Fixed vulnerabilities:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;&lt;a href=&quot;https://security.snyk.io/vuln/SNYK-JS-JSYAML-18593780&quot;&gt;SNYK-JS-JSYAML-18593780&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;CVE-2026-45447&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;CVE-2026-48618&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;CVE-2026-48933&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;CVE-2026-56846&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;CVE-2026-56848&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;CVE-2026-58043&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;If you have any questions, feel free to reach out to the Snyk support team. We encourage everyone to upgrade to the latest version to take advantage of these improvements.&lt;/p&gt;</description>
          <pubDate>Thu, 13 Aug 2026 15:00:00 GMT</pubDate>
          <dc:creator>Matt Dolan, Senior Product Manager</dc:creator>
          <guid>3Tx7MBhC6zhBzpcu9YTrcG</guid>
          <category>Fix</category>
        </item>
        <item>
          <title>Announcing Snyk CLI v1.1306.3</title>
          <link>https://updates.snyk.io/announcing-snyk-cli-v1-1306-3/</link>
          <description>&lt;p&gt;We are pleased to announce Snyk CLI release, v1.1306.3&lt;/p&gt;&lt;p&gt;This release contains security fixes. To learn more beyond what is highlighted below, please reference the &lt;a href=&quot;https://github.com/snyk/cli/releases/tag/v1.1306.3&quot;&gt;full release notes&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;&lt;b&gt;This update includes the following:&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;Updates bundled dependencies to remediate known vulnerabilities, keeping the CLI current for teams with supply chain policies on the tools running in their pipelines.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Fixed vulnerabilities:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;&lt;a href=&quot;https://security.snyk.io/vuln/SNYK-JS-SHESCAPE-18319522&quot;&gt;SNYK-JS-SHESCAPE-18319522&lt;/a&gt; (CVE-2026-14257)&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;CVE-2026-69152&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;If you have any questions, feel free to reach out to the Snyk support team. We encourage everyone to upgrade to the latest version to take advantage of these improvements.&lt;/p&gt;</description>
          <pubDate>Thu, 06 Aug 2026 12:40:00 GMT</pubDate>
          <dc:creator>Matt Dolan, Senior Product Manager</dc:creator>
          <guid>xrZtlOwibL3pLZ6KAkHK2</guid>
          <category>Fix</category>
        </item>
        <item>
          <title>NTLM Authentication in Snyk API &amp; Web</title>
          <link>https://updates.snyk.io/ntlm-authentication-in-snyk-api-and-web/</link>
          <description>&lt;p&gt;Snyk API &amp;amp; Web now supports NTLM v2 authentication for Web targets. Security teams can configure NTLM credentials (username, password, domain, workstation) directly in the target settings, enabling authenticated scans of Windows-authenticated applications without requiring separate tools.&lt;/p&gt;</description>
          <pubDate>Wed, 05 Aug 2026 14:30:00 GMT</pubDate>
          <dc:creator>Ana Pascoal, Product Manager</dc:creator>
          <guid>453DfTMuj3QAYyv0LprU3r</guid>
          <category>New</category>
        </item>
        <item>
          <title>Snyk secrets scanner reaches general availability</title>
          <link>https://updates.snyk.io/snyk-secrets-scanner-reaches-ga/</link>
          <description>&lt;p&gt;Starting August 4, 2026, Snyk secrets scanner is generally available to help secure your entire SDLC against credential leaks.&lt;/p&gt;&lt;p&gt;Stolen credentials remain a leading initial access vector in security breaches, and the rise of AI-generated code increases the risk of exposing sensitive data. You can now use Snyk secrets scanner to detect hardcoded credentials, API keys, and tokens across your repositories and prevent them from reaching commits or being leaked.&lt;/p&gt;&lt;p&gt;Key capabilities include:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;Machine learning driven detection and prevention across your development surfaces.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Secrets detection for both human-written and AI-generated code.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Governance and finding management directly within the Snyk web UI.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;For more information, please read the &lt;a href=&quot;https://snyk.io/blog/snyk-secrets/&quot;&gt;blog&lt;/a&gt; and &lt;a href=&quot;https://docs.snyk.io/scan-fix-and-prevent/scan-with-snyk/snyk-secrets&quot;&gt;Snyk Secrets documentation&lt;/a&gt;&lt;/p&gt;</description>
          <pubDate>Wed, 05 Aug 2026 13:00:00 GMT</pubDate>
          <dc:creator>undefined, undefined</dc:creator>
          <guid>70bXuyXT4d4CBxMAih8TFG</guid>
          <category>New</category>
        </item>
        <item>
          <title>Governed ignores with Ignore Approval Workflow (IAW)</title>
          <link>https://updates.snyk.io/code-ignore-approval-workflow/</link>
          <description>&lt;p&gt;Until now, a developer could suppress a Snyk Code finding on their own — directly in the Web UI or IDE — with no review step. &lt;/p&gt;&lt;p&gt;Suppression happened silently and unilaterally, leaving security teams without a gate on what got ignored.&lt;/p&gt;</description>
          <pubDate>Mon, 03 Aug 2026 14:00:00 GMT</pubDate>
          <dc:creator>undefined, undefined</dc:creator>
          <guid>1PjjIFyxLpkEtmKl4r8LTh</guid>
          <category>General availability</category>
        </item>
        <item>
          <title>COBOL support for Snyk Code</title>
          <link>https://updates.snyk.io/cobol-support-for-snyk-code/</link>
          <description>&lt;p&gt;COBOL support becomes generally available on August 17, 2026. Snyk Code brings SAST to your mainframe applications, scanning fixed-format COBOL across the integrations you already use, so mainframe code receives the same real-time, in-workflow security coverage as the rest of your stack. Detection is tuned with feedback from design-partner environments across large finance and mainframe estates.&lt;/p&gt;&lt;p&gt;&lt;b&gt;What you can do&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;Scan COBOL applications for security issues alongside your other languages, with no separate workflow.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Catch real, actionable findings, with COBOL engagement in line with mainline languages.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Bring mainframe AppSec into the CLI, IDE, SCM, and PR-check integrations your teams already use.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;b&gt;Scope change at general availability&lt;/b&gt;&lt;/p&gt;&lt;p&gt;At general availability, the COBOL preview flag is removed and COBOL scanning runs automatically across all repositories. You may see new findings in repositories that were not scanned during the preview.&lt;/p&gt;&lt;p&gt;&lt;b&gt;For design-partner customers&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Thank you for shaping COBOL support during early access.&lt;/p&gt;</description>
          <pubDate>Fri, 31 Jul 2026 08:00:00 GMT</pubDate>
          <dc:creator>Sebastian Roth, Senior Product Manager</dc:creator>
          <guid>2gMiz71UAdnDspSB5c4OM6</guid>
          <category>New</category>
        </item>
        <item>
          <title>Snyk Code August Update</title>
          <link>https://updates.snyk.io/snyk-code-august-update/</link>
          <description>&lt;p&gt;This update is available on August 17, 2026. It broadens language and framework coverage, adds serverless and LangChain support for Python, and cuts false positives in C++ and C#.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Python&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;LangChain support&lt;/b&gt; — Snyk Code covers applications that use LangChain, flagging unsafe handling of data flowing through the framework.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;Serverless support&lt;/b&gt; — Snyk Code covers Python applications running on AWS Lambda.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;New detection&lt;/b&gt; — weak-hash detection and detection of debug features left enabled.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;b&gt;Java&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;Spring Data coverage&lt;/b&gt; — data read through Spring Data repositories is tracked as a taint source, so injection, SSRF, path-traversal, and XSS findings reflect data flowing from the Spring Data layer.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;New framework recognition&lt;/b&gt; — vert.x, Jolokia, and Spring Cloud Config Client.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;b&gt;Reduced noise&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;Fewer false positives in C++ DoubleFree and C# Code Injection.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;b&gt;Change to fix examples&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;Fix examples no longer appear in &lt;b&gt;Fix analysis&lt;/b&gt; in the Snyk Web UI, and no longer appear in SARIF output. The issue details, the data flow, and the CWE reference are unchanged.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;To remediate a Snyk Code finding, use Snyk Agent Fix. It generates a fix for that specific finding in your own code and verifies the fix by rescanning. See &lt;a href=&quot;https://docs.snyk.io/scan-fix-and-prevent/scan-with-snyk/snyk-code/manage-code-vulnerabilities/fix-code-vulnerabilities-automatically&quot;&gt;&lt;u&gt;Fix code vulnerabilities automatically&lt;/u&gt;&lt;/a&gt;.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;
Overall, this release increases true-positive coverage and reduces false positives.&lt;/p&gt;</description>
          <pubDate>Thu, 30 Jul 2026 23:00:00 GMT</pubDate>
          <dc:creator>undefined, undefined</dc:creator>
          <guid>7laX7xiLQxy7PPEbLNmJlm</guid>
          <category>Improved</category>
        </item>
        <item>
          <title>Announcing Snyk CLI v1.1306.2</title>
          <link>https://updates.snyk.io/announcing-snyk-cli-v1-1306-2/</link>
          <description>&lt;p&gt;We are pleased to announce Snyk CLI release, v1.1306.2&lt;/p&gt;&lt;p&gt;This release contains fixes and minor improvements. To learn more beyond what is highlighted below, please reference the &lt;a href=&quot;https://github.com/snyk/cli/releases/tag/v1.1306.2&quot;&gt;full release notes&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;&lt;b&gt;This update includes the following:&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;Improved authentication handling in the Snyk Language Server, which powers Snyk&amp;#39;s IDE integrations&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Fixed vulnerabilities:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;&lt;a href=&quot;https://security.snyk.io/vuln/SNYK-GOLANG-GOOGLEGOLANGORGGRPCINTERNALXDSRBAC-18172577&quot;&gt;SNYK-GOLANG-GOOGLEGOLANGORGGRPCINTERNALXDSRBAC-18172577&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;If you have any questions, feel free to reach out to the Snyk support team. We encourage everyone to upgrade to the latest version to take advantage of these improvements.&lt;/p&gt;</description>
          <pubDate>Mon, 27 Jul 2026 15:27:00 GMT</pubDate>
          <dc:creator>undefined, undefined</dc:creator>
          <guid>3Oct7DGh88kF7aw4n62Ka8</guid>
          <category>Fix</category>
        </item>
        <item>
          <title>Automatic Target Authentication Configuration for Snyk API &amp; Web</title>
          <link>https://updates.snyk.io/atac/</link>
          <description>&lt;p&gt;We are introducing Automatic Target Authentication Configuration for API &amp;amp; Web, an AI-driven feature that streamlines DAST authenticated scan setup.&lt;/p&gt;</description>
          <pubDate>Thu, 23 Jul 2026 23:00:00 GMT</pubDate>
          <dc:creator>Natalia Yurchenko, Senior Product Manager</dc:creator>
          <guid>4xLWUDm9YrfIn9iuGSSGTl</guid>
          <category>New</category>
        </item>
        <item>
          <title>Announcing Snyk CLI v1.1306.1</title>
          <link>https://updates.snyk.io/announcing-snyk-cli-v1-1306-1/</link>
          <description>&lt;p&gt;We are pleased to announce Snyk CLI release, v1.1306.1&lt;/p&gt;&lt;p&gt;This release contains fixes to ensure security. To learn more beyond what is highlighted below, please reference the full release notes.&lt;/p&gt;&lt;p&gt;&lt;b&gt;This update includes the following:&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;Fixed vulnerabilities:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;CVE-2026-41907&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;CVE-2026-13149&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;CVE-2026-59869&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;CVE-2026-59873&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;CVE-2026-39244&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Release notes can be found &lt;a href=&quot;https://github.com/snyk/cli/releases/tag/v1.1306.1&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;If you have any questions, feel free to reach out to the Snyk support team. We encourage everyone to upgrade to the latest version to take advantage of these improvements.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description>
          <pubDate>Thu, 16 Jul 2026 15:00:00 GMT</pubDate>
          <dc:creator>Matt Dolan, Senior Product Manager</dc:creator>
          <guid>2ih44HFmYQOIIudKzOVp8h</guid>
          <category>Fix</category>
        </item>
        <item>
          <title>Rule Extensions for Snyk Code is now generally available</title>
          <link>https://updates.snyk.io/rule-extensions-for-snyk-code-is-now-generally-available/</link>
          <description>&lt;p&gt;Extend Snyk Code&amp;#39;s security rules with your own code. Add your custom functions to an existing rule so the engine understands your project&amp;#39;s specific logic and returns more accurate findings.&lt;/p&gt;&lt;p&gt;Start with custom sanitizers: register your in-house sanitizer functions so Snyk Code recognizes them as valid ways to clean data, and stops flagging the code paths your own security controls already protect.&lt;/p&gt;&lt;p&gt;&lt;b&gt;What you can do&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;Define and manage custom sanitizers in the in-product UI, with an FQN builder to pinpoint the exact function, or through a public REST API.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Preview the impact of a change in the UI or with the impact-test API before you apply it — see how your findings change before anything reaches your team.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;Agent-friendly API&lt;/b&gt;: manage and preview rule extensions programmatically, so automation and agents can configure them at scale.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Available to Enterprise customers.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;b&gt;For our closed-beta customers&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Thank you for shaping Rule Extensions during the closed beta. There are a few migration steps to complete — please read the &lt;a href=&quot;https://docs.snyk.io/scan-fix-and-prevent/scan-with-snyk/snyk-code/rule-extensions/rule-extensions-permissions#create-the-custom-role&quot;&gt;documentation&lt;/a&gt;.&lt;/p&gt;</description>
          <pubDate>Wed, 15 Jul 2026 08:00:00 GMT</pubDate>
          <dc:creator>Sebastian Roth, Senior Product Manager</dc:creator>
          <guid>1E4YXCBSjQaKLwIoZ5jTdn</guid>
          <category>New</category>
        </item>
        <item>
          <title>Announcing Snyk CLI v1.1306.0</title>
          <link>https://updates.snyk.io/announcing-snyk-cli-v1-1306-0/</link>
          <description>&lt;p&gt;We are pleased to announce the latest stable Snyk CLI release, v1.1306.0.&lt;/p&gt;&lt;p&gt;We are introducing the following key improvements in this version. To learn more about bug fixes and additional enhancements beyond what is highlighted below, please reference the &lt;a href=&quot;https://github.com/snyk/cli/releases/tag/v1.1306.0&quot;&gt;full release notes&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;&lt;b&gt;This update includes the following:&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;Doctor&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;Adds a new &lt;code&gt;snyk doctor&lt;/code&gt; command, giving you a quick way to diagnose common CLI problems by generating a diagnostic report for your system or analyzing debug log output.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;Container&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;Container scans now detect the Java runtime version across a wider range of JVM base images, and can find vulnerabilities in .NET application dependencies.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;Snyk Studio MCP&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;The breakability evaluation tool in the Snyk MCP Server is now enabled by default and no longer requires an experimental flag.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;SCA Test&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;Improves dependency detection for Gradle projects.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;Additional Reliability and Performance Improvements&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;Shows a warning when a request is automatically retried due to rate limiting, instead of retrying silently.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Skips the reachability upload when no supported files are present, instead of failing.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Fixes dependency resolution for Swift Package Manager projects that reference packages by registry identity, so they&amp;#39;re correctly matched to their GitHub source for vulnerability scanning.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Fixes scanning of sbt projects with custom Scala configurations.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Fixes a bug where scanning Yarn workspaces could report vulnerabilities from a workspace member&amp;#39;s dev dependencies as production dependencies, when that member was consumed by a sibling package.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Updates dependencies to fix vulnerabilities.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Release notes can be found &lt;a href=&quot;https://github.com/snyk/cli/releases/tag/v1.1306.0&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;If you have any questions, feel free to reach out to the Snyk support team. We encourage everyone to upgrade to the latest version to take advantage of these new features and improvements.&lt;/p&gt;</description>
          <pubDate>Thu, 09 Jul 2026 12:30:00 GMT</pubDate>
          <dc:creator>Matt Dolan, Senior Product Manager</dc:creator>
          <guid>7MBDWuJlm8XUQnXdleKakt</guid>
          <category>New</category>
        </item>
        <item>
          <title>Support for Bruno Collections in API Targets</title>
          <link>https://updates.snyk.io/support-for-bruno-collections-in-api-targets/</link>
          <description>&lt;p&gt;Snyk API &amp;amp; Web now provides native support for Bruno collections. You can import your collections directly into the platform to create API Targets without converting files to Postman collections or OpenAPI schemas first.&lt;/p&gt;</description>
          <pubDate>Tue, 07 Jul 2026 23:00:00 GMT</pubDate>
          <dc:creator>Natalia Yurchenko, Senior Product Manager</dc:creator>
          <guid>1XQspwJdiEtojjNl8hBChV</guid>
          <category>New</category>
        </item>
        <item>
          <title>Snyk Open Source ecosystem coverage update</title>
          <link>https://updates.snyk.io/snyk-open-source-ecosystem-coverage-update/</link>
          <description>&lt;p&gt;We&amp;#39;ve expanded &lt;b&gt;Snyk Open Source&lt;/b&gt; coverage with improved scanning capabilities. These updates help you close security gaps and manage dependencies more effectively. Key improvements include new support for the uv package manager and enhanced Go scanning for private dependencies.&lt;/p&gt;&lt;h3&gt;uv SCM support&lt;/h3&gt;&lt;p&gt;The uv package manager is an emerging tool in the Python ecosystem. Following our earlier &lt;b&gt;CLI&lt;/b&gt; release, uv is now available in &lt;b&gt;SCM&lt;/b&gt; integrations. You can import uv projects and workspaces, use &lt;b&gt;PR Checks&lt;/b&gt;, and monitor your code directly from your connected Git repositories. You do not need to use the &lt;b&gt;CLI&lt;/b&gt; for these tasks. uv joins pip, Poetry, and Pipenv as the fourth Python ecosystem with native support in &lt;b&gt;Snyk Open Source&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;To get started, enable this feature for your &lt;b&gt;Groups&lt;/b&gt; and &lt;b&gt;Organizations&lt;/b&gt; in Snyk Preview. You can find more details in the &lt;a href=&quot;https://docs.snyk.io/&quot;&gt;Snyk documentation&lt;/a&gt;.&lt;/p&gt;&lt;h3&gt;Improved Go scanning&lt;/h3&gt;&lt;p&gt;Our Go scanning improvements are now generally available. This update features support for private dependencies. Go teams that use private module proxies, such as Artifactory or Nexus, or private repositories via &lt;b&gt;Broker&lt;/b&gt;, can now achieve the same depth of scanning available for public modules.&lt;/p&gt;&lt;p&gt;This ensures you have no blind spots in your dependency graph when a module lives behind authentication. We support both brokered and direct connections across all &lt;b&gt;SCM&lt;/b&gt; integrations. We are rolling this out to all users over the next two weeks. You can learn how to configure private dependencies in the &lt;a href=&quot;https://docs.snyk.io/&quot;&gt;Snyk documentation&lt;/a&gt;.&lt;/p&gt;</description>
          <pubDate>Sun, 28 Jun 2026 23:00:00 GMT</pubDate>
          <dc:creator>undefined, undefined</dc:creator>
          <guid>4BH6GaGikt3gFff7BbWboA</guid>
          <category>General availability</category>
        </item>
        <item>
          <title>Snyk Code: July Release, C++ rules, Java library coverage, and JavaScript Insecure Transmission</title>
          <link>https://updates.snyk.io/snyk-code-july-release-c-rules-java-library-coverage-and-javascript-insecure-transmission/</link>
          <description>&lt;p&gt;The July release expands Snyk Code coverage for C++ with several new rules and broader native C++ detection, improves detection for several popular Java libraries, and adds a new Insecure Transmission rule for JavaScript and TypeScript. These changes arrive with the July release on 1&lt;b&gt;3 July 2026&lt;/b&gt;&lt;/p&gt;&lt;h2&gt;What&amp;#39;s changing&lt;/h2&gt;&lt;h3&gt;New rules&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;Log Forging, C++ (CWE-117, high):&lt;/b&gt; flags untrusted user input reaching a logging sink, which can let an attacker forge or corrupt log entries.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;Improper Privilege Management, C++ (CWE-269, high):&lt;/b&gt; flags a privilege-dropping call whose result is not verified; a failed call can leave the process running with elevated privileges.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;Missing Authorization, C++ (CWE-862, CWE-732):&lt;/b&gt; flags overly permissive file permissions (world-writable or world-executable), and calls that pass root (UID or GID 0) to privilege-escalation or file-ownership functions.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;SSL/TLS Certificate Verification Bypass, C++ (CWE-295, medium):&lt;/b&gt; detects disabled certificate verification across seven TLS frameworks (OpenSSL, Qt, mbedTLS, libcurl, Boost.Asio, libpq, libpqxx), which exposes connections to man-in-the-middle attacks.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;Insecure TLS Configuration, C++ (CWE-327, high):&lt;/b&gt; detects insecure TLS configuration, such as enabling outdated TLS versions.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;Sensitive Cookie Without Secure Attribute, C++ (CWE-614, low):&lt;/b&gt; flags cookies that omit the Secure attribute, either by default or explicitly set to false, leaving them exposed to man-in-the-middle attacks.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;Insecure Transmission, JavaScript (CWE-319):&lt;/b&gt; detects cleartext transmission over insecure transports beyond HTTP. Initial coverage targets Redis clients (@redis/client, ioredis, redis) connecting over a non-TLS redis:// URL. New rule-key, separate from HttpToHttps.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;New C++ coverage&lt;/h3&gt;&lt;p&gt;Detection now extended to native C++ for:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;Code Injection (CWE-94):&lt;/b&gt; across six framework modules: dlopen, LoadLibrary, Lua, CPython, Duktape, QuickJS.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;Insecure Storage (CWE-922, info):&lt;/b&gt; sqlite, realm, leveldb, rocksdb, lmdb, Qt.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;Insecure Cipher (CWE-327):&lt;/b&gt; broader native C++ crypto coverage (OpenSSL, Botan, libsodium, libtomcrypt, libgcrypt, Crypto++, mbedTLS).&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Expanded Java library coverage&lt;/h3&gt;&lt;p&gt;Improved detection for code using these popular Java libraries:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;Azure SDK for Java&lt;/b&gt; (&lt;code&gt;com.azure:azure-core&lt;/code&gt;)&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;Logback&lt;/b&gt; (&lt;code&gt;ch.qos.logback:logback-classic&lt;/code&gt;)&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;Reactor Netty HTTP&lt;/b&gt; (&lt;code&gt;io.projectreactor.netty:reactor-netty-http&lt;/code&gt;)&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;Apache Kafka clients&lt;/b&gt; (&lt;code&gt;org.apache.kafka:kafka-clients&lt;/code&gt;)&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;Jackson&lt;/b&gt; (&lt;code&gt;com.fasterxml.jackson.core:&lt;/code&gt; &lt;code&gt;jackson-databind&lt;/code&gt; and &lt;code&gt;jackson-core&lt;/code&gt;)&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;</description>
          <pubDate>Fri, 26 Jun 2026 15:00:00 GMT</pubDate>
          <dc:creator>Nina Kanti, Senior Product Manager</dc:creator>
          <guid>4RnO1fTbaEiLmRWyA5aVpv</guid>
          <category>Improved</category>
        </item>
        <item>
          <title>Issue alert emails: updating the default</title>
          <link>https://updates.snyk.io/issue-alert-emails-updating-the-default/</link>
          <description>&lt;p&gt;On July 27, 2026, Snyk updates the default setting for issue alert emails to ensure every notification you receive is relevant to your work. These emails alert you to newly detected vulnerabilities and license violations.&lt;/p&gt;&lt;h2&gt;Summary of changes&lt;/h2&gt;&lt;p&gt;If you have never manually configured your notification preferences, you stop receiving these emails after July 27, 2026. This update moves issue alert notifications to an opt-in model so they only reach you if they are useful to your workflow. If you have already chosen which emails you receive, your preferences do not change and remain preserved exactly as they are.&lt;/p&gt;&lt;h2&gt;Manage your preferences&lt;/h2&gt;&lt;p&gt;You can keep receiving these emails by saving your preferences before the July 27 deadline, or you can re-enable them at any time afterward. Wherever you can set issue alert notifications, a banner appears in the &lt;b&gt;Snyk web UI&lt;/b&gt;. To opt in instantly, click &lt;b&gt;Keep my current selections&lt;/b&gt; in the banner.&lt;/p&gt;&lt;p&gt;You can also manually manage your settings:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;For personal preferences: Navigate to &lt;b&gt;Account Settings&lt;/b&gt;, click &lt;b&gt;Notifications&lt;/b&gt;, find the issue alert emails for the relevant &lt;b&gt;Organizations&lt;/b&gt;, and save your preference.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;For &lt;b&gt;Organizations &lt;/b&gt;admins: Navigate to &lt;b&gt;Organization Settings&lt;/b&gt;, click &lt;b&gt;Notifications&lt;/b&gt;, and update the default for all members of your organization.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;For &lt;b&gt;Groups &lt;/b&gt;admins: Navigate to &lt;b&gt;Group&lt;/b&gt;, click &lt;b&gt;Notifications&lt;/b&gt;, and manage issue alert settings across every organization in the &lt;b&gt;Groups &lt;/b&gt;from a single page.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;</description>
          <pubDate>Wed, 24 Jun 2026 04:00:00 GMT</pubDate>
          <dc:creator>Neha Shenoy, Senior Product Manager</dc:creator>
          <guid>4LzoiLq8v3mC6c0dSkcZo3</guid>
          <category>undefined</category>
        </item>
        <item>
          <title>Announcing Snyk CLI v1.1305.2</title>
          <link>https://updates.snyk.io/announcing-snyk-cli-v1-1305-2/</link>
          <description>&lt;p&gt;We are pleased to announce Snyk CLI release, v1.1305.2.&lt;/p&gt;&lt;p&gt;This release contains fixes and minor improvements. To learn more beyond what is highlighted below, please reference the &lt;a href=&quot;https://github.com/snyk/cli/releases/tag/v1.1305.2&quot;&gt;full release notes&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;&lt;b&gt;This update includes the following:&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;Bumped the Go runtime to version 1.26.4.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Improved MCP logging and addressed security issues in the Snyk MCP Server.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Fixed vulnerabilities: &lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;CVE-2026-44705&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;CVE-2026-45570&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;CVE-2026-49982&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;If you have any questions, feel free to reach out to the Snyk support team. We encourage everyone to upgrade to the latest version to take advantage of these improvements.&lt;/p&gt;</description>
          <pubDate>Tue, 23 Jun 2026 10:13:00 GMT</pubDate>
          <dc:creator>Matt Dolan, Senior Product Manager</dc:creator>
          <guid>4hX5U66t4kazSImX4upSwI</guid>
          <category>Fix</category>
        </item>
        <item>
          <title>Snyk Learn lesson roundup: what’s new in June</title>
          <link>https://updates.snyk.io/snyk-learn-lesson-roundup-whats-new-in-june/</link>
          <description>&lt;p&gt;This month on Snyk Learn, we’ve added new AI security lessons covering the attacks that target agentic systems: getting agents to run code they shouldn&amp;#39;t, poisoning their memory to bend their reasoning, and exploiting the gaps where agents talk to each other!&lt;/p&gt;&lt;h3&gt;Security lessons&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;[&lt;i&gt;New&lt;/i&gt;][&lt;b&gt;AI-Sec&lt;/b&gt;] &lt;a href=&quot;https://learn.snyk.io/lesson/agentic-unexpected-code-execution/&quot;&gt;Unexpected code execution (RCE)&lt;/a&gt; - tricking your agentic systems to execute code!&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;[&lt;i&gt;New&lt;/i&gt;][&lt;b&gt;AI-Sec&lt;/b&gt;] &lt;a href=&quot;https://learn.snyk.io/lesson/memory-context-poisoning/&quot;&gt;Memory and Context Poisoning&lt;/a&gt; - how corrupted agent memory can silently reshape reasoning, decisions, and behavior.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;[&lt;i&gt;New&lt;/i&gt;][&lt;b&gt;AI-Sec&lt;/b&gt;] &lt;a href=&quot;https://learn.snyk.io/lesson/insecure-inter-agent-communication/&quot;&gt;Insecure Inter-Agent Communication&lt;/a&gt; - exploiting weak communication protections between agents.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;[&lt;i&gt;Updated&lt;/i&gt;] &lt;a href=&quot;https://learn.snyk.io/lesson/generation-of-predictable-numbers-or-identifiers/&quot;&gt;Generation of predictable numbers&lt;/a&gt; - how intruders can use weaknesses in random number generation to launch more successful attacks.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;[&lt;i&gt;Updated&lt;/i&gt;] &lt;a href=&quot;https://learn.snyk.io/lesson/uncontrolled-recursion/&quot;&gt;Uncontrolled recursion&lt;/a&gt; - how infinite loops can ruin your life and crash your systems.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Expanded framework &amp;amp; language coverage&lt;/h3&gt;&lt;p&gt;We’ve also expanded Snyk Learn content to cover more of your tech stack:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;New/expanded language support:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;Multiple lessons expanded into Python, Rust, and Ruby for the &lt;a href=&quot;https://learn.snyk.io/learning-paths/owasp-top-10/&quot;&gt;OWASP Top 10&lt;/a&gt;.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Each new/updated lesson above links directly to the relevant content so you can share it with your teams or assign it as part of your training program with the &lt;a href=&quot;https://docs.snyk.io/discover-snyk/snyk-learn#learning-management-add-on&quot;&gt;Snyk Learning Management Add-On&lt;/a&gt;.

Use Snyk Learn to help your security engineers and developers stay ahead of the latest risks!&lt;/p&gt;&lt;p&gt;&lt;i&gt;&lt;b&gt;Bonus Content&lt;/b&gt;&lt;/i&gt;&lt;/p&gt;&lt;p&gt;Snyk is also publishing videos on AI coding and AI security on our &lt;a href=&quot;http://youtube.com/@Snyksec/videos&quot;&gt;YouTube channel&lt;/a&gt;! If you would like to see content like this on Snyk Learn, use the feedback button on Snyk Learn to let us know.&lt;/p&gt;&lt;div&gt;&lt;/div&gt;&lt;p&gt;&lt;/p&gt;</description>
          <pubDate>Wed, 17 Jun 2026 12:00:00 GMT</pubDate>
          <dc:creator>Alex Ley, Senior Director, Snyk Learn</dc:creator>
          <guid>5uvMjwJUSTRUNnM1gvBgZM</guid>
          <category>New</category>
        </item>
      </channel>
    </rss>