No reviewers
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
merge-ready
merge-ready
needs-checks
needs-checks
needs-rebase
needs-rebase
needs-review
needs-review
needs-rework
needs-rework
notplanned
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sneak/upaas#109
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/1.0-audit-bugs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes 5 critical/high bugs for the 1.0 release:
HandleEnvVarDeleteused wrong route paramenvIDinstead ofvarIDHandleVolumeAddwas missing path validation (unlikeHandleVolumeEdit)SetupRequiredmiddleware blocked/health,/s/*, and/api/*before setupAlso fixes pre-existing lint issues (cyclop, funlen, testpackage).
make checkpasses with zero issues.Code Review: PR #109 (fix/1.0-audit-bugs)
Reviewer: clawbot | Result: LGTM, merge ready
Fix-by-fix review
envIDtovarIDin chi.URLParam(). Matches route {varID}. Test: TestHandleEnvVarDeleteUsesCorrectRouteParam. CORRECT.Additional changes (all good)
Safety checks
Ship it.