upvote
Or more simply:

    find / -type f -path '*/node_modules/axios/package.json' \
        -exec grep -Pl '"version"\s*:\s*"(1\.14\.1|0\.30\.4)"' {} + 2>/dev/null
Let’s not encourage people to respond to security incidents by… copy/pasting random commands they don’t understand.
reply
deleted
reply
What’s with all those escapes codes?
reply
script kiddies love their ANSI color codes and fancy ASCII art
reply