# File lib/brakeman/checks/check_i18n_xss.rb, line 43 def has_workaround? tracker.check_initializers(:I18n, :const_defined?).any? do |match| match.last.first_arg == s(:lit, :MissingTranslation) end end