mirror of
https://github.com/github/codeql.git
synced 2026-05-01 03:35:13 +02:00
JS: Fix typo
This commit is contained in:
@@ -30,7 +30,7 @@ module UnsafeDeserialization {
|
||||
or
|
||||
result = API::moduleImport("js-yaml-js-types").getMember(["all", "function"])
|
||||
or
|
||||
result = unsafeYamlSchema().getMember("extend").getReceiver()
|
||||
result = unsafeYamlSchema().getMember("extend").getReturn()
|
||||
or
|
||||
exists(API::CallNode call |
|
||||
call.getAParameter().refersTo(unsafeYamlSchema()) and
|
||||
|
||||
Reference in New Issue
Block a user