astro@5.15.8
📦 astroView on GitHub →
✨ 1 features🐛 1 fixes🔧 2 symbols
Summary
This patch release focuses on security enhancements, specifically encrypting Server Islands slots and normalizing URL-encoded paths in middleware to prevent bypasses.
✨ New Features
- Enhanced security for Server Islands slots by encrypting them before transmission to the browser, preventing injection attacks and ensuring content integrity.
🐛 Bug Fixes
- Fixed middleware pathname matching by normalizing URL-encoded paths (e.g., decoding /%61dmin to /admin) to prevent security bypasses.
🔧 Affected Symbols
Server IslandsMiddleware