You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not all parameters to queries are escaped and the escaping mechanism used is addslashes.
The documentation of addslashes states:
The addslashes() is sometimes incorrectly used to try to prevent SQL Injection. Instead, database-specific escaping functions and/or prepared statements should be used.
Not all parameters to queries are escaped and the escaping mechanism used is addslashes.
The documentation of addslashes states:
The function mysql_real_escape_string should be used instead.
The text was updated successfully, but these errors were encountered: