Skip to content

Commit 879d882

Browse files
authored
Java: fix typo in JndiInjection.qhelp
1 parent 8361efc commit 879d882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/Security/CWE/CWE-074/JndiInjection.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ code execution.</p>
1313
<recommendation>
1414
<p>The general recommendation is to avoid passing untrusted data to the <code>InitialContext.lookup
1515
</code> method. If the name being used to look up the object must be provided by the user, make
16-
sure that it's not in the form of an absolute URL or that it's the URL pointing to a trused server.
16+
sure that it's not in the form of an absolute URL or that it's the URL pointing to a trusted server.
1717
</p>
1818
</recommendation>
1919

0 commit comments

Comments
 (0)