ManageIQ/manageiq

View on GitHub
tools/log_processing/ems_refresh_timings.rb

Summary

Maintainability
A
0 mins
Test Coverage

The use of eval is a serious security risk.
Open

    refresh_timings = eval(Regexp.last_match[2])

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