security-severity metadata

This commit is contained in:
Ed Minnix
2023-11-07 16:19:39 -05:00
parent d4e2b84348
commit 818c5de8d5

View File

@@ -3,6 +3,7 @@
* @description Using tainted data in a call to exec() may allow an attacker to execute arbitrary commands.
* @problem.severity error
* @kind path-problem
* @security-severity 9.8
* @precision medium
* @id java/exec-tainted-environment
* @tags security