mirror of
https://github.com/tenrok/axios.git
synced 2026-05-15 11:59:42 +03:00
945435fc51
* fix(node): enforce maxContentLength for data: URLs (pre-decode size check)- CVE-2025-58754 * feat(utils): add estimateDataURLDecodedBytes helper and fix duplicate condition in base64 padding check * feat: add estimateDataURLDecodedBytes helper with tests