Security context

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

getmeli/meli
beta @ c90a11d
5
Fixes
0
CVEs
HIGH
Peak severity
0.0%
Coverage
Highlights
Auth Bypass: 3 prior fixes. Scrutinize any change in this area.
server/src/entities/orgs/handlers/invites/delete-invite.ts: most-fixed (1 issue). Treat as high-risk during review.
3 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: Route-matching conflicts in the configuration generator allowed bypasses of branch-level password protections in favor of other matching routing handlers. Developers must ensure that security-critical route handlers are evaluated with priority.
Broken Access Control: A failure to enforce administrative boundaries allowed users to upload releases to sites they did not own. Robust checking of user ownership and administrative rights is necessary prior to handling uploads.
Auth Bypass: Uncaught token verification errors in jwt.verify could lead to unpredictable authorization flows or system crashes. Verification processes must handle errors gracefully by explicitly throwing unauthorized exceptions.