upaas/internal
clawbot b2a25bc556 fix: resolve gosec G704 SSRF issues in notify service
Add URL validation via url.ParseRequestURI before HTTP requests.
Add #nosec annotations for config-sourced URLs (false positives).
2026-02-20 02:50:31 -08:00
..
config fix: resolve gosec G117 secret pattern lint issues 2026-02-20 02:50:31 -08:00
database fix: remove undeployed api_tokens migrations (006 + 007) 2026-02-16 00:34:02 -08:00
docker fix: resolve funcorder lint issues in docker client 2026-02-20 02:50:31 -08:00
globals Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00
handlers fix: resolve gosec G705/G703 taint analysis issues in handlers 2026-02-20 02:50:31 -08:00
healthcheck Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00
logger Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00
middleware fix: restrict CORS to configured origins (closes #40) 2026-02-19 13:45:18 -08:00
models Revert "Merge pull request 'feat: add Gitea Actions CI for make check (closes #96)' (#98) from feat/ci-make-check into main" 2026-02-19 20:36:22 -08:00
server fix: restrict CORS to configured origins (closes #40) 2026-02-19 13:45:18 -08:00
service fix: resolve gosec G704 SSRF issues in notify service 2026-02-20 02:50:31 -08:00
ssh fix: resolve gosec G117 secret pattern lint issues 2026-02-20 02:50:31 -08:00