←back to thread

1369 points universesquid | 1 comments | | HN request time: 0.224s | source
Show context
martypitt ◴[] No.45170121[source]
A super quick script to check the deps in your package-lock.json file is here[0].

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

replies(2): >>45170178 #>>45170233 #
krona ◴[] No.45170178[source]
how about:

grep -r "_0x112fa8"

replies(1): >>45170506 #
9dev ◴[] No.45170506[source]
Irritatingly, this doesn't turn up anything, despite having a theoretically-compromised project as per the package-lock.json… At least on my end
replies(2): >>45170718 #>>45172597 #
1. AgentME ◴[] No.45172597[source]
If you had the dependency installed before this attack, then you would still be pinned to an old safe version.