upaas/internal
clawbot b05f8eae43 fix: resolve gosec G705/G703 taint analysis issues in handlers
- G705 XSS: #nosec on text/plain container logs write (false positive)
- G703 path traversal: #nosec on internal GetLogFilePath (false positive)
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 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
ssh fix: resolve gosec G117 secret pattern lint issues 2026-02-20 02:50:31 -08:00