- Berlin, Deutschland
- https://sneak.berlin
- Joined on
2020-02-05
Block a user
CRITICAL: API exposes webhook secret and SSH private key in app detail response
webhook secret is not private from the user. ssh private key should never leave the upaas instance. are you sure it isn’t sending the PUBLIC key?
BUG: SetupRequired middleware blocks /health, /s/*, and /api/* before initial setup
BUG: HandleVolumeAdd missing path validation — path traversal possible on volume creation
BUG: API delete endpoint does not stop/remove Docker container — orphaned containers
BUG: API deploy handler uses request context — deployment cancelled on client disconnect
BUG: HandleEnvVarDelete uses wrong route parameter name — env var deletion always 404s
fix: resolve 1.0 audit bugs (closes #104, #105, #106, #107, #108)
ci: add Gitea Actions workflow for make check (closes #96)
Add make check target and CI workflow
“make check” should have check-fmt and lint and test as prereqs and each should be its own makefile target.
Add deterministic file ordering in Builder.Build()
Add deterministic file ordering in Builder.Build() (closes #23)