We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2c886d commit 40c759eCopy full SHA for 40c759e
1 file changed
java/ql/src/Security/CWE/CWE-079/AndroidWebViewAddJavascriptInterface.ql
@@ -1,4 +1,5 @@
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.
5
* @kind problem
0 commit comments