Brakeman

Ruby on Rails Static Analysis Security Tool

Dangerous Evaluation

User input in an eval statement is VERY dangerous, so this will always raise a warning. Brakeman looks for calls to eval, instance_eval, class_eval, and module_eval.


Back to Warning Types