# File lib/brakeman/checks/check_ssl_verify.rb, line 27
  def check_http_start
    tracker.find_call(:target => 'Net::HTTP''Net::HTTP', :method => :start).each { |call| process_http_start_result call }
  end