v1.13.5
📦 axiosView on GitHub →
✨ 1 features🐛 3 fixes🔧 3 symbols
Summary
Release 1.13.5 addresses a critical Denial of Service vulnerability in mergeConfig and fixes a bug where the status field was missing from AxiosError objects. It also introduces input validation for isAbsoluteURL.
✨ New Features
- Add input validation to isAbsoluteURL.
🐛 Bug Fixes
- Fixed a potential Denial of Service issue involving the __proto__ key in mergeConfig.
- Resolved an issue where AxiosError could be missing the status field on and after v1.13.3.
- Fix/5657.