Skip to content

Pull requests: honojs/hono

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

fix(jwt): prevent memory leak by avoiding mutation of options object
#4759 opened Feb 23, 2026 by EdamAme-x Loading…
3 tasks done
fix(accept): replace regex split to mitigate ReDoS
#4758 opened Feb 23, 2026 by EdamAme-x Loading…
3 tasks done
fix(jwt): use Math.floor instead of bitwise OR for safe timestamp
#4754 opened Feb 22, 2026 by EdamAme-x Loading…
3 tasks done
fix(validator): prevent type diff bug in form data parsing
#4753 opened Feb 22, 2026 by EdamAme-x Loading…
3 tasks done
fix(jwt): validate token format in decode and decodeHeader functions
#4752 opened Feb 22, 2026 by otoneko1102 Loading…
4 tasks done
feat(middleware): add Method Not Allowed middleware
#4751 opened Feb 22, 2026 by rokasta12 Loading…
7 tasks done
Fix type issue in aws-lambda handler
#4738 opened Feb 21, 2026 by luojiyin1987 Loading…
perf(middleware): optimize route-check with WeakMap cache
#4714 opened Feb 11, 2026 by BelovedYaoo Loading…
4 tasks done
fix(validator): prevent null pointer dereference in query validation
#4706 opened Feb 10, 2026 by RoyRoki Loading…
2 of 3 tasks
fix(jwt): throw verification errors immediately instead of swallowing
#4705 opened Feb 10, 2026 by RoyRoki Loading…
2 of 3 tasks
fix(jwt): validate Bearer scheme to prevent auth bypass
#4704 opened Feb 10, 2026 by RoyRoki Loading…
1 of 2 tasks
refactor(lambda): simplify streaming handler and remove type workaround
#4656 opened Jan 30, 2026 by albidoo Loading…
2 of 4 tasks
test(netlify): add handler tests
#4647 opened Jan 24, 2026 by rokasta12 Loading…
3 of 4 tasks
ProTip! Exclude everything labeled bug with -label:bug.