chore: Update release candidate#6556
chore: Update release candidate#6556PeterSchafer wants to merge 181 commits intorelease-candidatefrom
Conversation
The projectName field in 'snyk container monitor --json' output was incorrectly set to monitorResult.id (the monitor's public ID) instead of monitorResult.projectName (the actual project name). This caused the JSON output to display a UUID instead of the project's display name (e.g., the image name or --project-name value). Changes: - Fixed src/lib/ecosystems/monitor.ts line 214 to use monitorResult.projectName - Added unit test with mocked registry response to validate the fix - Updated acceptance tests with correct expected projectName values
chore: remove tsh from Brewfile
…mpatibility fix: sbom test experimental flag backwards compatibility
…help-main docs: synchronizing help from snyk/user-docs
…3893666fdc293c110d7
chore(language-server): integrate LS
fix: bump minimum uv version requirement
chore: Update main from rc for 1.1302.0
CLI-1268
chore: map maintenance err exit code
…-iac-rules fix: upgrade cli-extension-iac-rules to address vulns [IAC-3478]
With this update users can now pass an --upload and --repo flag to persist their AI bom
feat: update ai bom extension version
feat: add missing fields to `--json` output for `snyk test` and `snyk sbom test`
…help-main docs: synchronizing help from snyk/user-docs
feat: enable go std libs for cli
fix(language-server): fedramp API URL construction
fix: apply target-reference to container application scanResults
chore: add code-client-go as direct dependency for code workflow
…ovements chore: improve UFM human-readable presentation for multi-project scans
Co-Authored-By: Tom Brewster <brew42@hotmail.com>
…n-sbom chore: update Go to 1.25 and golangci-lint to v2
New studio-mcp version moves the Secure At Inception rules from local -> global
feat: studio-mcp version bump
chore: revert golang 1.25 upgrade
Updates container-cli to support --username, --password, --exclude-node-modules, and --nested-jars-depth. Adds archive detection in container sbom so that docker-archive:, oci-archive:, kaniko-archive:, and bare .tar inputs no longer fail with a parse error.
feat: support new options in container sbom
…e3c3650c16e7a024c59
chore(language-server): integrate LS
Adds html report to redteam and redteam get commands. Also include improvementes to error messaging.
feat: bump cli-extension-ai-bom for HTML report support
…ature flag defaults The fake test server defaults unknown feature flags to true, which caused the new flag to be unexpectedly enabled during tap tests, adding an extra property to options and failing t.same() assertions.
…clean feat: update sdp and filter new facts behind ff CN-555
…-json-projectname # Conflicts: # src/cli/commands/constants.ts # test/jest/acceptance/snyk-container/container.spec.ts
…name fix: use correct projectName in container monitor JSON output
fix: add internal to CLI executable path env var
|
Release Candidate