# File lib/brakeman/util.rb, line 452
  def template_path_to_name path
    names = path.split("/")
    names.last.gsub!(/(\.(html|js)\..*|\.(rhtml|haml|erb|slim))$/, '')
    names[(names.index("views") + 1)..-1].join("/").to_sym
  end