Java: Switch to low as a precision

Code Scanning doesn't support "very-low"
This commit is contained in:
lcartey@github.com
2020-08-12 13:48:59 +01:00
parent 56ff8cf084
commit 6f83c55ebd

View File

@@ -3,7 +3,7 @@
* @description Data provided remotely is used in this external API without sanitization, which could be a security risk.
* @id java/untrusted-data-to-external-api
* @kind path-problem
* @precision very-low
* @precision low
* @problem.severity error
* @tags security external/cwe/cwe-20
*/