-
Notifications
You must be signed in to change notification settings - Fork 583
Closed
Description
curl get.mojolicio.us | sh
Why are you instructing people to pipe tainted/untrusted network data directly to sh from command line?
Why are you serving your code via two layers of redirects?
Why are both redirects sent in the clear (HTTP without TLS a.k.a. barebacking)?
This is a bad habit that I've seen in a lot of PHP projects, and I'm a little sad to see Perl developers falling into the same pattern.
Further Reference: https://defuse.ca/triangle-of-secure-code-delivery.htm
Metadata
Metadata
Assignees
Labels
No labels