Skip to content

Commit 29490e5

Browse files
committed
Add suggestion from code review
1 parent 0a986ad commit 29490e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/Security/CWE/CWE-074/JndiInjection.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @name JNDI lookup with user-controlled name
3-
* @description Doing a JNDI lookup with user-controlled name can lead to download an untrusted
3+
* @description Performing a JNDI lookup with a user-controlled name can lead to the download of an untrusted
44
* object and to execution of arbitrary code.
55
* @kind path-problem
66
* @problem.severity error

0 commit comments

Comments
 (0)