| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| astro@5.16.3 source code.tar.gz | 2025-11-29 | 43.4 MB | |
| astro@5.16.3 source code.zip | 2025-11-29 | 46.4 MB | |
| README.md | 2025-11-29 | 814 Bytes | |
| Totals: 3 Items | 89.9 MB | 0 | |
Patch Changes
-
#14889
4bceeb0Thanks @florian-lefebvre! - Fixes actions types when using specific TypeScript configurations -
#14929
e0f277dThanks @matthewp! - Fixes authentication bypass via double URL encoding in middlewarePrevents attackers from bypassing path-based authentication checks using multi-level URL encoding (e.g.,
/%2561dmininstead of/%61dmin). Pathnames are now validated after decoding to ensure no additional encoding remains.