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 specifically a security issue, but ideally can be fixed so that it doesn't ever become a security issue. There a few places where sprintf() is used to build a SQL query that could be built more appropriately with the new DB::prepared_query() or using SQLUpdate etc.
This is not specifically a security issue, but ideally can be fixed so that it doesn't ever become a security issue. There a few places where
sprintf()
is used to build a SQL query that could be built more appropriately with the newDB::prepared_query()
or usingSQLUpdate
etc.Examples:
The text was updated successfully, but these errors were encountered: