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
At this moment, most database queries are made using string concatenation without escaping the user input, which might allow an attacker to achieve SQL Injection.
Since ReLiS is using CodeIgniter to access the database, it is probably more recommended to use its query bindings, which automatically escape the introduced query values.
The text was updated successfully, but these errors were encountered:
At this moment, most database queries are made using string concatenation without escaping the user input, which might allow an attacker to achieve SQL Injection.
Since ReLiS is using CodeIgniter to access the database, it is probably more recommended to use its query bindings, which automatically escape the introduced query values.
The text was updated successfully, but these errors were encountered: