Merge pull request #5987 from aschackmull/java/query-metadata

Java: Add missing metadata.
This commit is contained in:
Chris Smowton
2021-06-02 12:40:34 +01:00
committed by GitHub

View File

@@ -3,6 +3,8 @@
* @description Evaluation of a user-controlled malicious expression in Java Python * @description Evaluation of a user-controlled malicious expression in Java Python
* interpreter may lead to remote code execution. * interpreter may lead to remote code execution.
* @kind path-problem * @kind path-problem
* @problem.severity error
* @precision high
* @id java/jython-injection * @id java/jython-injection
* @tags security * @tags security
* external/cwe/cwe-094 * external/cwe/cwe-094