Skip to content

Commit ca80bfd

Browse files
committed
Fix tags
1 parent 36c351d commit ca80bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/experimental/Security/CWE/CWE-036/OpenStream.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ local resources in addition to remote ones.</p>
1313
<recommendation>
1414
<p>When you construct a URL using <code>java.net.___URL</code> from a remote source,
1515
don't call <code>openStream</code> on it. Instead, use an HTTP Client to fetch the URL and access its content.
16-
You should also validate the URL to check that it uses the correct protocol and host combination.</p></p>
16+
You should also validate the URL to check that it uses the correct protocol and host combination.</p>
1717
</recommendation>
1818

1919
<example>

0 commit comments

Comments
 (0)