diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2020-03-15 21:34:22 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-15 11:34:22 +0100 |
commit | 2f4be6e9441c7d5b0afd0d37dccd48d3057bcd3f (patch) | |
tree | 550a6eae50fc99029c97518af338d0ed3e50206d /cli/tests/proto_exploit.js.out | |
parent | 64a35acd64f4a9aedfb52f6b364c229c6f7e4090 (diff) |
Remove Object.prototype.__proto__ (#4341)
Diffstat (limited to 'cli/tests/proto_exploit.js.out')
-rw-r--r-- | cli/tests/proto_exploit.js.out | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/tests/proto_exploit.js.out b/cli/tests/proto_exploit.js.out new file mode 100644 index 000000000..fde881dc5 --- /dev/null +++ b/cli/tests/proto_exploit.js.out @@ -0,0 +1,2 @@ +Before: [object Object] +After: [object Object] |