diff --git a/java/ql/src/Security/CWE/CWE-276/ContentProviderIncompletePermissions.qhelp b/java/ql/src/Security/CWE/CWE-276/ContentProviderIncompletePermissions.qhelp index b8b26696208..9efb27d77b8 100644 --- a/java/ql/src/Security/CWE/CWE-276/ContentProviderIncompletePermissions.qhelp +++ b/java/ql/src/Security/CWE/CWE-276/ContentProviderIncompletePermissions.qhelp @@ -18,10 +18,11 @@ attributes, or define the general android:permission attribute.

- To prevent permission bypass, provider elements should either +

To prevent permission bypass, provider elements should either specify both the android:readPermission and android:writePermission attributes, or specify the android:permission attribute. +