<?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>Tue, 02 Jun 2026 20:42:00 GMT</lastBuildDate>
        <atom:link href="https://updates.snyk.io/rss" rel="self" type="application/rss+xml" />
        
        <item>
          <title>Announcing Snyk CLI v1.1305.1</title>
          <link>https://updates.snyk.io/announcing-snyk-cli-v1-1305-1/</link>
          <description>&lt;p&gt;We are pleased to announce Snyk CLI release, v1.1305.1&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.1&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 rate-limit handling: the CLI now respects the &lt;code&gt;X-RateLimit-Reset&lt;/code&gt; header when it is rate limited by the API, so retries wait the correct amount of time. This improves the reliability of scans in high-volume and CI/CD environments.&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-39827&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;CVE-2026-39831&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;CVE-2026-33186 (IaC extensions)&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, 02 Jun 2026 10:24:00 GMT</pubDate>
          <dc:creator>Matt Dolan, Senior Product Manager</dc:creator>
          <guid>4PcQRoR8LoyJ1NPKqsuHwb</guid>
          <category>Fix</category>
        </item>
        <item>
          <title>Announcing a new Snyk User Docs site structure!</title>
          <link>https://updates.snyk.io/announcing-a-new-snyk-user-docs-site-structure/</link>
          <description>&lt;p&gt;We are excited to announce a redesign of the Snyk User Docs site, introducing a new structure built around site sections.&lt;/p&gt;&lt;p&gt;&lt;b&gt;What&amp;#39;s changed?&lt;/b&gt;&lt;/p&gt;&lt;p&gt;The docs are now reorganized into six clearly defined site sections:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;Discover Snyk: &lt;/b&gt;An introduction to the platform, capabilities, and supported languages.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;Platform administration: &lt;/b&gt;Settings, user management, Org configuration, and more.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;Scan, fix, and prevent: &lt;/b&gt;Snyk core security scanning, fixing and prevention workflows&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;Developer tools: &lt;/b&gt;CLI, IDE integrations, related tooling, and more&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;Agent security: &lt;/b&gt;Agentic and AI-powered security features.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;Snyk data and governance: &lt;/b&gt;Data handling, compliance, and policies.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;In addition, there are dedicated sections for &lt;b&gt;Getting started guides&lt;/b&gt; and &lt;b&gt;Implementation guides&lt;/b&gt; to support onboarding and deployment workflows.&lt;/p&gt;</description>
          <pubDate>Thu, 28 May 2026 17:00:00 GMT</pubDate>
          <dc:creator>Natasha Ellingford, Senior Technical Writer</dc:creator>
          <guid>3fKw5TilCqLvKA7nJRsDzg</guid>
          <category>Improved</category>
        </item>
        <item>
          <title>Snyk Code: June Update</title>
          <link>https://updates.snyk.io/snyk-code-june-update/</link>
          <description>&lt;p&gt;We&amp;#39;re expanding Snyk Code analysis for the &lt;b&gt;.NET (C# and VB)&lt;/b&gt; ecosystem with broader detection across TLS configuration, cryptographic algorithms, and third-party crypto libraries. We built these improvements to surface a wider range of crypto-related security issues in .NET codebases while keeping false positives in check. Coverage extends across the standard library and the most common third-party crypto packages, so customers using BouncyCastle see the same depth of detection as native .NET code.&lt;/p&gt;&lt;p&gt;We&amp;#39;re also expanding &lt;b&gt;PHP coverage for SQL injection&lt;/b&gt;, Snyk Code now detects interfile taint flow when the SQL sink is wrapped in a database-access class. These improvements arrive with the June release on &lt;b&gt;15 June 2026.&lt;/b&gt;&lt;/p&gt;&lt;h3&gt;&lt;b&gt;What&amp;#39;s changing&lt;/b&gt;&lt;/h3&gt;&lt;p&gt;&lt;b&gt;New TLS vulnerability detection for .NET (CWE-326)&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Snyk Code now identifies insecure TLS protocol configuration across the most common .NET HTTP and network stacks: ServicePointManager, HttpClientHandler, WinHttpHandler, SocketsHttpHandler, Kestrel, and SslStream. Only TLS 1.2 and 1.3 are considered safe. Earlier protocols are flagged as vulnerable, including bitwise flag combinations.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Broader Insecure Cipher coverage for .NET (CWE-327)&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Generalised cipher detection for C# and VB, with new third-party support via BouncyCastle. Algorithms now flagged: PAKE, Triple DES, DES, Skipjack, RC4, RC2, MD-5, and SHA-1.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Expanded weak-key-size detection for .NET (CWE-326)&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Native standard-library coverage added for ECDHE, ECDH, ECDSA, RSA, AES (GCM), and HMAC-SHA1, HMAC-SHA2, and HMAC-SHA3 across Base, Windows, and Linux .NET types. Third-party support was added for DH, DHE (BouncyCastle), AES-XTS (BouncyCastle), and CMAC-AES (BouncyCastle).&lt;/p&gt;&lt;p&gt;&lt;b&gt;Generalised crypto rule templates for .NET (CWE-326, CWE-327)&lt;/b&gt;&lt;/p&gt;&lt;p&gt;The InsecureCipher, TooSmallKeySize, and WeakEccCurve rules have been refactored into unified report templates.&lt;/p&gt;&lt;p&gt;&lt;b&gt;PHP SQL injection interfile taint flow through wrapper classes (CWE-89)&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Snyk Code now detects SQL injection where the sink is defined in a wrapper class (single level: caller → wrapper → mysql_query)&lt;/p&gt;&lt;h3&gt;&lt;b&gt;Important details to note&lt;/b&gt;&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;You may notice an increase in .NET vulnerability findings after the June release, particularly around TLS misconfiguration and weak cryptographic algorithms.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;RC2 is reclassified&lt;/b&gt; from TooSmallKeySize to InsecureCipher. Customers with ignores or policies tied to specific rule keys should be aware (Scope is .NET (C# and VB) only).&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;A small number of CryptoServiceProviders false positives related to read-only KeySize properties will no longer fire. These were never actionable in the first place (Scope is .NET (C# and VB) only).&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;PHP customers may see new SQL injection findings after the June release, particularly in codebases that route database calls through wrapper classes.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;</description>
          <pubDate>Thu, 28 May 2026 04:00:00 GMT</pubDate>
          <dc:creator>Nina Kanti, Senior Product Manager</dc:creator>
          <guid>Vn21NL2qEoJm6frwuKHZH</guid>
          <category>Improved</category>
        </item>
        <item>
          <title>Announcing Agent Fix: New Agentic Workflow &amp; Model Upgrade</title>
          <link>https://updates.snyk.io/announcing-agent-fix-new-agentic-workflow-and-model-upgrade/</link>
          <description>&lt;p&gt;&lt;b&gt;New Model &amp;amp; New Architecture&lt;/b&gt;&lt;/p&gt;&lt;p&gt;We&amp;#39;re happy to announce we&amp;#39;re upgrading Agent Fix to use the Claude family of models enhanced by Snyk&amp;#39;s tooling and intelligence. This move delivers the following major improvements: &lt;/p&gt;&lt;p&gt;&lt;b&gt;Security &amp;amp; Functional Enhancements&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;Agentic Retries:&lt;/b&gt; Our new workflow now detects where code suggestions deviate from security best practices. Instead of discarding the result, the system analyzes the failure and injects tailored guidance into the agent&amp;#39;s subsequent attempts. &lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;Dynamic Few-Shot Prompting:&lt;/b&gt; We now use the same training set used to fine-tune our internal model to dynamically provide secure fix examples for the new model to follow. &lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;b&gt;Expanded Support&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;Full Language Coverage:&lt;/b&gt; We will enable support for all Snyk Code languages on Day 1, removing previous limitations on language availability.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;Comprehensive Rule Support:&lt;/b&gt; AI-powered fixes are now available for all supported rules and vulnerability types across the platform.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;b&gt;Measurable Impact&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;Golden Test Benchmark&lt;/b&gt;: Both Sonnet 4.6 and Opus 4.6 saw improved performance against Snyk’s Golden Test benchmark (72.4% to 82.5% and 74.6% to 85.4% respectively) with this new architecture vs. the models on their own. &lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Check out &lt;a href=&quot;https://snyk.io/blog/snyk-agent-fix-agentic-architecture/&quot;&gt;&lt;u&gt;the blog&lt;/u&gt;&lt;/a&gt; for more details. This update started rolling out on May 26th and will reach 100% by end of day on May 28th. &lt;/p&gt;</description>
          <pubDate>Thu, 28 May 2026 03:00:00 GMT</pubDate>
          <dc:creator>David Alessi, Staff Product Manager</dc:creator>
          <guid>3OvjhU6B2afJPsBQs1NPfb</guid>
          <category>Improved</category>
        </item>
        <item>
          <title>OWASP Top 10:2025 Support in Snyk API &amp; Web</title>
          <link>https://updates.snyk.io/owasp-top-10-2025-support-in-snyk-api-and-web/</link>
          <description>&lt;p&gt;Snyk API &amp;amp; Web now supports the &lt;b&gt;OWASP Top 10:2025&lt;/b&gt; standard for compliance reporting. Users can generate compliance reports against either OWASP 2025 or OWASP 2021 — both versions remain available.&lt;/p&gt;</description>
          <pubDate>Thu, 21 May 2026 08:00:00 GMT</pubDate>
          <dc:creator>Ana Pascoal, Product Manager</dc:creator>
          <guid>62xqWbXv5Dx5VMXjjgHy8j</guid>
          <category>Improved</category>
        </item>
        <item>
          <title>Announcing Snyk CLI v1.1305.0</title>
          <link>https://updates.snyk.io/announcing-snyk-cli-v1-1305-0/</link>
          <description>&lt;p&gt;We are pleased to announce the latest stable Snyk CLI release, v1.1305.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;SBOM&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;Introduces the &lt;code&gt;--allow-incomplete-sbom&lt;/code&gt; flag for &lt;code&gt;snyk sbom&lt;/code&gt;, allowing the SBOM to be generated even when individual projects fail to resolve. Failed projects are surfaced as per-project errors alongside the successful results.&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;Speed up &lt;code&gt;snyk container monitor&lt;/code&gt; by sending dependency requests in parallel, configurable via the SNYK_&lt;code&gt;REQUEST_CONCURRENCY&lt;/code&gt; environment variable.&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;Adds an experimental breakability evaluation tool to the Snyk MCP Server.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;Static CLI binaries for Linux&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;Linux ARM64 and AMD64 binaries are now statically linked by default.&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;npm package aliases from lockfile now appropriately used in &lt;code&gt;test&lt;/code&gt; command.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Fixes parsing of Python &lt;code&gt;.whl&lt;/code&gt; files when scanning projects with &lt;code&gt;--all-projects&lt;/code&gt;.&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.1305.0&quot;&gt;&lt;u&gt;here&lt;/u&gt;&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, 20 May 2026 14:15:00 GMT</pubDate>
          <dc:creator>Matt Dolan, Senior Product Manager</dc:creator>
          <guid>3nrVZBTuj3dH8upUKktVN</guid>
          <category>New</category>
        </item>
        <item>
          <title>More flexibility when exporting table data to CSV with Snyk API &amp; Web</title>
          <link>https://updates.snyk.io/more-flexibility-when-exporting-table-data-to-csv-with-snyk-api-and-web/</link>
          <description>&lt;p&gt;We&amp;#39;ve improved the recently introduced &lt;b&gt;Download CSV&lt;/b&gt; feature to offer greater flexibility when exporting data directly from the Snyk API &amp;amp; Web interface.&lt;/p&gt;</description>
          <pubDate>Wed, 20 May 2026 12:00:00 GMT</pubDate>
          <dc:creator>Ana Pascoal, Product Manager</dc:creator>
          <guid>10WoWhB7r8H1hiLmwW2qmX</guid>
          <category>Improved</category>
        </item>
        <item>
          <title> Snyk Learn lesson roundup: what’s new in May</title>
          <link>https://updates.snyk.io/snyk-learn-lesson-roundup-whats-new-in-may/</link>
          <description>&lt;p&gt;This month on &lt;a href=&quot;https://learn.snyk.io/&quot;&gt;Snyk Learn&lt;/a&gt;, there are brand new lessons for &lt;a href=&quot;https://evo.ai.snyk.io/&quot;&gt;Evo by Snyk&lt;/a&gt;, along with a refreshed &amp;quot;&lt;a href=&quot;https://learn.snyk.io/catalog/?q=Snyk+in+an+IDE&quot;&gt;Snyk in an IDE&lt;/a&gt;&amp;quot; lesson set. We are also excited to launch the new &lt;a href=&quot;https://learn.snyk.io/learning-paths/secure-ai-development/&quot;&gt;AI Secure Development&lt;/a&gt; learning path, where you will learn to build any app securely using AI while mastering foundational AI-powered security topics such as prompt injection and MCP.&lt;/p&gt;&lt;p&gt;Try the new &amp;quot;Feedback&amp;quot; button on &lt;a href=&quot;https://learn.snyk.io&quot;&gt;learn.snyk.io&lt;/a&gt; &lt;i&gt;(login required) &lt;/i&gt;to share feedback and topic suggestions.&lt;/p&gt;&lt;h3&gt;Security lessons&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;[&lt;b&gt;New&lt;/b&gt;] &lt;b&gt;Learning Path&lt;/b&gt; - &lt;a href=&quot;https://learn.snyk.io/learning-paths/secure-ai-development/&quot;&gt;AI Secure Development&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;[&lt;b&gt;New&lt;/b&gt;] &lt;a href=&quot;https://learn.snyk.io/lesson/getting-started-with-ai-development/&quot;&gt;Getting started with AI development&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;[&lt;b&gt;New&lt;/b&gt;] &lt;a href=&quot;https://learn.snyk.io/lesson/prompt-engineering/&quot;&gt;Prompt engineering&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;[&lt;b&gt;New&lt;/b&gt;] &lt;a href=&quot;https://learn.snyk.io/lesson/ai-app-development/&quot;&gt;AI app development&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;[&lt;b&gt;New&lt;/b&gt;] &lt;a href=&quot;https://learn.snyk.io/lesson/securing-your-ai-app/&quot;&gt;Securing your AI app&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;[&lt;b&gt;New&lt;/b&gt;] &lt;a href=&quot;https://learn.snyk.io/lesson/ai-in-the-sdlc/&quot;&gt;AI in the Software Development Life Cycle (SDLC)&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;[&lt;b&gt;New&lt;/b&gt;] &lt;a href=&quot;https://learn.snyk.io/lesson/ai-agents-securing-autonomous-workflows/&quot;&gt;AI Agents: Securing Autonomous Workflows&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Snyk platform lessons&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;[&lt;b&gt;New&lt;/b&gt;] &lt;a href=&quot;https://learn.snyk.io/lesson/navigating-evo-interface/?ecosystem=general&quot;&gt;Navigating the Evo Interface&lt;/a&gt; - a new lesson to familiarize yourself with the unified agentic interface in Evo by Snyk.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;[&lt;b&gt;New&lt;/b&gt;] &lt;a href=&quot;https://learn.snyk.io/lesson/ai-security-posture-management/?ecosystem=general&quot;&gt;AI Security Posture Management (AI-SPM)&lt;/a&gt; - a new lesson that enables users to detect AI assets via AI-BOM scans and enforce governance through Natural Language Policies as well as traditional menu items.

We have refreshed the following lessons to ensure all content reflects our current platform and products, also providing a streamlined, role-based learning experience:
&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;[Updated]&lt;/b&gt; &lt;a href=&quot;https://learn.snyk.io/lesson/snyk-in-an-ide/?ecosystem=general&quot;&gt;Using Snyk in an IDE&lt;/a&gt; - updated to reflect the Developer’s workflow, including installing the plugin, authenticating, and using real-time scanning to find and fix vulnerabilities without leaving your IDE.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;b&gt;[Updated]&lt;/b&gt; &lt;a href=&quot;https://learn.snyk.io/lesson/administrating-snyk-in-an-ide/?ecosystem=general&quot;&gt;Administrating Snyk in an IDE&lt;/a&gt; - formerly part of the “Using Snyk in an IDE” course, this lesson now focuses on the Administrator’s workflow, including advanced configuration and governance.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Expanded framework and coding languages 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; learning path.&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;.&lt;/p&gt;</description>
          <pubDate>Mon, 11 May 2026 16:25:00 GMT</pubDate>
          <dc:creator>undefined, undefined</dc:creator>
          <guid>wmTvHjbGRBYaxt020Bh7f</guid>
          <category>New</category>
        </item>
        <item>
          <title>Snyk Studio: Introducing Asynchronous, Hooks-Based Guardrails for AI Agents</title>
          <link>https://updates.snyk.io/snyk-studio-introducing-asynchronous-hooks-based-guardrails-for-ai-agents/</link>
          <description>&lt;h2&gt;Introducing Hooks-Based Guardrails&lt;/h2&gt;&lt;p&gt;Snyk Studio is evolving our agentic guardrails to enable deeper trust in agent-generated code. We are debuting a new asynchronous, hooks-based approach to replace traditional rules-based guardrails, ensuring that security remains deterministic and efficient without slowing down the developer loop.&lt;/p&gt;&lt;p&gt;As agentic development has matured, initial friction points in rules-based models have become apparent. By transitioning to a hooks-based architecture, Snyk Studio resolves these key challenges with the traditional rules-based approach:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;Determinism: While agents may occasionally ignore traditional rules, hooks are deterministic, ensuring that defined security scans are executed every time.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Zero Latency: Unlike rules-based models that add visible friction to the developer experience, hooks leverage background scans to provide a low-latency workflow.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Context Window Efficiency: The rules-based approach injected Snyk scan results into the agent&amp;#39;s context window, consuming limited token space. Hooks decouple scan execution and results, keeping the context window focused on coding tasks.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Support for Leading ADEs&lt;/h2&gt;&lt;p&gt;We have targeted support for the hook-based approach to cover popular Agentic Development Environments (ADEs) across both Windows and macOS. You can now leverage Snyk Studio guardrails in:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;Claude Code&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Cursor&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Gemini CLI&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Codex CLI (coming soon)&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;We also support automatic configuration of the /snyk-fix command, /snyk-batch-fix command, MCP server, and secure dependency health check skill for:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;Kiro&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Windsurf&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Copilot CLI&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Copilot VS Code Extension&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Scaling for the Enterprise&lt;/h2&gt;&lt;p&gt;To simplify adoption, we have released an installation script to automate configuration and deployment. The install script:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;Supports Windows and Mac&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Can be used via MDM to support distribution at scale&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Installs the /snyk-fix command, /snyk-batch-fix command, MCP server, and secure dependency health check skill on: Claude Code, Cursor, Gemini CLI, Codex CLI (coming soon), Kiro, Windsurf, Copilot CLI, and the Copilot VS Code Extension&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Installs hooks on: Claude Code, Cursor, Gemini CLI, Codex CLI (coming soon)&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Getting Started&lt;/h3&gt;&lt;p&gt;See our &lt;a href=&quot;https://docs.snyk.io/integrations/snyk-studio-agentic-integrations/getting-started-with-snyk-studio&quot;&gt;revamped documentation&lt;/a&gt; to get hooks configured and installed in your favorite ADE.&lt;/p&gt;&lt;h3&gt;What’s Next&lt;/h3&gt;&lt;p&gt;We will continue to expand support for additional ADEs and are working to integrate Snyk Studio distribution directly with Agent Scan and Agent Guard.&lt;/p&gt;</description>
          <pubDate>Mon, 11 May 2026 16:00:00 GMT</pubDate>
          <dc:creator>Sam Broadaway, Senior Product Manager</dc:creator>
          <guid>6X6oeONbtFNPXnq2yflIXe</guid>
          <category>Early access</category>
        </item>
        <item>
          <title>New Analytics Overview Widgets </title>
          <link>https://updates.snyk.io/new-analytics-overview-widgets/</link>
          <description>&lt;p&gt;We&amp;#39;ve added several new widgets to the analytics overview to provide better visibility into your security program. These updates include key performance indicators (KPIs) from the Snyk Studio and pull request (PR) check reports directly into your main dashboard. &lt;/p&gt;</description>
          <pubDate>Fri, 08 May 2026 04:00:00 GMT</pubDate>
          <dc:creator>Sara Meadzinger, Staff Product Manager</dc:creator>
          <guid>4unRGK5pf77UwRvDCxRDnG</guid>
          <category>New</category>
        </item>
        <item>
          <title>Announcing Snyk CLI v1.1304.2</title>
          <link>https://updates.snyk.io/announcing-snyk-cli-v1-1304-2/</link>
          <description>&lt;p&gt;We are pleased to announce Snyk CLI release, v1.1304.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.1304.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;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-GITHUBCOMAWSAWSSDKGOV2AWSPROTOCOLEVENTSTREAM-16316402&quot;&gt;&lt;u&gt;SNYK-GOLANG-GITHUBCOMAWSAWSSDKGOV2AWSPROTOCOLEVENTSTREAM-16316402&lt;/u&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a href=&quot;https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMAWSAWSSDKGOV2SERVICES3-16316411&quot;&gt;&lt;u&gt;SNYK-GOLANG-GITHUBCOMAWSAWSSDKGOV2SERVICES3-16316411&lt;/u&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;CVE-2026-39892&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;CVE-2026-33750&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Snyk Studio: Adding missing tools annotations to MCP server&lt;/p&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>Wed, 06 May 2026 12:30:00 GMT</pubDate>
          <dc:creator>Matt Dolan, Senior Product Manager</dc:creator>
          <guid>5HGIlkf3ZD3SIYSfxWPQUH</guid>
          <category>Fix</category>
        </item>
        <item>
          <title>Improved zero-day report filtering and visibility</title>
          <link>https://updates.snyk.io/improved-zero-day-report-filtering-and-visibility/</link>
          <description>&lt;p&gt;We’re improving the usability of our zero-day reports to help you manage multiple security incidents more effectively. We expanded the filter bar for selected zero-day events to provide better context when you view data from several incidents at once. Additionally, the Accumulative Issues Backlog trend chart now breaks out each selected incident individually, and we added a new filter to the open issues side panel that allows you to toggle between open and resolved issues.&lt;/p&gt;</description>
          <pubDate>Tue, 05 May 2026 04:00:00 GMT</pubDate>
          <dc:creator>Sara Meadzinger, Staff Product Manager</dc:creator>
          <guid>2X0mVezQR7n4gMo2mrMP9c</guid>
          <category>Improved</category>
        </item>
        <item>
          <title>Expanded Container JVM Support</title>
          <link>https://updates.snyk.io/expanded-container-jvm-support/</link>
          <description>&lt;p&gt;We are pleased to announce expanded JVM support for Snyk Container vulnerability scanning. Previously, detection for unmanaged Java container software was limited to OpenJDK 8 binaries. With this update, customers can now identify vulnerabilities in their container images for Java versions beyond OpenJDK 8.&lt;/p&gt;</description>
          <pubDate>Thu, 30 Apr 2026 20:00:00 GMT</pubDate>
          <dc:creator>undefined, undefined</dc:creator>
          <guid>6xKIfOxYMVDo8af4N56qsb</guid>
          <category>Improved</category>
        </item>
        <item>
          <title>Announcing Snyk CLI v1.1304.1</title>
          <link>https://updates.snyk.io/announcing-snyk-cli-v1-1304-1/</link>
          <description>&lt;p&gt;We are pleased to announce Snyk CLI release, v1.1304.1&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.1304.1&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 error handling to prioritize and surface the most relevant error and correct exit code when multiple errors occur during maintenance windows. Exit code behavior is documented here:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;&lt;a href=&quot;https://docs.snyk.io/developer-tools/snyk-cli/debugging-the-snyk-cli#exit-codes&quot;&gt;https://docs.snyk.io/developer-tools/snyk-cli/debugging-the-snyk-cli#exit-codes&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a href=&quot;https://docs.snyk.io/scan-with-snyk/error-catalog#snyk-0099&quot;&gt;https://docs.snyk.io/scan-with-snyk/error-catalog#snyk-0099&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Snyk Agent Scan: Improved CI flexibility with an issues ignore option, and added support for Windows x86 and macOS x86 architectures.&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-4660&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;CVE-2026-39883&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 Apr 2026 12:30:00 GMT</pubDate>
          <dc:creator>Matt Dolan, Senior Product Manager</dc:creator>
          <guid>bqPp6lI0Wu1bAoe3yB6wU</guid>
          <category>Fix</category>
        </item>
        <item>
          <title>Snyk Code - Early May 2026 Update</title>
          <link>https://updates.snyk.io/snyk-code-early-may-2026-update/</link>
          <description>&lt;p&gt;Starting May 5, 2026, we&amp;#39;re updating Snyk Code to improve scanning precision and reduce noise across all supported languages.&lt;/p&gt;&lt;h3&gt;Improvements to scanning precision&lt;/h3&gt;&lt;p&gt;&lt;b&gt;All languages — Path Traversal severity tuning (CWE-22)&lt;/b&gt;
