We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8752a0 commit 3154808Copy full SHA for 3154808
ruby/ql/src/queries/security/cwe-078/KernelOpen.inc.qhelp
@@ -18,7 +18,7 @@ The same vulnerability applies to <code>IO.read</code>, <code>IO.write</code>,
18
does not have this vulnerability. Similarly, use the methods from the <code>File</code>
19
class instead of the <code>IO</code> class e.g. <code>File.read</code> instead
20
of <code>IO.read</code>.</p>
21
-<p>Instead of <code>URI.open</code> use <code>URI(<uri>).open</code> or an HTTP Client.</p>
+<p>Instead of <code>URI.open</code> use <code>URI(..).open</code> or an HTTP Client.</p>
22
23
</recommendation>
24
<example>
0 commit comments