Your reviewer comments.
Hyrax ships the fix.
billing-api · PR #847
reviewer
✓
looks good, ship it
Hyrax
CRITICAL · SQL injection
src/api/search.ts:38
- WHERE name = '" + input + "'
+ WHERE name = $1 // parameterized
✓
Fixed. PR open, tests passing.
HYRAX
Find. Fix. Ship. Close.
hyrax.dev
Idea 2 — comments vs fixes
Your reviewer said LGTM.
Hyrax found the bug.
Reviewer
LGTM
and moved on.
Hyrax
CRITICAL
SQL injection in search
HIGH
No rate limit on login
MEDIUM
N+1 query in resolver
HYRAX
Find. Fix. Ship. Close.
hyrax.dev
Idea 1 — LGTM vs found