Skip to content

Commit 6f83c55

Browse files
committed
Java: Switch to low as a precision
Code Scanning doesn't support "very-low"
1 parent 56ff8cf commit 6f83c55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/Security/CWE/CWE-020/UntrustedDataToExternalAPI.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @description Data provided remotely is used in this external API without sanitization, which could be a security risk.
44
* @id java/untrusted-data-to-external-api
55
* @kind path-problem
6-
* @precision very-low
6+
* @precision low
77
* @problem.severity error
88
* @tags security external/cwe/cwe-20
99
*/

0 commit comments

Comments
 (0)