Security: Dangerous JavaScript eval() functions
globeone opened this issue · 2 comments
globeone commented
There are 6 JavaScript eval() functions in use that are dangerous.
Especially when the JavaScript is loaded in memory.
Eval allows strings to be run as executables and is dangerous to use.
Please see the following Mozilla Dev article with tips on how to rewrite these functions securely.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/eval
mgol commented
I don't see any eval
occurrences in this repository. Could you be more specific in what you're asking for?
I'm going to close but we can reopen if you provide more information.