Express Validator and MySql

Does anyone know if I should I be sanitizing inputs against very large numbers?

For example my delete route uses a paramter to search for a user Id in the database, and that Id is an int(11), so a max of +2147483648. Querying 2147483649 doesn’t seem to cause the database a problem, but I’m not sure why - which isn’t the strongest position to take on security :grin:

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.