-
-
Notifications
You must be signed in to change notification settings - Fork 32.6k
Closed
Labels
npmIssues and PRs related to the npm client dependency or the npm registry.Issues and PRs related to the npm client dependency or the npm registry.questionIssues that look for answers.Issues that look for answers.
Description
Per this post: https://nodejs.org/en/blog/vulnerability/npm-tokens-leak-march-2016/
Node 0.12.13 is supposed to include the patched npm version 2.15.1.
$ nvm install 0.12.13
######################################################################## 100.0%
Now using node v0.12.13
$ node -v
v0.12.13
$ npm -v
2.15.0
We confirmed this by compiling from source as well. Are we missing something?
Referencing this PR for more context: #5967
Metadata
Metadata
Assignees
Labels
npmIssues and PRs related to the npm client dependency or the npm registry.Issues and PRs related to the npm client dependency or the npm registry.questionIssues that look for answers.Issues that look for answers.