We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a986ad commit 29490e5Copy full SHA for 29490e5
java/ql/src/Security/CWE/CWE-074/JndiInjection.ql
@@ -1,6 +1,6 @@
1
/**
2
* @name JNDI lookup with user-controlled name
3
- * @description Doing a JNDI lookup with user-controlled name can lead to download an untrusted
+ * @description Performing a JNDI lookup with a user-controlled name can lead to the download of an untrusted
4
* object and to execution of arbitrary code.
5
* @kind path-problem
6
* @problem.severity error
0 commit comments