codeql icon indicating copy to clipboard operation
codeql copied to clipboard

Ruby: Support erb flow for ActionController

Open hmac opened this issue 1 year ago • 0 comments

Use the same approach as with ViewComponent, to track flow into ERB template files via explicit render calls.

We don't yet deal with:

  • any options passed to render that change the template
  • implicit calls to render at return nodes of action methods

hmac avatar Feb 08 '24 13:02 hmac