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
This coverts a key like unauthenticated into devise.failure.unauthenticated, resulting in failures in otherwise perfectly functioning code.
I assume this was just an oversight, and you didn't realize super would pass through the altered key rather than the original argument. Proof of concept demo.
key_logger.rb has this:
This coverts a key like
unauthenticated
intodevise.failure.unauthenticated
, resulting in failures in otherwise perfectly functioning code.I assume this was just an oversight, and you didn't realize
super
would pass through the altered key rather than the original argument. Proof of concept demo.The text was updated successfully, but these errors were encountered: