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.
1 parent 8361efc commit 879d882Copy full SHA for 879d882
java/ql/src/Security/CWE/CWE-074/JndiInjection.qhelp
@@ -13,7 +13,7 @@ code execution.</p>
13
<recommendation>
14
<p>The general recommendation is to avoid passing untrusted data to the <code>InitialContext.lookup
15
</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.
+sure that it's not in the form of an absolute URL or that it's the URL pointing to a trusted server.
17
</p>
18
</recommendation>
19
0 commit comments