Class Brakeman::AppTree
In: lib/brakeman/app_tree.rb
Parent: Object

Methods

Constants

VIEW_EXTENSIONS = %w[html.erb html.haml rhtml js.erb html.slim].join(",")

Attributes

root  [R] 

Public Class methods

Public Instance methods

This is a pair for read_path. Again, would like to kill these

This variation requires full paths instead of paths based off the project root. I‘d prefer to get all the code outside of AppTree using project-root based paths (e.g. app/models/user.rb) instead of full paths, but I suspect it‘s an incompatible change.

[Validate]