mirror of
https://github.com/github/codeql.git
synced 2025-12-24 12:46:34 +01:00
Java: Fix formatting of WebView file access query
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user