upaas/templates
clawbot 1417a87dff fix: sanitize container log output and fix lint issues
- Update nolint comment on log streaming to accurately describe why
  gosec is suppressed (text/plain Content-Type, not HTML)
- Replace <script type="text/plain"> with data attribute for initial
  logs to prevent </script> breakout from attacker-controlled log data
- Move RemoveImage before unexported methods (funcorder)
- Fix file permissions in test (gosec G306)
- Rename unused parameters in export_test.go (revive)
- Add required blank line before assignment (wsl)
2026-02-20 02:51:55 -08:00
..
app_detail.html Merge branch 'main' into feature/edit-config-entities 2026-02-16 09:28:30 +01:00
app_edit.html Add CSRF protection to state-changing POST endpoints 2026-02-15 14:17:55 -08:00
app_new.html Add CSRF protection to state-changing POST endpoints 2026-02-15 14:17:55 -08:00
base.html Add CSRF protection to state-changing POST endpoints 2026-02-15 14:17:55 -08:00
dashboard.html Add CSRF protection to state-changing POST endpoints 2026-02-15 14:17:55 -08:00
deployments.html fix: sanitize container log output and fix lint issues 2026-02-20 02:51:55 -08:00
login.html Add CSRF protection to state-changing POST endpoints 2026-02-15 14:17:55 -08:00
setup.html Add CSRF protection to state-changing POST endpoints 2026-02-15 14:17:55 -08:00
templates.go Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00