Merge pull request #15526 from github/erik-krogh/fix-jndi-typo

Java: fix typo in JndiInjection.qhelp
This commit is contained in:
Erik Krogh Kristensen
2024-02-06 17:39:25 +01:00
committed by GitHub

View File

@@ -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>