# File lib/brakeman/checks/check_cross_site_scripting.rb, line 370
  def xml_escaped? target, method
    method == :escape_xml and target == XML_HELPER
  end