Patch Changes
-
#2257
6cc95851
Thanks @acao! - security fix: replace the vulnerabledset
dependency withset-value
dset
is vulnerable to prototype pollution attacks. this is only possible if you are doing all of the following:- running graphiql with an experimental graphql-js release tag that supports @stream and @defer
- executing a properly @streamed or @deferred query ala IncrementalDelivery spec, with multipart chunks
- consuming a malicious schema that contains field names like proto, prototype, or constructor that return malicious data designed to exploit a prototype pollution attack