Skip to content

Commit d44f279

Browse files
committed
Python: Fix .qhelp
1 parent a83bb39 commit d44f279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ may be able to run malicious database queries.
1212

1313
<p>
1414
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,
15+
<code><a href="https://pypi.org/project/SQLAlchemy/">SQLAlchemy</a></code> PyPI package,
1616
which is used to represent a literal SQL fragment and is inserted directly into the
1717
final SQL when used in a query built using the ORM.
1818
</p>

0 commit comments

Comments
 (0)