Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 16, 2025

This PR contains the following updates:

Package Change Age Confidence
snyk 1.1297.3 -> 1.1298.3 age confidence

Release Notes

snyk/snyk (snyk)

v1.1298.3

Compare Source

The Snyk CLI is being deployed to different deployment channels, users can select the stability level according to their needs. For details please see this documentation

News
  • aibom: This command is now publicly available. Note that the feature is still experimental and subject to breaking changes without notice.

  • Effective with release (Snyk CLI 1.1298.0), the minimum required GNU C Library (glibc) versions on Linux will be updated as follows:

    • For Linux x64 environments: glibc version 2.28 or higher
    • For Linux arm64 environments: glibc version 2.31 or higher
  • If this affects you, please follow the advice here. Possible issues are errors mentioning GLIBC_2.27 or GLIBC_2.31 not found.

Bug Fixes
  • test: Added support for Gradle 9.

v1.1298.2

Compare Source

The Snyk CLI is being deployed to different deployment channels, users can select the stability level according to their needs. For details please see this documentation

News
  • Effective with release (Snyk CLI 1.1298.0), the minimum required GNU C Library (glibc) versions on Linux will be updated as follows:
    • For Linux x64 environments: glibc version 2.28 or higher
    • For Linux arm64 environments: glibc version 2.31 or higher
  • If this affects you, please follow the advice here. Possible issues are errors mentioning GLIBC_2.27 or GLIBC_2.31 not found.
Bug Fixes
  • code: Fix code test --report when a project_id environment variable exists (8be17d6)
  • mcp: Skip trust browser popup if folder is already trusted
  • mcp: Improve container scan security
  • language-server: Fixed missing AI Fix entitlements for cases where the default org didn’t have AI Fix enabled

v1.1298.1

Compare Source

The Snyk CLI is being deployed to different deployment channels, users can select the stability level according to their needs. For details please see this documentation

News
  • Effective with release (Snyk CLI 1.1298.0), the minimum required GNU C Library (glibc) versions on Linux will be updated as follows:
    • For Linux x64 environments: glibc version 2.28 or higher
    • For Linux arm64 environments: glibc version 2.31 or higher
  • If this affects you, please follow the advice here. Possible issues are errors mentioning GLIBC_2.27 or GLIBC_2.31 not found.
Bug Fixes
  • container: Fix failing scan of local container images (6095a60)
  • mcp: Fix incomplete mcp instrumentation (9108dc0)

v1.1298.0

Compare Source

The Snyk CLI is being deployed to different deployment channels, users can select the stability level according to their needs. For details please see this documentation

News
  • Effective with this release (Snyk CLI 1.1298.0), the minimum required GNU C Library (glibc) versions on Linux will be updated as follows:
    • For Linux x64 environments: glibc version 2.28 or higher
    • For Linux arm64 environments: glibc version 2.31 or higher
  • If this affects you, please follow the advice here. Possible issues are errors mentioning GLIBC_2.27 or GLIBC_2.31 not found.
Features
  • language-server: Introduce a folder trust mechanism for the MCP extension (e8fe9f8)
  • language-server: Allow command cancelling for login command (e8fe9f8)
  • language-server: Support Snyk personal access tokens as an authentication method for IDEs (5ccabc9)
  • language-server: IAW UI improvements (8cd643d)
  • test, monitor, sbom: Maven Dverbose improvement for long running scans resulting from dense dependency graphs creation (5abe28b)
  • test: Improved support for comments in Dotnet's global.json file (164618c)
  • test: NPM/Yarn alias are now supported and honored by default. (beb9fcc)
  • test: Node IDs in the dep-graph produced by snyk test --print-graph will now contain type and classifier (22ba468)
  • test: Use SNYK_TMP_PATH env var for temp dir path for Python tests (3ba01d1)
  • test: For gradle projects, internal project dependencies containing multiple artifacts disguised under one artifact should now show all dependencies instead of randomly picking one of the dependencies grouped under the disguised coordinate when scanned via snyk test --gradle-normalize-deps (22ba468)
  • auth: Support Snyk personal access tokens as an authentication method for the CLI (217aa3e)
  • aibom: Added aibom extension (58e5143)
  • aibom: Support optional html rendering when using --html (dd4de81)
  • container: Add support for RPM packages scanning in SLE15.2+ images (c5e3a03)
