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
Browse filesBrowse the repository at this point in the historyBrowse files
Peter Giacomo Lombardo
committed
Fix: Prevent unauthorized deletion of anonymous pushes
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.
0 commit comments