Java: Fix formatting of WebView file access query

This commit is contained in:
Ed Minnix
2022-11-15 12:43:20 -05:00
parent 694930556b
commit 1d71c38a8f

View File

@@ -15,4 +15,6 @@ import semmle.code.java.frameworks.android.WebView
from MethodAccess ma
where ma.getMethod() instanceof CrossOriginAccessMethod
select ma, "WebView setting " + ma.getMethod().getName() + " may allow for unauthorized access of sensitive information."
select ma,
"WebView setting " + ma.getMethod().getName() +
" may allow for unauthorized access of sensitive information."