Actions
Errores #1263
closedmodule contains security issues.
Errores #1263:
module contains security issues.
Start date:
11/04/2020
Due date:
% Done:
0%
Estimated time:
Description
Your module contains security issues.
- Make sure that your data is always protected when doing an insertion. For instance, make sure that you do have an integer with an explicit (int) cast, and that text is protected against SQL injections thanks to the pSQL() method.
- Be careful (string) is not a secured cast, you must pSQL.
Have a look at this doc to find more information and pass the technical validation easier : https://goo.gl/T0G9T2 !
-> WHERE id_order_state = '" . $id_order_state . "'" in /itsttangotiendas.php line 310
Please enable the debug mode while testing your module and correct all related errors showing up. See the attached file

Files
Updated by Jose Marfil almost 6 years ago
- Status changed from Nueva to Cerrada
Actions