Add suggestion from code review

This commit is contained in:
Tony Torralba
2021-07-29 17:07:18 +02:00
parent 0a986ad0e8
commit 29490e5872

View File

@@ -1,6 +1,6 @@
/**
* @name JNDI lookup with user-controlled name
* @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
* object and to execution of arbitrary code.
* @kind path-problem
* @problem.severity error