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
i know this is just a mockup but for the record line 131 flaskapp.py there's this line:
sql = "SELECT * FROM harshit_aws WHERE box_no = %s ORDER BY id desc limit 1"
which is very vulnerable to injection attacks. use prepared statements or templates like django i think.
The text was updated successfully, but these errors were encountered:
i know this is just a mockup but for the record line 131 flaskapp.py there's this line:
sql = "SELECT * FROM harshit_aws WHERE box_no = %s ORDER BY id desc limit 1"
which is very vulnerable to injection attacks. use prepared statements or templates like django i think.
The text was updated successfully, but these errors were encountered: