You must log in or register to comment.
Sometimes you know before opening the comments what the top one will be
All your base are drop to us!
Honestly, this is a good rule for programming in general. With user input, make sure it’s in its own area where it can’t interact with anything else and make sure to read and process in such a way that it can’t fuck with the operation of the program.
I also satanise every input I can, as an extra level of security.