# File lib/brakeman/checks/check_cross_site_scripting.rb, line 378
  def safe_input_attribute? target, method
    target and always_safe_method? method
  end