# File lib/brakeman/checks/check_ssl_verify.rb, line 17
  def check_open_ssl_verify_none
    tracker.find_call(:method => :verify_mode=).each {|call| process_verify_mode_result(call) }
  end