Class Brakeman::FindAllCalls
In: lib/brakeman/processors/lib/find_all_calls.rb
Parent: Brakeman::BasicProcessor

Methods

Attributes

calls  [R] 

Public Class methods

Public Instance methods

Process an assignment like a call

Process body of method

process_defs(exp)

Alias for process_defn

Process a dynamic regex like a call

:"string" is equivalent to "string".to_sym

Technically, `` is call to Kernel#` But we just need them in the call cache for speed

Calls to render() are converted to s(:render, …) but we would like them in the call cache still for speed

Process body of block

Process the given source. Provide either class and method being searched or the template. These names are used when reporting results.

[Validate]