Brakeman::CheckFileAccess
Checks for user input in send_file()
# File lib/brakeman/checks/check_send_file.rb, line 10 def run_check Brakeman.debug "Finding all calls to send_file()" methods = tracker.find_call :target => false, :method => :send_file methods.each do |call| process_result call end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.