mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Query metadata
This commit is contained in:
@@ -1,5 +1,12 @@
|
|||||||
/**
|
/**
|
||||||
* @id java/android-websettings-permit-contentacces
|
* @name Android WebView settings permits content access
|
||||||
|
* @id java/android/websettings-permit-contentacces
|
||||||
|
* @description Access to content providers in a WebView can permit access to protected information by loading content:// links.
|
||||||
|
* @kind problem
|
||||||
|
* @problem.severity warning
|
||||||
|
* @precision medium
|
||||||
|
* @tags security
|
||||||
|
* external/cwe/cwe-200
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import java
|
import java
|
||||||
|
|||||||
Reference in New Issue
Block a user