|
|
|
|
|
by xapata
3374 days ago
|
|
I haven't read the code, but regarding unsanitized user input... Isn't the user the, well, user, in this case? Complaining about bad data in that situation is like complaining that an admin could hit the power switch. Or maybe I've completely misunderstood the purpose of this software. |
|
1) The user isn't always the one providing user input.
2) When the user does provide input, the user isn't always smart.
3) Users do things that you never would have conceived.
Unsanitized system() calls are even worse than leaving your system wide open to a sql inection attack.