mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
Fix alert message style
This commit is contained in:
@@ -15,5 +15,4 @@ import semmle.code.java.frameworks.android.WebView
|
||||
|
||||
from MethodAccess ma
|
||||
where ma.getMethod() instanceof CrossOriginAccessMethod
|
||||
select ma, "WebView setting $@ may allow for unauthorized access of sensitive information.", ma,
|
||||
ma.getMethod().getName()
|
||||
select ma, "WebView setting " + ma.getMethod().getName() + " may allow for unauthorized access of sensitive information."
|
||||
|
||||
Reference in New Issue
Block a user