Skip to content

Commit 8eccae1

Browse files
committed
Swift: Fix the qhelp.
1 parent f96e4eb commit 8eccae1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

swift/ql/src/queries/Security/CWE-089/SqlInjection.qhelp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,8 @@ Most database connector libraries offer a way of safely embedding untrusted data
3131
</example>
3232
<references>
3333

34-
<li>
35-
<li>Wikipedia: <a href="https://en.wikipedia.org/wiki/SQL_injection">SQL injection</a>.</li>
36-
<li>OWASP: <a href="https://cheatsheetseries.owasp.org/cheatsheets/SQL_Injection_Prevention_Cheat_Sheet.html">SQL Injection Prevention Cheat Sheet</a>.</li>
37-
</li>
34+
<li>Wikipedia: <a href="https://en.wikipedia.org/wiki/SQL_injection">SQL injection</a>.</li>
35+
<li>OWASP: <a href="https://cheatsheetseries.owasp.org/cheatsheets/SQL_Injection_Prevention_Cheat_Sheet.html">SQL Injection Prevention Cheat Sheet</a>.</li>
3836

3937
</references>
4038
</qhelp>

0 commit comments

Comments
 (0)