You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to know if using this project is safe in a production environment? Has eval been used at any stage? Do user-written expressions have the chance to escape the sandbox like in an alternative project (browserify/static-eval#32)?
The text was updated successfully, but these errors were encountered:
Hello good morning.
I don't use eval anywhere in the code.
To resolve the expressions, they are parsed, converting them into a tree of operators and operands.
Example:
I would like to know if using this project is safe in a production environment? Has eval been used at any stage? Do user-written expressions have the chance to escape the sandbox like in an alternative project (browserify/static-eval#32)?
The text was updated successfully, but these errors were encountered: