codeql
codeql copied to clipboard
Ruby: Support erb flow for ActionController
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
renderthat change the template - implicit calls to
renderat return nodes of action methods