Path Traversal findings are now tiered by source risk. Findings from lower-risk sources are automatically reclassified from High/Medium to Low severity, reducing noise while keeping high-risk vectors prominent.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Java, Kotlin, Groovy — Apache Camel framework coverage (CWE-89 / CWE-22 / CWE-611)&lt;/b&gt;
Apache Camel &lt;code&gt;Exchange&lt;/code&gt; HTTP sources are now tracked as taint origins. Applications using Apache Camel will see new findings where HTTP body and header values flow into SQL injection, path traversal, or XXE sinks. Customers using Apache Camel may see an increase in findings.&lt;/p&gt;&lt;p&gt;&lt;b&gt;All languages — Improved &lt;/b&gt;&lt;b&gt;&lt;code&gt;.snyk&lt;/code&gt;&lt;/b&gt;&lt;b&gt; exclude precision&lt;/b&gt;
&lt;code&gt;.snyk&lt;/code&gt; exclude patterns now use full &lt;code&gt;.gitignore&lt;/code&gt;-style glob semantics for more expressive and consistent scan scope control. Customers relying on &lt;code&gt;.snyk&lt;/code&gt; exclude rules may see changes in scan scope.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Python — Reduced false positives on archive extraction (CWE-22 / CWE-73)
&lt;/b&gt;Python TarSlip detection is now scoped to genuine archive operations. Previously,  any &lt;code&gt;.extract()&lt;/code&gt; method call was flagged regardless of context - causing false positives in document parsers, ML pipelines, and custom extraction classes. 
Findings now only fire when the receiver is a &lt;code&gt;tarfile.open()&lt;/code&gt; or &lt;code&gt;zipfile.ZipFile()&lt;/code&gt; object. ZipSlip detection via &lt;code&gt;zipfile.ZipFile&lt;/code&gt; is also improved. Customers may see a reduction in Python TarSlip findings and new ZipSlip findings where archive contents are extracted without path sanitisation. &lt;/p&gt;&lt;h3&gt;Important details to note&lt;/h3&gt;&lt;p&gt;All percentage improvements are based on Snyk&amp;#39;s curated open-source data set. As part of these updates, you may see a decrease in High and Medium severity counts for Path Traversal as findings move to Low based on source risk tier. Total finding counts remain stable. Customers using Apache Camel may see an increase in findings as new data flows are detected. These changes apply specifically to the languages and CWEs listed above, while other scan areas remain unchanged.&lt;/p&gt;</description>
          <pubDate>Thu, 23 Apr 2026 08:00:00 GMT</pubDate>
          <dc:creator>Sebastian Roth, Senior Product Manager</dc:creator>
          <guid>6l6RW1hJj0puka63UNio5e</guid>
          <category>Improved</category>
        </item>
        <item>
          <title>Identify CISA KEV vulnerabilities for compliance</title>
          <link>https://updates.snyk.io/identify-cisa-kev-vulnerabilities-for-compliance/</link>
          <description>&lt;p&gt;We added a new Known Exploited Vulnerabilities (KEV) filter to help you identify risks that the Cybersecurity and Infrastructure Security Agency (CISA) tracks as already exploited in the wild. While we already allow you to filter vulnerabilities and Common Vulnerabilities and Exposures (CVE) by their exploit maturity level, this update specifically targets the CISA KEV catalog. You can find this filter on any page where issue filters are available to help you manage your security backlog.&lt;/p&gt;</description>
          <pubDate>Wed, 22 Apr 2026 04:00:00 GMT</pubDate>
          <dc:creator>Sara Meadzinger, Staff Product Manager</dc:creator>
          <guid>5iCCAIr2v4wyIGhb3Kd5TL</guid>
          <category>New</category>
        </item>
        <item>
          <title>Announcing Repo Monitor Configuration</title>
          <link>https://updates.snyk.io/announcing-repo-monitor-configuration/</link>
          <description>&lt;p&gt;We are excited to be launching Repo Monitor Configuration, which allows for management of repository coverage and monitoring configurations centrally across your entire Snyk Group from the Group-level Inventory page. This means you can monitor and manage repositories without navigating between individual Snyk Organizations.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://docs.snyk.io/manage-assets/configure-repository-monitoring&quot;&gt;Repo Monitor Configuration&lt;/a&gt; provides the following capabilities:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;Centralized asset monitoring: view monitoring status for all products, identify health status, and see required actions (such as enabling Snyk Code or resolving SCM integration issues) in one view.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Bulk import: import repositories directly from the Group Inventory page into specific Snyk Organizations.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;On-demand retesting: trigger a retest for specific repositories directly from Inventory.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Actionable error resolution: clear guidance ia available when testing fails due to integration issues or entitlements. After the underlying issue is resolved, testing resumes automatically.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;</description>
          <pubDate>Wed, 15 Apr 2026 05:00:00 GMT</pubDate>
          <dc:creator>Nathan Hart, Senior Product Manager</dc:creator>
          <guid>3KPHj6ERKAN51pWnXwBghn</guid>
          <category>Early access</category>
        </item>
        <item>
          <title>Repo Content Sync in Early Access</title>
          <link>https://updates.snyk.io/repo-content-sync-in-early-access/</link>
          <description>&lt;p&gt;We are excited to be launching Repository Content Sync (Early Access), an enhancement to how Snyk manages your imported repositories, ensuring your security posture always reflects your current codebase.  This will be available to all Enterprise customers via Snyk Preview during the week of April 13th, 2026.&lt;/p&gt;&lt;p&gt;This new feature provides native, automated synchronization between your Source Code Management (SCM) tool and Snyk, eliminating the need for manual re-imports or external synchronization tools. It ensures:
