We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.qhelp
1 parent a83bb39 commit d44f279Copy full SHA for d44f279
python/ql/src/Security/CWE-089/SqlInjection.qhelp
@@ -12,7 +12,7 @@ may be able to run malicious database queries.
12
13
<p>
14
This also includes using the <code>TextClause</code> class in the
15
-<a href="https://pypi.org/project/SQLAlchemy/"><code>SQLAlchemy</code></a> PyPI package,
+<code><a href="https://pypi.org/project/SQLAlchemy/">SQLAlchemy</a></code> PyPI package,
16
which is used to represent a literal SQL fragment and is inserted directly into the
17
final SQL when used in a query built using the ORM.
18
</p>
0 commit comments