-
Notifications
You must be signed in to change notification settings - Fork 9
[Snyk] Security upgrade shell-quote from 1.8.3 to 1.9.0 #102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -16,7 +16,7 @@ | |
| "@octokit/graphql": "^8.2.2", | ||
| "@octokit/rest": "^21.1.1", | ||
| "@octokit/webhooks-types": "^7.6.1", | ||
| "shell-quote": "^1.8.3", | ||
| "shell-quote": "^1.9.0", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [P1] [security] Regenerate lockfiles so the upgrade is actually installed Even with the |
||
| "zod": "^3.24.4" | ||
| }, | ||
| "devDependencies": { | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[P1] Upgrade
shell-quotewhere the action actually runs (base-action)This PR bumps
shell-quoteonly in the repo-rootpackage.json, butaction.ymlinstalls and runs${GITHUB_ACTION_PATH}/base-action(with its ownpackage.jsonand lockfiles) and that package still pinsshell-quote@^1.8.3. As a result, the code that importsshell-quoteat runtime (for examplebase-action/src/run-droid.ts) will continue to use the old version unlessbase-action/package.json(and its lockfiles) are updated too.