Python Forum
SQL Injection attacks on Python code
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SQL Injection attacks on Python code
#2
The "messing about" with placeholders is how you call the built in sanitizer function. It also does nice things like letting you to use SQL keywords in strings that you save in your database. Imagine a product database where the product description could not use all, any, as, from, in, ...
Reply


Messages In This Thread
SQL Injection attacks on Python code - by rob101 - Oct-11-2022, 03:20 PM
RE: SQL Injection attacks on Python code - by deanhystad - Oct-11-2022, 03:57 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Better Understanding of Security and injection attacks SQLite KevinBrown 1 2,227 Apr-09-2019, 09:45 PM
Last Post: Legomancer
  Sql Injection using python sumandas89 2 3,497 Jan-15-2018, 03:04 PM
Last Post: metulburr

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020