Security context

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

leptos-rs/leptos
main @ 480d615
7
Fixes
0
CVEs
HIGH
Peak severity
Highlights
Denial of Service: 4 prior fixes. Scrutinize any change in this area.
examples/session_auth_axum/src/auth.rs: 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.

Denial of Service: Deeply nested query parameters during deserialization can trigger stack overflow crashes. Limiting parser depth is crucial for server stability.
Denial of Service: Accessing missing, mismatched, or disposed reactive signals could trigger unhandled panics, leading to denial of service during server-side rendering.
Sandbox Escape: Under certain configurations like 'sandboxed-arenas', asynchronous derived futures could bypass intended sandbox constraints unless explicitly wrapped.