# File lib/brakeman/checks/check_deserialize.rb, line 18
  def check_csv
    check_methods :CSV, :load
  end