# File lib/brakeman/checks/check_mime_type_dos.rb, line 32
  def has_workaround?
    tracker.check_initializers(:Mime, :const_set).any? do |match|
      arg = match.call.first_arg

      symbol? arg and arg.value == :LOOKUP
    end
  end