Java: fix typo in JndiInjection.qhelp

This commit is contained in:
Erik Krogh Kristensen
2024-02-06 15:17:30 +01:00
committed by GitHub
parent 8361efca4d
commit 879d882fa4

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>