Is it a security vulnerability to tell a user what input characters are valid/invalid?

For input validation on a website, are there any security concerns with disclosing to the user exactly what characters are valid or invalid for a given field?
CWE-200: Information Exposure says one should try not to disclose information &q… Continue reading Is it a security vulnerability to tell a user what input characters are valid/invalid?

Do HTTP response codes 406 and 302 while performing SQLi indicate a vulnerability?

While performing a SQLi test I’ve received HTTP response codes 406 and 302 from the server but don’t see anything changing on the web page.

Are these responses an indication that the application is vulnerable to SQLi?

Thank… Continue reading Do HTTP response codes 406 and 302 while performing SQLi indicate a vulnerability?