Security context

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

sligter/landppt
master @ 746eaca
2
Fixes
0
CVEs
HIGH
Peak severity
50.0%
Coverage
Highlights
Auth Bypass: 1 prior fix. Scrutinize any change in this area.
src/landppt/web/route_modules/export_routes.py: most-fixed (1 issue). Treat as high-risk during review.
1 high-severity fix in this history; regressions here are high-impact.
Recurring patterns

The bug types that recur here, drawn from past fixes, not open vulnerabilities.

Cross-Site Scripting (XSS): Insecure server-side variable interpolation within inline JavaScript allows user-controlled fields such as project topics to escape script delimiters and execute arbitrary browser-side code.
Auth Bypass: Missing permission checks on administrative resource endpoints allow non-admin users to download exported assets like narration videos, bypassing logical segregation.