-
Notifications
You must be signed in to change notification settings - Fork 735
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Endless loop on mutually recursive renders #1536
Comments
Interesting... this was definitely addressed in the past so I'll have to see why the loop detection is not working in this case. |
Ah... I think it's the |
Great news, thank! |
presidentbeef
added a commit
that referenced
this issue
Dec 23, 2020
Repository owner
locked and limited conversation to collaborators
Jan 30, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Background
Brakeman version: 4.10.0
Rails version: 6.0.3.4
Ruby version: 2.5.7
Issue
We use partials that render partials, and this can be "recursive". Of course there are dynamic conditions for the calls to stop at some point, but statically, Brakeman does not see them and endlessly stacks calls:
For instance
Other Error
Run Brakeman with
--debug
to see the full stack trace.Stack trace:
Cheers!
The text was updated successfully, but these errors were encountered: