Skip to content

Commit 8a76301

Browse files
committed
Reduce precision rating to medium
This query won't always be a security problem, so it should have a lower precision rating than `high`.
1 parent 7cc5312 commit 8a76301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/Security/CWE/CWE-200/AndroidWebViewSettingsContentAccess.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @id java/android-websettings-content-access
66
* @problem.severity warning
77
* @security-severity 6.5
8-
* @precision high
8+
* @precision medium
99
* @tags security
1010
* external/cwe/cwe-200
1111
*/

0 commit comments

Comments
 (0)