-
-
Notifications
You must be signed in to change notification settings - Fork 11.5k
Backport maxContentLength vulnerability fix to v0.x
#7034
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backport maxContentLength vulnerability fix to v0.x
#7034
Conversation
|
Thanks @FeBe95 for the fix! Will there be a release in npm for this? |
|
@jasonsaayman Is there any forecast for the new release tag 0.30.2? |
|
Looks like the latest CI build on the 0.x branch failed after this was merged: https://github.com/axios/axios/actions/runs/17768941147 |
|
@tstackhouse Yes, this CI run failed, but only due to some code style rule violations. This shouldn't prevent the maintainers from releasing a new 0.x version. |
|
i will try get to the release today, sorry its quite a manual process which i will try improve |
|
Update: The GitHub Advisory Database was updated to reflect the affected versions. It now lists
Note Unfortunately, the npm registry hasn't caught up yet, so curl -s https://registry.npmjs.org/-/npm/v1/security/advisories/bulk --json '{"axios": ["0.30.2"]}'{
"axios": [
{
"id": 1107599,
"url": "https://github.com/advisories/GHSA-4hjh-wcwx-xvwj",
"title": "Axios is vulnerable to DoS attack through lack of data size check",
"severity": "high",
"vulnerable_versions": "<1.12.0",
"cwe": [
"CWE-770"
],
"cvss": {
"score": 7.5,
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
}
]
} |
|
One final update on this: The NPM registry has been updated. If you have version |
Backports fix for GHSA-4hjh-wcwx-xvwj on v1.x (#7011) to v0.x.