-
-
Notifications
You must be signed in to change notification settings - Fork 945
Pull requests: honojs/hono
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
perf(aws-lambda): optimize header parsing to reduce micro-allocations
#4762
opened Feb 23, 2026 by
fcarvajalbrown
Loading…
refactor(types): add internal symbol for schema inference
#4760
opened Feb 23, 2026 by
BarryThePenguin
•
Draft
4 tasks
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: throw TypeError for non-JSON-serializable values in c.json()
#4756
opened Feb 23, 2026 by
veeceey
Loading…
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(bearer-auth): escape regex metacharacters in bearer auth prefix option
#4750
opened Feb 22, 2026 by
otoneko1102
Loading…
4 tasks done
test(cloudflare-workers): add comprehensive tests for websocket and conninfo adapters
#4748
opened Feb 22, 2026 by
rokasta12
Loading…
5 tasks done
test(lambda-edge): expand handler unit tests for createRequest, createResult, and env bindings
#4747
opened Feb 21, 2026 by
rokasta12
Loading…
test(aws-lambda): expand handler unit tests for processors and createResult
#4744
opened Feb 21, 2026 by
rokasta12
Loading…
3 of 4 tasks
improve: enhance readability and maintainability of http-status
#4741
opened Feb 21, 2026 by
luojiyin1987
Loading…
fix: improve cookie compatibility by adding expires to deleteCookie
#4739
opened Feb 21, 2026 by
luojiyin1987
Loading…
fix(request): return string | undefined from param() when path type is any
#4723
opened Feb 16, 2026 by
andrewdamelio
Loading…
4 tasks
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
Previous Next
ProTip!
Exclude everything labeled
bug with -label:bug.