Add @name property

Co-authored-by: Sam Browning <106113886+sabrowning1@users.noreply.github.com>
This commit is contained in:
Edward Minnix III
2022-12-13 16:14:28 -05:00
committed by GitHub
parent a2c886d367
commit 40c759e61a

View File

@@ -1,4 +1,5 @@
/**
* @name Access Java object methods through JavaScript exposure
* @id java/android-webview-addjavascriptinterface
* @description Exposing a Javascript interface to a Java object in a WebView can lead to malicious JavaScript controlling the application.
* @kind problem