cpython
cpython copied to clipboard
Docs: sqlite3 injection attack example is not an example of an SQL injection attack
The SQL injection attack example in the sqlite3 docs takes no user input, hence it is not susceptible to an injection attack and serves badly as an example.
Also, it does not mention injection attacks that exploit the load_extension SQL API.
- PR: gh-99270