ngelx/solidus_import_products

View on GitHub
Rakefile

Summary

Maintainability
Test Coverage

The use of eval is a serious security risk.
Open

spec = eval(File.read('solidus_import_products.gemspec'))
Severity: Minor
Found in Rakefile 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