Skip to content
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

chore(deps): update dependency npm to 8.11.0 [security] - autoclosed #941

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 2, 2022

Mend Renovate

This PR contains the following updates:

Package Change
npm 7.20.1 -> 8.11.0

GitHub Vulnerability Alerts

CVE-2022-29244

Impact

npm pack ignores root-level .gitignore & .npmignore file exclusion directives when run in a workspace or with a workspace flag (ie. --workspaces, --workspace=<name>). Anyone who has run npm pack or npm publish with workspaces, as of v7.9.0 & v7.13.0 respectively, may be affected and have published files into the npm registry they did not intend to include.

Patch

  • Upgrade to the latest, patched version of npm (v8.11.0 or greater), run: npm i -g npm@latest
  • Node.js versions v16.15.1, v17.19.1 & v18.3.0 include the patched v8.11.0 version of npm

Steps to take to see if you're impacted

  1. Run npm publish --dry-run or npm pack with an npm version >=7.9.0 & <8.11.0 inside the project's root directory using a workspace flag like: --workspaces or --workspace=<name> (ex. npm pack --workspace=foo)
  2. Check the output in your terminal which will list the package contents (note: tar -tvf <package-on-disk> also works)
  3. If you find that there are files included you did not expect, you should:
    3.1. Create & publish a new release excluding those files (ref. "Keeping files out of your Package")
    3.2. Deprecate the old package (ex. npm deprecate <pkg>[@&#8203;<version>] <message>)
    3.3. Revoke or rotate any sensitive information (ex. passwords, tokens, secrets etc.) which might have been exposed

References


Configuration

📅 Schedule: Branch creation - "" (UTC), 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the security label Jun 2, 2022
@renovate renovate bot force-pushed the renovate/npm-npm-vulnerability branch 2 times, most recently from 028eeb8 to e425b5d Compare June 7, 2022 06:28
@renovate renovate bot force-pushed the renovate/npm-npm-vulnerability branch 2 times, most recently from 40fe22a to 3ccafce Compare June 15, 2022 21:46
@renovate renovate bot force-pushed the renovate/npm-npm-vulnerability branch 2 times, most recently from 122b9ad to 6f2e011 Compare June 24, 2022 02:21
@renovate renovate bot changed the title chore(deps): update dependency npm to 8.11.0 [security] chore(deps): update dependency npm to 8.11.0 [SECURITY] Jun 27, 2022
@renovate renovate bot changed the title chore(deps): update dependency npm to 8.11.0 [SECURITY] chore(deps): update dependency npm to 8.11.0 [security] Jun 28, 2022
@renovate renovate bot force-pushed the renovate/npm-npm-vulnerability branch from 6f2e011 to 1059251 Compare June 30, 2022 00:08
@renovate renovate bot force-pushed the renovate/npm-npm-vulnerability branch 3 times, most recently from 91fdd45 to d99d6de Compare July 17, 2022 14:12
@renovate renovate bot force-pushed the renovate/npm-npm-vulnerability branch from d99d6de to f603502 Compare July 20, 2022 22:38
@renovate renovate bot force-pushed the renovate/npm-npm-vulnerability branch 2 times, most recently from c83e6e5 to 62a1707 Compare August 3, 2022 18:52
@renovate renovate bot force-pushed the renovate/npm-npm-vulnerability branch from 62a1707 to d82fa96 Compare August 10, 2022 20:28
@renovate renovate bot force-pushed the renovate/npm-npm-vulnerability branch 2 times, most recently from dda4771 to 9b1bd31 Compare August 21, 2022 17:20
@renovate renovate bot force-pushed the renovate/npm-npm-vulnerability branch 4 times, most recently from 290ab54 to e36adfd Compare September 6, 2022 07:00
@renovate renovate bot force-pushed the renovate/npm-npm-vulnerability branch 2 times, most recently from 2a62009 to 5b1e71c Compare September 15, 2022 20:46
@renovate renovate bot force-pushed the renovate/npm-npm-vulnerability branch from 5b1e71c to ecceeff Compare November 20, 2022 13:59
@renovate renovate bot changed the title chore(deps): update dependency npm to 8.11.0 [security] chore(deps): update dependency npm to 8.11.0 [security] - autoclosed Dec 6, 2022
@renovate renovate bot closed this Dec 6, 2022
@renovate renovate bot deleted the renovate/npm-npm-vulnerability branch December 6, 2022 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants