Skip to content

Commit 97c0f1c

Browse files
RasmusWLyoff
andauthored
Python: Apply suggestions from code review
Co-authored-by: yoff <[email protected]>
1 parent 9f590db commit 97c0f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/Security/CWE-089/SQLAlchemyTextClauseInjection.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ to a SQL injection attack.
4040

4141
<p>
4242
In the third case, the query is built fully using the ORM models, so in the end, the
43-
user-supplied input will passed passed to the database using query parameters. The
43+
user-supplied input will be passed to the database using query parameters. The
4444
database connector library will take care of escaping and inserting quotes as needed.
4545
</p>
4646

0 commit comments

Comments
 (0)