Skip to content

Commit 89411a1

Browse files
committed
Fix alert message style
1 parent a8e67bd commit 89411a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@ import semmle.code.java.frameworks.android.WebView
1515

1616
from MethodAccess ma
1717
where ma.getMethod() instanceof CrossOriginAccessMethod
18-
select ma, "WebView setting $@ may allow for unauthorized access of sensitive information.", ma,
19-
ma.getMethod().getName()
18+
select ma, "WebView setting " + ma.getMethod().getName() + " may allow for unauthorized access of sensitive information."

0 commit comments

Comments
 (0)