MQL5-Google-Onedrive/.jules
google-labs-jules[bot] c9dc0fd8f6 🛡️ Sentinel: Fix information leakage in web dashboard
Modified `scripts/web_dashboard.py` to:
- Catch all exceptions in the dashboard route.
- Log exceptions securely using `logging` instead of printing to stdout.
- Return a generic "Internal Server Error" message (500) instead of the raw exception string.

This prevents internal implementation details (e.g., file paths, database errors) from being exposed to the user.

Added `test_error_leakage` to `scripts/test_web_dashboard.py` to verify the fix and prevent regressions.
2026-02-10 11:34:39 +00:00
..
bolt.md Optimize branch analysis in PR review script 2026-02-09 05:06:55 +00:00
deploy.yml Merge feature branch, cleanup dependencies, and sanitize credentials 2026-01-28 10:24:13 +00:00
palette.md 🎨 Palette: Add skip-to-content link for accessibility 2026-02-08 11:20:56 +00:00
sentinel.md 🛡️ Sentinel: Fix information leakage in web dashboard 2026-02-10 11:34:39 +00:00