Skip to content

Commit 88c6d4b

Browse files
committed
Python: Fix .qhelp
1 parent d55f18f commit 88c6d4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ The <code>TextClause</code> class in the <code>SQLAlchemy</code> PyPI package re
99
a textual SQL string directly. If user-input is added to it without sufficient
1010
sanitization, a user may be able to run malicious database queries, since the
1111
<code>TextClause</code> is inserted directly into the final SQL.
12+
</p>
1213
</overview>
1314

1415
<recommendation>

0 commit comments

Comments
 (0)