class Brakeman::CheckCrossSiteScripting

def process_output exp

Process an output Sexp
def process_output exp
  process exp.value.dup
end