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

NodeJS 0.12.13 does not seem to include npm LTS v2.15.1 #5985

Closed
elicwhite opened this issue Apr 1, 2016 · 5 comments
Closed

NodeJS 0.12.13 does not seem to include npm LTS v2.15.1 #5985

elicwhite opened this issue Apr 1, 2016 · 5 comments
Labels
npm Issues and PRs related to the npm client dependency or the npm registry. question Issues that look for answers.

Comments

@elicwhite
Copy link

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

@mscdex mscdex added question Issues that look for answers. npm Issues and PRs related to the npm client dependency or the npm registry. v0.12 labels Apr 1, 2016
@MylesBorins
Copy link
Contributor

@TheSavior thanks!

I'm digging into this right now.

@elicwhite
Copy link
Author

From the email that just went out to nodejs-sec:

Important note: Unfortunately the version of npm that was bundled with Node.js version v0.10.44, v0.12.13 and v4.4.2 did not include the correct version string, npm -v reports 2.15.0, however the code is v2.15.1 and includes the fix for the vulnerability.

@elicwhite
Copy link
Author

For those looking, see this PR for the fix: #5988

@Martii
Copy link

Martii commented Apr 1, 2016

Same with v4.4.2 ... guess I'll do $ sudo npm install npm@2.15.1 -g again. ;)

@jasnell
Copy link
Member

jasnell commented Jun 6, 2016

Looks like this was fixed.

@jasnell jasnell closed this as completed Jun 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
npm Issues and PRs related to the npm client dependency or the npm registry. question Issues that look for answers.
Projects
None yet
Development

No branches or pull requests

5 participants