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
Oh, this is glorious: pysaml2 library uses an assert statement to check & reject users who use the wrong password; however when running with the optimiser enabled, all assert statements are stripped… so: anyone can log into anything with any password.
Similar to this: https://twitter.com/AlecMuffett/status/950699975767482370
In here: https://github.com/ceph/shaman/blob/master/shaman/auth.py#L12-L13
The text was updated successfully, but these errors were encountered: