12446f9f79
fix: change module path to sneak.berlin/go/upaas ( closes #143 ) ( #149 )
...
Changes the Go module path from `git.eeqj.de/sneak/upaas` to `sneak.berlin/go/upaas`.
All import paths in Go files updated accordingly. `go mod tidy` and `make check` pass cleanly.
fixes #143
Co-authored-by: user <user@Mac.lan guest wan>
Co-authored-by: Jeffrey Paul <sneak@noreply.example.org >
Reviewed-on: sneak/upaas#149
Co-authored-by: clawbot <clawbot@noreply.example.org >
Co-committed-by: clawbot <clawbot@noreply.example.org >
2026-03-01 23:22:18 +01:00
clawbot
327d7fb982
fix: resolve lint issues in handlers and middleware
2026-02-20 03:35:44 -08:00
clawbot
a2087f4898
fix: restrict SCP-like URLs to git user only and reject path traversal
...
- Changed SCP regex to only accept 'git' as the username
- Added path traversal check: reject URLs containing '..'
- Added test cases for non-git users and path traversal
2026-02-20 02:51:38 -08:00
clawbot
a2fb42520d
fix: validate repo URL format on app creation ( closes #88 )
2026-02-20 02:51:38 -08:00