# File lib/brakeman/parsers/rails3_erubis.rb, line 77 def convert_input(src, input) input = input.gsub(/<%graphql/, "<%#") super(src, input) end