Versions of axios prior to 0.18.1 are vulnerable to Denial of Service. If a request exceeds the maxContentLength property, the package prints an error but does not stop the request. This may cause high CPU usage and lead to Denial of Service.
Axios NPM package 0.21.0 contains a Server-Side Request Forgery (SSRF) vulnerability where an attacker is able to bypass a proxy by providing a URL that responds with a redirect to a restricted host or IP address.
This PR contains the following updates:
0.15.3
->0.21.2
GitHub Vulnerability Alerts
CVE-2019-10742
Versions of
axios
prior to 0.18.1 are vulnerable to Denial of Service. If a request exceeds themaxContentLength
property, the package prints an error but does not stop the request. This may cause high CPU usage and lead to Denial of Service.Recommendation
Upgrade to 0.18.1 or later.
CVE-2020-28168
Axios NPM package 0.21.0 contains a Server-Side Request Forgery (SSRF) vulnerability where an attacker is able to bypass a proxy by providing a URL that responds with a redirect to a restricted host or IP address.
CVE-2021-3749
axios is vulnerable to Inefficient Regular Expression Complexity
Configuration
📅 Schedule: "" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.