ESLINT COMPROMISED

Adil

DevBest CEO
May 28, 2011
1,276
714




Check your stuff

Code:
find . -type d -name "eslint-scope" -print0 | xargs -n 1 -0 -I % sh -c "(cat %/package.json | npx json version) && echo '(at %)'"
From @feross on twitter
 

TesoMayn

Boredom, it vexes me.
Oct 30, 2011
1,482
1,482
tl;dr or ts;cr (too stupid can't read) : Someone at eslint was compromised, this downloads something that gave the attacker your .npmrc, which contains some info, especially if you publish to NPM.
They've revoked tokens, it should be resolved. Just use the latest version.
 

Users who are viewing this thread

Top