Skip to content

Commit f626d47

Browse files
committed
Change wording from "permit" to "allow" in id and name
1 parent 972b462 commit f626d47

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
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.
2+
* @name Android WebView settings allows access to content links
3+
* @id java/android/websettings-allow-content-access
4+
* @description Access to content providers in a WebView can allow access to protected information by loading content:// links.
55
* @kind problem
66
* @problem.severity warning
77
* @precision medium
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
category: newQuery
33
---
4-
* Added a new query `java/android/websettings-permit-contentacces` to detect Android WebViews which do not disable access to `content://` urls.
4+
* Added a new query `java/android/websettings-allow-content-access` to detect Android WebViews which do not disable access to `content://` urls.

0 commit comments

Comments
 (0)