Skip to content

Commit 40c759e

Browse files
Add @name property
Co-authored-by: Sam Browning <[email protected]>
1 parent a2c886d commit 40c759e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @name Access Java object methods through JavaScript exposure
23
* @id java/android-webview-addjavascriptinterface
34
* @description Exposing a Javascript interface to a Java object in a WebView can lead to malicious JavaScript controlling the application.
45
* @kind problem

0 commit comments

Comments
 (0)