Skip to content

v1.11.3: Fixed error when trimming response to protect against JSON vulnerabil…

Compare
Choose a tag to compare
@jonsamwell jonsamwell released this 26 Aug 22:21
· 12 commits to master since this release

Fixed error when trimming response to protect against JSON vulnerability error (pr by @magarcia https://github.com/magarcia)
Use encodeURI to process query strings with spaces and other such characters in default http adapter. (pr by https://github.com/tiwariarvin)