Hacker News new | ask | show | jobs
by oblio 350 days ago
If the website CMS is hacked, they can just swap the installable binary to one's that's hacked, too.
1 comments

That’s why downloading and then executing is preferable — as the GP pointed out, you or your machine’s antivirus can have an opportunity to inspect the file prior to execution, whereas that is not an option when the bytes are streamed directly to the interpreter.