# File lib/brakeman/checks/check_ssl_verify.rb, line 21
  def process_verify_mode_result result
    if result[:call].last_arg == SSL_VERIFY_NONE
      warn_about_ssl_verification_bypass result
    end
  end