-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
I am getting security risk issue when using extjs within my project, specifically "eval()" and "Function.prototype.constructor.apply()" is flagged and the alternative to it is using functions, which is again flagged as a risk, due to which I can't make it work.
I am attaching some errors I got before (using eval) and after (using functions).
Please suggest alternatives as using unsafe-eval is not the solution.
I have also tried the latest version of EXT-Js but It also contains new Function () and Function.prototype.constructor.apply() which is also blocked by CS
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

