decko-commons/decko

View on GitHub
card/lib/cardio/mod/module_template.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
97%

The use of eval is a serious security risk.
Open

        eval to_s, TOPLEVEL_BINDING, @content_path, offset

This cop checks for the use of Kernel#eval and Binding#eval.

Example:

# bad

eval(something)
binding.eval(something)

There are no issues that match your filters.

Category
Status