Class
Brakeman::CheckSend
In:
lib/brakeman/checks/check_send.rb
Parent:
Brakeman::BaseCheck
Checks
if user supplied data is passed to send
Methods
get_send
process_result
run_check
Public Instance methods
get_send
(exp)
Recursively check call chain for send call
process_result
(result)
run_check
()
[Validate]