|
|
|
|
|
by capableweb
1693 days ago
|
|
What a worthless advisory, how about sharing who could possibly be affected at the very top, or at least anywhere? Going to the issue, it seems the `preinstall` field was changed to `start /B node compile.js & node compile.js",` which means this would only run on Windows machines, everyone else seems to be unaffected. Here is how you can find out if you have the affected package on your machine/instance: find ~/projects/ -name "*coa*" | xargs -I {} jq .version {}/package.json 2>/dev/null
Assumes you have `find`, `xargs` and `jq` installed, will print all versions of coa it can find. Seems any version above 2.0.3 is bad.Edit: is anyone sitting on the source for `compile.js` as mentioned? Would be interesting to see. |
|
https://www.bleepingcomputer.com/news/security/popular-coa-n...