Security context

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

voila-dashboards/voila
main @ 0b6910b
3
Fixes
0
CVEs
HIGH
Peak severity
33.3%
Coverage
Highlights
Auth Bypass: 1 prior fix. Scrutinize any change in this area.
.github/workflows/update_galata_references.yaml: 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.

Path Traversal: Setting static_path="/" exposed the entire server root, enabling arbitrary file reads. This is a classic misconfiguration with broad impact.
Code Execution: Allowing arbitrary script file extensions for execution without a strict allowlist enables RCE when serving untrusted directories. The fix introduced extension_language_mapping but must be consistently enforced.
Auth Bypass: Removing the author_association check allowed any user to trigger the snapshot update workflow, indicating a lack of privilege verification on CI actions.