Skip to content

Commit 2a2878f

Browse files
committed
Move text into paragraph tag
1 parent e3c0e6f commit 2a2878f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

java/ql/src/Security/CWE/CWE-276/ContentProviderIncompletePermissions.qhelp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ attributes, or define the general <code>android:permission</code> attribute.</p>
1818
</overview>
1919

2020
<recommendation>
21-
To prevent permission bypass, <code>provider</code> elements should either
21+
<p>To prevent permission bypass, <code>provider</code> elements should either
2222
specify both the <code>android:readPermission</code>
2323
and <code>android:writePermission</code> attributes, or specify
2424
the <code>android:permission</code> attribute.
25+
</p>
2526
</recommendation>
2627

2728
<example>

0 commit comments

Comments
 (0)