·
76 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
- Fix missing cookies on AWS Lambda when using API Gateway v2, which moves the
Cookieheader into a separatecookiesarray - Improve NoSQL injection detection for
mongoosequeries where mongoose casts or rewrites the filter before it reaches the MongoDB driver - Use
guard.aikido.dev(or your region's endpoint, e.g.guard.us.aikido.dev) instead ofruntime.aikido.devfor the realtime config connection - Fix
process.getBuiltinModuleto match Node.js: returnsundefinedfor unknown modules instead of throwing, and falls back to the original module if Zen fails to instrument it