Fix alert message style

This commit is contained in:
Ed Minnix
2022-11-14 14:41:06 -05:00
parent a8e67bdfc5
commit 89411a1db2

View File

@@ -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."