Key Changes
- Features: Snyk v1.1305.0 introduces the
--allow-incomplete-sbomflag forsnyk sbom, allowing SBOM generation even when some projects fail to resolve. Failed projects are reported alongside successful ones. Performance forsnyk container monitorimproves by sending dependency requests in parallel, configurable viaSNYK_REQUEST_CONCURRENCY. Linux ARM64 and AMD64 binaries are now statically linked by default, simplifying deployment. An experimental breakability evaluation tool was added to the Snyk MCP Server. - Bug Fixes: This update resolves issues with aliased npm package resolution and parsing of Python
.whlfiles during--all-projectsscans. Several internal dependency vulnerabilities (CVEs) have also been patched, enhancing the tool’s own security.
Impact for QA Teams
QA teams benefit from more reliable and faster security scans. The --allow-incomplete-sbom flag provides partial results instead of full failures, aiding in progressive issue resolution. Improved container scan performance means quicker feedback cycles, while bug fixes ensure more accurate vulnerability reporting for npm and Python projects.
