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
this is NOT a SQL injection. the code below just creates a database.
i checked it, and if we creating a new database named "DROP DATABASE `test`"
the code below simply creates a new database named "drop database test".
MUST be fixed in near future
$mysqli->real_query(sanitize(mysqli_real_escape_string($mysqli, "CREATE DATABASE IF NOT EXISTS `" . $dbcfg['repoxydb']['dbname'] . "`")));
The text was updated successfully, but these errors were encountered:
this is NOT a SQL injection. the code below just creates a database.
i checked it, and if we creating a new database named "DROP DATABASE `test`"
the code below simply creates a new database named "drop database test".
MUST be fixed in near future
The text was updated successfully, but these errors were encountered: