We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36c351d commit ca80bfdCopy full SHA for ca80bfd
java/ql/src/experimental/Security/CWE/CWE-036/OpenStream.qhelp
@@ -13,7 +13,7 @@ local resources in addition to remote ones.</p>
13
<recommendation>
14
<p>When you construct a URL using <code>java.net.___URL</code> from a remote source,
15
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>
+You should also validate the URL to check that it uses the correct protocol and host combination.</p>
17
</recommendation>
18
19
<example>
0 commit comments