Opened 17 months ago
Last modified 17 months ago
#10 new task
Find and Replace Possible QL Injection Vulnerabilities — at Initial Version
Reported by: | me egan | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | Maintenance and Security |
Component: | component1 | Version: | |
Keywords: | Cc: |
Description
Find an Replace Possible QL Injection Vulnerabilities. Use bind parameters with sqlalchemy.sql.expression.text to avoid SQL injection.
Also look at using the sql/core layer to build queries should also work of course, ie. session.execute(select(my_table).where(id=some_id)).
Note:
See TracTickets
for help on using tickets.