New Files are Detected: Snyk automatically creates new projects and monitors manifest, Docker, or configuration files as they are added to your SCM.
Deletions are Reflected: Projects associated with manifest files deleted in your SCM are automatically deactivated in Snyk.
This functionality is available across all Snyk-supported SCMs.&lt;/p&gt;&lt;p&gt;Please note: Because this feature enables Snyk to automatically detect and potentially create projects from newly added files, customers who enable the feature are likely to see an increase in issues.&lt;/p&gt;</description>
          <pubDate>Mon, 13 Apr 2026 23:00:00 GMT</pubDate>
          <dc:creator>Nathan Hart, Senior Product Manager</dc:creator>
          <guid>5rWKMfxyltIo3mLMn7dOYU</guid>
          <category>Early access</category>
        </item>
        <item>
          <title>Announcing new versions of Snyk IDE plugins</title>
          <link>https://updates.snyk.io/announcing-new-versions-of-snyk-ide-plugins/</link>
          <description>&lt;p&gt;We are pleased to announce the release of new stable versions for our IDE plugins. 
The new versions are:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;&lt;a href=&quot;https://marketplace.visualstudio.com/items?itemName=snyk-security.snyk-vulnerability-scanner&amp;ssr=false#version-history&quot;&gt;&lt;u&gt;Visual Studio Code v2.31.0&lt;/u&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a href=&quot;https://plugins.jetbrains.com/plugin/10972-snyk-security/versions/stable&quot;&gt;&lt;u&gt;JetBrains v2.21.0&lt;/u&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a href=&quot;https://marketplace.eclipse.org/content/snyk-security&quot;&gt;&lt;u&gt;Eclipse v3.9.0&lt;/u&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a href=&quot;https://marketplace.visualstudio.com/items?itemName=snyk-security.snyk-vulnerability-scanner-vs-2022&quot;&gt;&lt;u&gt;Visual Studio v2.9.0&lt;/u&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;This release is focused on enhancing stability and reliability, with key updates including:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;Fixed download URL fallback when the CLI is not found&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Fixed race conditions in authentication flows&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Added support for JetBrains 2026.1&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Along with additional bug fixes, security updates, and improvements.&lt;/p&gt;&lt;p&gt;Please refer to the changelog for each of our plugins for a more detailed list of additional bug fixes and enhancements. You can learn more about the Snyk IDE plugins in our &lt;a href=&quot;https://learn.snyk.io/lesson/snyk-in-an-ide/&quot;&gt;&lt;u&gt;Learn resources&lt;/u&gt;&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;If you have any questions, feel free to reach out to the Snyk Support team.&lt;/p&gt;</description>
          <pubDate>Sun, 12 Apr 2026 23:00:00 GMT</pubDate>
          <dc:creator>Matt Dolan, Senior Product Manager</dc:creator>
          <guid>5GmrezRhx6xBrMazqxo4Oy</guid>
          <category>Improved</category>
        </item>
        <item>
          <title>Native GraphQL Scanning for Snyk API &amp; Web</title>
          <link>https://updates.snyk.io/native-graphql-scanning-for-snyk-api-and-web/</link>
          <description>&lt;p&gt;We’ve expanded our DAST capabilities by adding GraphQL as a supported API target type in Snyk API &amp;amp; Web. This enables security tests specifically designed for GraphQL operations, including queries and mutations. In addition to schema ingestion via URL or file upload, you can now fetch your schema directly from an introspection endpoint to ensure tests stay up to date. To support these scans, we&amp;#39;ve also updated our authentication settings to include dedicated options for GraphQL targets.&lt;/p&gt;</description>
          <pubDate>Fri, 10 Apr 2026 08:00:00 GMT</pubDate>
          <dc:creator>Natalia Yurchenko, Senior Product Manager</dc:creator>
          <guid>4vNMGApPmLFI4YUjTCMhTE</guid>
          <category>New</category>
        </item>
        <item>
          <title>Test target configuration for smoother scans with Snyk API &amp; Web</title>
          <link>https://updates.snyk.io/test-target-configuration-for-smoother-scans-with-snyk-api-and-web/</link>
          <description>&lt;p&gt;We added a new &lt;b&gt;Test configuration&lt;/b&gt; option to the &lt;b&gt;Scan&lt;/b&gt; dropdown menu and the &lt;b&gt;Target Settings&lt;/b&gt; page. This allows you to verify that your target is accessible and correctly configured before starting a full dynamic application security testing (DAST) scan. When you click this button, a side panel opens in your target settings to provide real-time feedback on connectivity, authentication, web application firewall (WAF) interference, schema validity, and any detected extra hosts.&lt;/p&gt;</description>
          <pubDate>Thu, 09 Apr 2026 14:00:00 GMT</pubDate>
          <dc:creator>Ana Pascoal, Product Manager</dc:creator>
          <guid>6aOCg6BOgP7nKb86O7RPdr</guid>
          <category>Improved</category>
        </item>
        <item>
          <title>Announcing native uv support for the Snyk CLI</title>
          <link>https://updates.snyk.io/announcing-native-uv-support-for-the-snyk-cli/</link>
          <description>&lt;p&gt;Python is at the heart of the modern AI revolution but for many developers the packaging ecosystem has felt like a bottleneck: burdened by slow installs and fragmented tooling. The emergence of &lt;code&gt;uv&lt;/code&gt; has changed that, offering a high-performance alternative that has quickly become the industry standard.&lt;/p&gt;&lt;p&gt;Today, we are excited to announce that Snyk is bringing &lt;b&gt;native support for &lt;/b&gt;&lt;code&gt;&lt;b&gt;uv&lt;/b&gt;&lt;/code&gt; to the Snyk CLI, IDE, and GitHub Actions. This integration ensures that teams can embrace the speed of &lt;code&gt;uv&lt;/code&gt; without ever having to trade off on security.&lt;/p&gt;&lt;p&gt;With this update, Snyk enables you to seamlessly integrate &lt;code&gt;uv&lt;/code&gt; security scanning directly into your existing Snyk workflows, wherever you are using the CLI.&lt;/p&gt;</description>
          <pubDate>Thu, 09 Apr 2026 12:30:00 GMT</pubDate>
          <dc:creator>Johann Sutherland, undefined</dc:creator>
          <guid>3Oqvg6ec7R73azkArYETHQ</guid>
          <category>Early access</category>
        </item>
        <item>
          <title>Announcing Snyk CLI v1.1304.0</title>
          <link>https://updates.snyk.io/announcing-snyk-cli-v1-1304-0/</link>
          <description>&lt;p&gt;We are pleased to announce the latest stable Snyk CLI release, v1.1304.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;Snyk Evo&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;Accelerate AI Governance and Security: Generate an AI-BOM and instantly validate it against your tenant&amp;#39;s Evo policies using the new &lt;a href=&quot;https://docs.snyk.io/developer-tools/snyk-cli/commands/aibom-test&quot;&gt;&lt;u&gt;snyk aibom test&lt;/u&gt;&lt;/a&gt; command.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Enhanced Red Teaming insights: Agent Red Teaming scanned output now includes a vulnerability summary for quicker triage. Also improved JSON support and new exhaustive and eager modes.&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;Faster setup: Improved auto-enable behavior for Snyk Code.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Ensure Reliable Package Quality: Package health checks are now fully promoted to the stable release channel, providing consistent and reliable risk information.&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;Extended support for Java runtime binary scanning.&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;Increased stability with explicit network retry configuration, option to force global Maven usage, faster Golang scans, improved dependency resolution for Go, Yarn, and Python, and enhanced resilience against non-fatal Maven build errors.&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.1304.0&quot;&gt;&lt;u&gt;here&lt;/u&gt;&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, 08 Apr 2026 23:00:00 GMT</pubDate>
          <dc:creator>Matt Dolan, Senior Product Manager</dc:creator>
          <guid>7ra2PVrDiV8YJCnqsLguAT</guid>
          <category>New</category>
        </item>
        <item>
          <title>snyk_package_health_check for Snyk Studio is now available in Full profile</title>
          <link>https://updates.snyk.io/snyk_package_health_check-for-snyk-studio-is-now-available-in-full-profile/</link>
          <description>&lt;p&gt;Following our &lt;a href=&quot;https://updates.snyk.io/announcing-snyk_package_health_check-for-snyk-studio/&quot;&gt;&lt;u&gt;previous announcement&lt;/u&gt;&lt;/a&gt;, &lt;code&gt;snyk_package_health_check&lt;/code&gt; is now available in the Full (default) profile for Snyk MCP.&lt;/p&gt;&lt;p&gt;This capability brings Secure at Inception protection to dependency selection in agentic development workflows, enabling AI agents to evaluate open-source packages before they are added to a project using insights from &lt;a href=&quot;https://security.snyk.io/&quot;&gt;Snyk’s Security Database&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;&lt;code&gt;snyk_package_health_check&lt;/code&gt; is now generally available and enabled by default for supported ecosystems: npm, PyPI, Maven, NuGet, and Golang.&lt;/p&gt;&lt;p&gt;&lt;b&gt;What’s new&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;Now included in the Full (default) profile - &lt;code&gt;snyk_package_health_check&lt;/code&gt; is enabled by default for Snyk-supported MCP workflows.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Package health checks across four dimensions: Security, Maintenance, Community, and Popularity.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Clear guidance outcomes to help manage agent behavior, including Healthy, Review recommended, Not recommended, and Unknown/insufficient data.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;b&gt;Why this matters&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;Available by default - &lt;code&gt;snyk_package_health_check&lt;/code&gt; is now included in the Full profile, so customers get dependency health checks in MCP workflows without additional setup.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Ready for production use - With this move to the Full profile, customers can confidently integrate Secure at Inception into their standard development workflows.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;If you have any questions, please reach out to the Snyk Support team. To learn more about &lt;code&gt;snyk_package_health_check&lt;/code&gt;, visit the &lt;a href=&quot;https://docs.snyk.io/integrations/snyk-studio-agentic-integrations/getting-started-with-snyk-studio&quot;&gt;&lt;u&gt;Snyk documentation&lt;/u&gt;&lt;/a&gt;.&lt;/p&gt;</description>
          <pubDate>Tue, 07 Apr 2026 21:00:00 GMT</pubDate>
          <dc:creator>Noa Yaffe-Ermoza, Product Manager</dc:creator>
          <guid>1wTXyoidtYG3cpziIrps5o</guid>
          <category>Improved</category>
        </item>
        <item>
          <title>PR check report is now generally available</title>
          <link>https://updates.snyk.io/pr-check-report-is-now-generally-available/</link>
          <description>&lt;p&gt;We’ve moved the pull request (PR) check report to general availability (GA). This update includes several enhancements to help you track how your teams adopt security scanning within their workflows. We added Snyk Code errors to the error PR checks, fixed historical calculation discrepancies in adoption metrics, and optimized the underlying tables so that all reporting components load and filter much faster. Additionally, we updated the display of source code manager (SCM) icons to better organize the PR scanning adoption by organization table, and we added PR check data to the Export application programming interface (API), enabling you to programmatically export this information.&lt;/p&gt;</description>
          <pubDate>Tue, 07 Apr 2026 04:00:00 GMT</pubDate>
          <dc:creator>Sara Meadzinger, Staff Product Manager</dc:creator>
          <guid>32Wfvnq5CF1OHXAjYrDY0N</guid>
          <category>General availability</category>
        </item>
      </channel>
    </rss>