Add security-severity

This commit is contained in:
Tony Torralba
2022-09-12 11:58:56 +02:00
parent 409a123490
commit dd6257c757

View File

@@ -3,6 +3,7 @@
* @description Untrusted input interpreted as a template can lead to remote code execution.
* @kind path-problem
* @problem.severity error
* @security-severity 9.3
* @precision high
* @id java/server-side-template-injection
* @tags security