You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Brakeman 7.0.0 complains about both instances of @active_data_context.to_context_param - rightly - which is what lead to the removal of this code. But all the other lines pass. And they all look equally horrible.
Why are those 2 lines caught and the others not?
The text was updated successfully, but these errors were encountered:
This relates to #1914, #1842
I would like to understand why brakeman is behaving a certain way with JS in HAML so that I better know what we will have to watch for.
The following block of code is no longer in our app:
Brakeman 7.0.0 complains about both instances of
@active_data_context.to_context_param
- rightly - which is what lead to the removal of this code. But all the other lines pass. And they all look equally horrible.Why are those 2 lines caught and the others not?
The text was updated successfully, but these errors were encountered: