logoalt Hacker News

nautilus12yesterday at 1:25 PM1 replyview on HN

If you always run npm inside of docker does that pretty much prevent attacks like this?


Replies

mfroyesterday at 2:52 PM

Docker is not a sandbox. There is some work that can be done to harden it, but you're better off looking at genuinely sandboxing your dev environment

show 1 reply