0
0
mirror of https://github.com/honojs/hono.git synced 2024-12-01 10:51:01 +00:00
hono/deno_dist/utils
Yusuke Wada 77b7ac7fe7
fix(utils/filepath): allow .. in filename (#1272)
* fix(utils/filepath): allow `..` in filename

* denoify

* support `./foo../bar.txt`

* denoify

* add tests

---

Co-authored-by: Taku Amano <taku@taaas.jp>
2023-07-27 11:43:42 +09:00
..
jwt feat(jwt): support for getting payload from c.get('jwtPayload') (#1025) 2023-03-31 18:39:26 +09:00
body.ts fix: application/x-www-form-urlencoded decoding (#1189) 2023-06-21 22:51:59 +09:00
buffer.ts chore: denoify 2023-01-19 22:45:25 +09:00
cookie.ts fix(utils/cookie): allow 0 to maxAge (#1196) 2023-06-23 17:33:20 +09:00
crypto.ts refactor: support new @cloudflare/worker-types (#673) 2022-11-23 07:27:42 +09:00
encode.ts fix: avoid range-error (#1168) 2023-06-07 21:54:49 +09:00
filepath.ts fix(utils/filepath): allow .. in filename (#1272) 2023-07-27 11:43:42 +09:00
html.ts fix(jsx): escapeToBuffer vulnerability (#1266) 2023-07-26 23:12:25 +09:00
http-status.ts feat(utils): remove HTTP status messages from http-status.ts (#1037) 2023-04-28 12:10:20 +09:00
mime.ts Rename runtime keys (#850) 2023-01-29 14:47:35 +09:00
types.ts feat: Allow context.jsonT to take interface as an argument (#1162) 2023-06-06 10:23:09 +09:00
url.ts fix(mount): include query params (#1224) 2023-07-08 18:25:50 +09:00