mirror of
https://github.com/github/codeql.git
synced 2026-02-18 07:53:43 +01:00
Ruby: fix documentation
This commit is contained in:
@@ -49,7 +49,8 @@ module UnsafeDeserialization {
|
||||
|
||||
/**
|
||||
* An argument in a call to `YAML.load` or `YAML.load_file`, considered a sink
|
||||
* for unsafe deserialization. As the `YAML` module is an alias of `Psych` in
|
||||
* for unsafe deserialization. The `YAML` module is an alias of `Psych` in
|
||||
* recent versions of Ruby.
|
||||
*/
|
||||
class YamlLoadArgument extends Sink {
|
||||
YamlLoadArgument() {
|
||||
|
||||
Reference in New Issue
Block a user