Bump snyk from 1.1064.0 to 1.1297.3#144
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [snyk](https://github.com/snyk/snyk) from 1.1064.0 to 1.1297.3. - [Release notes](https://github.com/snyk/snyk/releases) - [Commits](snyk/cli@v1.1064.0...v1.1297.3) --- updated-dependencies: - dependency-name: snyk dependency-version: 1.1297.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
| "resolved": "https://registry.npmjs.org/snyk/-/snyk-1.1297.3.tgz", | ||
| "integrity": "sha512-D4gj5Yeg0IdLUfrYObaj/qhg/k7ONO/OmPY8aa3JpZoo/dH3kecUjUqyPgfL9mq7kFswZO5Piwno6PmZ7Dv8Ig==", | ||
| "dev": true, | ||
| "hasInstallScript": true, |
There was a problem hiding this comment.
New install-time script execution risk
Medium Severity
The upgraded snyk package now sets hasInstallScript, so installing dependencies executes snyk’s postinstall code. This introduces install-time code execution from a transitive third-party package, changing the trust boundary of package-lock.json and potentially affecting CI or developer environments that previously performed passive installs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Bumps snyk from 1.1064.0 to 1.1297.3.
Release notes
Sourced from snyk's releases.
... (truncated)
Commits
6dd56a3Merge pull request #5992 from snyk/fix/scrublogger_improvement_e2e28bde41chore: use correct commit in the release notes38322f3fix(logging): Improve the sanitization of credentials in local debug logs2399cc1Merge pull request #5953 from snyk/fix/scrublogger_basicef6cd80Merge pull request #5959 from snyk/hotfix/snyk-ls-1.1297.236f873dchore: Update Release Notes6de739echore: go mod tidy2ec8764fix: integrate hotfixes from ls1775bcachore(dependency): Upgrade to golang 1.23.100e6ebc8fix(logging): Redact Basic auth from debug logs if it existsInstall script changes
This version adds
postinstallscript that runs during installation. Review the package contents before updating.You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Medium Risk
Primarily a dependency/lockfile update, but the new
snykversion introduces an install script and pulls in new telemetry/proxy dependencies (@sentry/*,global-agent), which can affect CI install behavior and outbound networking.Overview
Updates the
snykdev dependency resolved inpackage-lock.jsonfrom1.1064.0to1.1297.3.This upgrade introduces new transitive dependencies (notably
@sentry/*andglobal-agentplus supporting packages) and markssnykas having an install script (hasInstallScript: true), changing what runs duringnpm installand what additional packages are pulled into the dev toolchain.Written by Cursor Bugbot for commit b9833a5. This will update automatically on new commits. Configure here.