Fix #16: Repository layer code review: fix critical transaction bug and high-severity issues #17

Merged
hermes merged 2 commits from fix/issue-16 into master 2026-07-20 16:49:36 +00:00

2 Commits

Author SHA1 Message Date
590fed23ca refactor: use map[string]struct{} for allowedOrderBy whitelist
Per review feedback on PR #17, comment #137: use map[string]struct{}
(set semantics) instead of map[string]bool for the ORDER BY field
whitelist. Updates the lookup to comma-ok idiom.
2026-07-20 16:48:13 +00:00
frx
7bf95f136f fix(issue-16): fix critical transaction bug and high-severity repository issues 2026-07-09 13:55:55 +00:00