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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Evaluating code from external sources may be a security concern. Add a cop catching the use of eval (and similar methods) and warn of the risks.
The text was updated successfully, but these errors were encountered:
There is an RuboCop for eval: https://www.rubydoc.info/gems/rubocop/RuboCop/Cop/Security/Eval
eval
But, maybe it's still worth to have one for the context of SketchUp? So if you run only SketchUp cops it's still being reported?
Sorry, something went wrong.
No branches or pull requests
Evaluating code from external sources may be a security concern. Add a cop catching the use of eval (and similar methods) and warn of the risks.
The text was updated successfully, but these errors were encountered: