Security context

What an agent needs to avoid regressing past fixes and find the next vuln in this repo.

bitwarden/passwordless-server
main @ 1261a60
28
Fixes
0
CVEs
HIGH
Peak severity
33.3%
Coverage
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.