Once an input data validation flags an input as “invalid” what would be the most secure response ?
Escape the invalid characters and continue processing the input data
Accept the input data without modifying it and log the validation error
Delete the invalid characters and continue processing the input data
Reject the entire input data and send an error message back to the user