Python: Fix .qhelp

This commit is contained in:
Rasmus Wriedt Larsen
2021-09-02 16:02:04 +02:00
parent d55f18f8e3
commit 88c6d4bb20

View File

@@ -9,6 +9,7 @@ The <code>TextClause</code> class in the <code>SQLAlchemy</code> PyPI package re
a textual SQL string directly. If user-input is added to it without sufficient
sanitization, a user may be able to run malicious database queries, since the
<code>TextClause</code> is inserted directly into the final SQL.
</p>
</overview>
<recommendation>