We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[vulnerability][acl][regression] Calls to local functions in with-clause are not hooked
let
const
with ({}) { let f = function f() {} f(); // not hooked new f(); // not hooked }
with
The text was updated successfully, but these errors were encountered:
[demo][acl] Update normalize.js for verifying Fix #348, Fix #349, Fix #…
2d3b262
…350, and Fix #351
0.4.0-alpha.20 with [vulnerability][acl] Fix #348 tagged template lit…
cbaa935
…erals, Fix #349 with function calls, Fix #350 local function calls in with clause
8c167b5
No branches or pull requests
[vulnerability][acl][regression] Calls to local functions in with-clause are not hooked
Root Cause
let
andconst
local functions have to be hookedReproducible Code
Fix
with
clauseThe text was updated successfully, but these errors were encountered: