# File lib/brakeman/checks/check_filter_skipping.rb, line 10 def run_check if version_between?('3.0.0', '3.0.9') and uses_arbitrary_actions? warn :warning_type => "Default Routes", :warning_code => :CVE_2011_2929, :message => msg("Rails versions before 3.0.10 have a vulnerability which allows filters to be bypassed", msg_cve("CVE-2011-2929")), :confidence => :high, :gem_info => gemfile_or_environment, :link_path => "https://groups.google.com/d/topic/rubyonrails-security/NCCsca7TEtY/discussion" end end