RESOLVED FIXED Bug 200739
ProxyObject should not be allow to access its target's private properties.
https://bugs.webkit.org/show_bug.cgi?id=200739
Summary ProxyObject should not be allow to access its target's private properties.
Mark Lam
Reported 2019-08-14 15:39:38 PDT
Attachments
proposed patch. (4.40 KB, patch)
2019-08-14 15:50 PDT, Mark Lam
ysuzuki: review+
ews-watchlist: commit-queue-
patch for landing. (4.99 KB, patch)
2019-08-14 20:26 PDT, Mark Lam
no flags
Mark Lam
Comment 1 2019-08-14 15:50:09 PDT
Created attachment 376324 [details] proposed patch.
Yusuke Suzuki
Comment 2 2019-08-14 15:54:03 PDT
Comment on attachment 376324 [details] proposed patch. r=me
EWS Watchlist
Comment 3 2019-08-14 18:56:53 PDT
Comment on attachment 376324 [details] proposed patch. Attachment 376324 [details] did not pass jsc-ews (mac): Output: https://webkit-queues.webkit.org/results/12914309 New failing tests: stress/proxy-with-private-symbols.js.ftl-no-cjit-no-inline-validate stress/proxy-with-private-symbols.js.dfg-eager-no-cjit-validate stress/proxy-with-private-symbols.js.ftl-no-cjit-no-put-stack-validate stress/proxy-with-private-symbols.js.no-ftl stress/proxy-with-private-symbols.js.ftl-no-cjit-validate-sampling-profiler stress/proxy-with-private-symbols.js.no-cjit-validate-phases stress/proxy-with-private-symbols.js.ftl-no-cjit-small-pool stress/proxy-with-private-symbols.js.dfg-maximal-flush-validate-no-cjit stress/proxy-with-private-symbols.js.default stress/proxy-with-private-symbols.js.ftl-eager-no-cjit stress/proxy-with-private-symbols.js.mini-mode stress/proxy-with-private-symbols.js.bytecode-cache stress/proxy-with-private-symbols.js.ftl-eager stress/proxy-with-private-symbols.js.dfg-eager stress/proxy-with-private-symbols.js.ftl-no-cjit-b3o0 stress/proxy-with-private-symbols.js.ftl-eager-no-cjit-b3o1 stress/proxy-with-private-symbols.js.no-cjit-collect-continuously stress/proxy-with-private-symbols.js.no-llint
Mark Lam
Comment 4 2019-08-14 20:26:17 PDT
Created attachment 376346 [details] patch for landing.
Mark Lam
Comment 5 2019-08-14 23:20:56 PDT
Thanks for the review. Landed in r248709: <http://trac.webkit.org/r248709>.
Ryan Haddad
Comment 6 2019-08-16 13:09:21 PDT
Reverted r248709 for reason: Caused test/built-ins/Promise/prototype/finally/this-value-non-promise.js to fail on test262 bot Committed r248786: <https://trac.webkit.org/changeset/248786>
Ryan Haddad
Comment 7 2019-08-16 13:09:35 PDT
(In reply to Ryan Haddad from comment #6) > Reverted r248709 for reason: > > Caused test/built-ins/Promise/prototype/finally/this-value-non-promise.js to > fail on test262 bot > > Committed r248786: <https://trac.webkit.org/changeset/248786> Details in https://bugs.webkit.org/show_bug.cgi?id=200788
Mark Lam
Comment 8 2019-08-16 14:04:23 PDT
Note You need to log in before you can comment on or make changes to this bug.