Skip to content

Commit a16295e

Browse files
committed
Fix typos
1 parent afea933 commit a16295e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/experimental/Security/CWE/CWE-074/JndiInjectionLib.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ predicate jmxConnectorFactorySinkMethod(Method m, int index) {
160160
}
161161

162162
/**
163-
* Tainted value passed to env `Hashtable` as the prodiver UDL, i.e.
163+
* Tainted value passed to env `Hashtable` as the provider URL, i.e.
164164
* `env.put(Context.PROVIDER_URL, tainted)` or `env.setProperty(Context.PROVIDER_URL, tainted)`.
165165
*/
166166
predicate providerUrlEnv(MethodAccess ma, Method m, int index) {

0 commit comments

Comments
 (0)