Skip to content

Commit e70e3e5

Browse files
committed
Ruby: fix typo in qhelp
1 parent ca1024e commit e70e3e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/src/queries/security/cwe-502/UnsafeDeserialization.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If deserializing an untrusted YAML document using the <code>psych</code> gem,
2323
prefer the <code>safe_load</code> and <code>safe_load_file</code> methods over
2424
<code>load</code> and <code>load_file</code>, as the former will safely
2525
handle untrusted data. Avoid passing untrusted data to the <code>load_stream</code>
26-
method. In <code>psych</code> version 4.0.0 and above, the <code>load</code> can
26+
method. In <code>psych</code> version 4.0.0 and above, the <code>load</code> method can
2727
safely be used.
2828
</p>
2929

0 commit comments

Comments
 (0)