We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40c759e commit 72484b9Copy full SHA for 72484b9
java/ql/src/Security/CWE/CWE-079/AndroidWebViewAddJavascriptInterface.ql
@@ -1,7 +1,7 @@
1
/**
2
* @name Access Java object methods through JavaScript exposure
3
* @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.
+ * @description Exposing a Java object in a WebView with a JavaScript interface can lead to malicious JavaScript controlling the application.
5
* @kind problem
6
* @problem.severity warning
7
* @security-severity 6.1
0 commit comments