Class | Brakeman::AppTree |
In: |
lib/brakeman/app_tree.rb
|
Parent: | Object |
VIEW_EXTENSIONS | = | %w[html.erb html.haml rhtml js.erb html.slim].join(",") |
root | [R] |
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.