# File lib/brakeman/checks/check_deserialize.rb, line 8
  def run_check
    check_yaml
    check_csv
    check_marshal
  end