decko-commons/decko

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

Summary

Maintainability
A
0 mins
Test Coverage

The use of eval is a serious security risk.
Wontfix

        eval File.read(modfile_path), binding

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