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
Fix: Prevent unauthorized deletion of anonymous pushes (#4703)
Anonymous pushes with deletable_by_viewer disabled were still
deletable because nil owner matched nil current_user. Require an
authenticated owner or explicit viewer-deletion permission.
Co-authored-by: Peter Giacomo Lombardo <pglombardo@apnotic.com>
0 commit comments