Skip to content

1.8.37

Latest

Choose a tag to compare

@hansott hansott released this 17 Aug 13:04
· 76 commits to main since this release
Immutable release. Only release title and notes can be modified.
dfec364
  • Fix missing cookies on AWS Lambda when using API Gateway v2, which moves the Cookie header into a separate cookies array
  • Improve NoSQL injection detection for mongoose queries 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 of runtime.aikido.dev for the realtime config connection
  • Fix process.getBuiltinModule to match Node.js: returns undefined for unknown modules instead of throwing, and falls back to the original module if Zen fails to instrument it