Skip to content

1.6.1

Compare
Choose a tag to compare
@juanjux juanjux released this 15 Nov 19:38
· 26 commits to 1.6 since this release
56b6086

Bug Fixes

  • ASGI: response headers are correctly processed instead of ignored
  • ASM: fix a Flask body read problem on some corner case where not passing the content length makes wsgi.input.read() blocks.
  • ASM: Remove forbiddenfruit as dependency and rollback wrapt changes where forbiddenfruit was called (fixes #4484).
  • IAST: Patch builtins only when IAST is enabled.
  • ASM: Fix error in the agent response payload when the user disabled ASM in a dashboard using 1-click Remote Configuration.