From 2a2878fc7bbb964a700a0793b485f82df5671185 Mon Sep 17 00:00:00 2001 From: Ed Minnix Date: Thu, 29 Sep 2022 16:33:22 -0400 Subject: [PATCH] Move text into paragraph tag --- .../CWE/CWE-276/ContentProviderIncompletePermissions.qhelp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. +