Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Security

New issue 1755 by erights: Need rewriteFunctionCalls mitigation
http://code.google.com/p/google-caja/issues/detail?id=1755

Because of https://code.google.com/p/google-caja/wiki/SES#this_-binding_of_Global_Function_Calls , we need a mitigating rewrite from function call expressions, e.g., f(), to function call expressions that ensure that undefined is provided as the this-binding of the called function, e.g., (1,f)().

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "Google Caja Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to