Skip to content

Commit 2ec73c5

Browse files
committed
Mention WebView in alert message
1 parent 69fd5e9 commit 2ec73c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,4 @@ where
109109
not any(WebViewDisallowContentAccessConfiguration cfg).hasFlow(source, _)
110110
)
111111
select e,
112-
"Sensitive information may be exposed via a malicious link due to access of content:// links being permitted."
112+
"Sensitive information may be exposed via a malicious link due to access to content:// links being allowed in this WebView."

0 commit comments

Comments
 (0)