mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
Java: fix typo in JndiInjection.qhelp
This commit is contained in:
committed by
GitHub
parent
8361efca4d
commit
879d882fa4
@@ -13,7 +13,7 @@ code execution.</p>
|
||||
<recommendation>
|
||||
<p>The general recommendation is to avoid passing untrusted data to the <code>InitialContext.lookup
|
||||
</code> method. If the name being used to look up the object must be provided by the user, make
|
||||
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.
|
||||
</p>
|
||||
</recommendation>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user