← Back to context

Comment by martypitt

3 months ago

A super quick script to check the deps in your package-lock.json file is here[0].

[0]: https://gist.github.com/martypitt/0d50c350aa7f0fc73354754343...

aren't these already nuked and show up in the "npm audit" command?

how about:

grep -r "_0x112fa8"

  • Irritatingly, this doesn't turn up anything, despite having a theoretically-compromised project as per the package-lock.json… At least on my end

    • What do you mean irritatingly? Do you mean that you think 'grep -r "_0x112fa8"' is not enough or are you irritated that npm audit is flagging as if it was compromised?

      1 reply →

    • If you had the dependency installed before this attack, then you would still be pinned to an old safe version.