Bug Fixes
  • general: Fixes incorrect SARIF schema link for Code, Container, IAC and Open Source product line output (f283dd9)
  • language-server: MCP tool description and params (bb88287)
  • language-server: Update IAW wording to match web UI (bb88287)
  • language-server: General MCP extension improvements (e8fe9f8)
  • language-server: Make sure parsing of issues does not end prematurely for unmanaged scans (01f53e3)
  • language-server: AI fix applying to the wrong lines (01f53e3)
  • language-server: Display inline ignores, if feature flag is set in VSCode (01f53e3)
  • language-server: OAuth flow should use GAF network HTTP Client (9c36d43)
  • language-server: Add snyk-ls- prefix to x-snyk-ide header (9c36d43)
  • language-server: Parameter precedence for SCA scans (9c36d43)
  • language-server: AIFix loads folder path from cached issues instead of computing it (72dd095)
  • language-server: Potential cross-site scripting (XSS) vulnerability in the HTML reports generated by the IaC scanning infrastructure (72dd095)
  • language-server: Ignored OSS issues are not propagated to the client (72dd095)
  • language-server: Workspace folder trust validation failure on case-insensitive filesystems (Windows and macOS) when comparing paths with different letter casing (72dd095)
  • langauge-server: Read locks when running auth command (420d62a)
  • language-server: Authentication command is now cancellable (35eb9a8)
  • language-server: MCP command for SCA (c6f1203)
  • language-server: Send auth analytics when token updated (6916af8)
  • test, monitor, sbom: Maven Dverbose algorithm adds only the dependencies resolved by maven in the dependency graph/sbom (9b6abd3)
  • test, monitor, sbom: -- -Dverbose affecting scope collisions from the maven Dverbose command output (parentNodeId does not exist error). (0a48b96)
  • test, monitor: Misleading OutOfSync error in npm projects for top-level bundled dependencies (8ac67c6)
  • test, monitor: Misleading OutOfSync error in yarn projects with multiple versions for the same dependency (8ac67c6)
  • test, monitor: Fixes error in pip scans when a remote requirement matched the name of local directory (c196bae)
  • test: Imports that failed when that file contained special content such as URLs will no longer fail because of it (164618c)
  • test: Scanning open source dependencies of PHP projects when composer is installed on the user machine works again (39e3379)
  • test: Bump nodejs parser to handle manual aliases on indirct deps. (15f693a)
  • test Bump snyk-mvn-plugin to require Node 20 (c91cfbb)
  • test: Performance improvements running snyk test --print-graph on gradle projects (156fdb2)
  • test: Fixed error Could not scan C/C++ project: RangeError: Maximum call stack size exceeded which was sometimes seen when scanning very large archives using snyk test --unmanaged (5ab0676)
  • code: In the golang native code test implementation (CCI), fix hash mismatch errors when uploading non UTF-8 content (33d33e9)
  • code: Sarif and json file output handling aligns with non-native code implementation (7f28efa)
  • iac: Fix CVE-2023-46402 (5675ed4)
  • iac: Fix issue preventing users on regional Snyk instances from accessing their IaC scan results via snyk iac test --report command (4ed65cc)
  • container: Add container test target reference support (61b391b)
  • sbom: Performance improvements running snyk sbom on gradle projects (156fdb2)
  • ignore: Align handling for invalid ignore expiry across Snyk product lines (54b4f56)
  • logging: Redact negotiate in debug logs (8daa112)
  • logging: Fixes some crashes when the CLI was used with debug and trace logging level enabled (92fa8be)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Jul 16, 2025

Deploying simulation with  Cloudflare Pages  Cloudflare Pages

Latest commit: 2397112
Status: ✅  Deploy successful!
Preview URL: https://a3211b30.simulation-8ty.pages.dev
Branch Preview URL: https://renovate-snyk-1-x-lockfile.simulation-8ty.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/snyk-1.x-lockfile branch from 1a7a790 to db8062c Compare July 22, 2025 10:34
@renovate renovate bot changed the title chore(deps): update dependency snyk to v1.1298.0 chore(deps): update dependency snyk to v1.1298.1 Jul 22, 2025
@renovate renovate bot force-pushed the renovate/snyk-1.x-lockfile branch from db8062c to dc2b064 Compare August 4, 2025 13:32
@renovate renovate bot changed the title chore(deps): update dependency snyk to v1.1298.1 chore(deps): update dependency snyk to v1.1298.2 Aug 4, 2025
@renovate renovate bot force-pushed the renovate/snyk-1.x-lockfile branch from dc2b064 to 2397112 Compare August 14, 2025 09:42
@renovate renovate bot changed the title chore(deps): update dependency snyk to v1.1298.2 chore(deps): update dependency snyk to v1.1298.3 Aug 14, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant