Skip to content

Commit 72484b9

Browse files
committed
Change wording of addJavascriptInterface query description
1 parent 40c759e commit 72484b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/Security/CWE/CWE-079/AndroidWebViewAddJavascriptInterface.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @name Access Java object methods through JavaScript exposure
33
* @id java/android-webview-addjavascriptinterface
4-
* @description Exposing a Javascript interface to a Java object in a WebView can lead to malicious JavaScript controlling the application.
4+
* @description Exposing a Java object in a WebView with a JavaScript interface can lead to malicious JavaScript controlling the application.
55
* @kind problem
66
* @problem.severity warning
77
* @security-severity 6.1

0 commit comments

Comments
 (0)