JS: Fix typo

This commit is contained in:
Asger F
2023-04-20 12:48:17 +02:00
parent 1acc0d2ddf
commit 1d0a0dec6f

View File

@@ -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