Highlights
Auth Bypass: 7 prior fixes. Scrutinize any change in this area.
package: most-fixed (5 issues). Treat as high-risk during review.
15 high-severity fixes in this history; regressions here are high-impact.
Recurring patterns
The bug types that recur here, drawn from past fixes, not open vulnerabilities.
Auth Bypass: Invite consumption lacked null/validation checks, allowing expired or invalid invites to join orgs.
Access Control: Stale AppId claims allowed cross-org access; fixed by DB query verifying app-org ownership.
Auth Bypass: Missing [Authorize] on app-scoped pages enabled unauthorized access; fixed via base page attribute.