Skip to content

Commit 0e15dd9

Browse files
committed
Query metadata
1 parent 7787491 commit 0e15dd9

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

java/ql/src/Security/CWE/CWE-200/AndroidWebViewSettingsPermitsContentAccess.ql

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
/**
2-
* @id java/android-websettings-permit-contentacces
2+
* @name Android WebView settings permits content access
3+
* @id java/android/websettings-permit-contentacces
4+
* @description Access to content providers in a WebView can permit access to protected information by loading content:// links.
5+
* @kind problem
6+
* @problem.severity warning
7+
* @precision medium
8+
* @tags security
9+
* external/cwe/cwe-200
310
*/
411

512
import java

0 commit comments

Comments
 (0)