Skip to content

Commit d94b196

Browse files
committed
Ruby: fix documentation
1 parent 364bc88 commit d94b196

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ruby/ql/lib/codeql/ruby/security/UnsafeDeserializationCustomizations.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ module UnsafeDeserialization {
4949

5050
/**
5151
* An argument in a call to `YAML.load` or `YAML.load_file`, considered a sink
52-
* for unsafe deserialization. As the `YAML` module is an alias of `Psych` in
52+
* for unsafe deserialization. The `YAML` module is an alias of `Psych` in
53+
* recent versions of Ruby.
5354
*/
5455
class YamlLoadArgument extends Sink {
5556
YamlLoadArgument() {

0 commit comments

Comments
 (0)