1.8.38-beta.1
Pre-release
Pre-release
·
10 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
- Add support for tRPC 11.x
- Add support for
@prisma/adapter-better-sqlite37.x - Add
Zen.bypassRequest()to bypass Zen protection for a single request, based on your own custom logic - Catch more SSRF attacks hidden in redirects, like a
Location: //evil-host/pathheader - Show which table needs a tenant ID in IDOR protection error messages
- Don't require a tenant ID for queries that only touch excluded tables
- Detect SQL injection and enforce IDOR protection in
mysqlqueries built withmysql.createQuery() - Support
fastifyroute hooks passed as arrays, e.g.preHandler: [fn1, fn2] - Add path traversal protection for the new Zip API in
node:zlib(Node.js 26.8+) - Fix a harmless debug-mode warning logged on older
honoversions that don't support HTTP's newerQUERYmethod yet - Speed up matching against IP allow/block lists (Geo, Known Threat Actors, Tor) with a faster, native implementation
- Guard against repeated config fetches when realtime updates arrive too quickly