class Brakeman::CheckCrossSiteScripting

def haml_escaped? target, method

def haml_escaped? target, method
  method == :html_escape and target == HAML_HELPERS
end