decko-commons/decko

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

Summary

Maintainability
A
0 mins
Test Coverage

The use of eval is a serious security risk.
Invalid

          eval "#{Time.now.to_i} #{value}", binding, __FILE__, __LINE__
Severity: Minor
Found in card/lib/cardio/mod/eat.rb by rubocop

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