Skip to content
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

fix(security): fix proxy-Authorization header security issue #3383

Merged
merged 2 commits into from
Feb 22, 2024

Conversation

char0n
Copy link
Member

@char0n char0n commented Feb 22, 2024

Refs #3382
Refs nodejs/undici#2521

Swagger-client Fetch API support in Node.js environment has moved from this:

>=12.20.0 <16.8 - [node-fetch@3](https://www.npmjs.com/package/node-fetch)
>=16.8 <18 - [undici](https://www.npmjs.com/package/undici)
>=18 - [native Node.js fetch](https://nodejs.org/dist/latest-v18.x/docs/api/globals.html#fetch)

to the following

>=12.20.0 <18 - [node-fetch@3](https://www.npmjs.com/package/node-fetch)
>=18 - [native Node.js fetch](https://nodejs.org/dist/latest-v18.x/docs/api/globals.html#fetch)

@char0n char0n self-assigned this Feb 22, 2024
@char0n char0n added version: 3.x cat: security security vulnerability Security vulnerability detected by WhiteSource security fix Security fix generated by WhiteSource labels Feb 22, 2024
@char0n char0n merged commit 649ab4b into master Feb 22, 2024
5 checks passed
@char0n char0n deleted the char0n/3382 branch February 22, 2024 10:58
@char0n char0n mentioned this pull request Feb 22, 2024
swagger-bot pushed a commit that referenced this pull request Feb 22, 2024
## [3.25.2](v3.25.1...v3.25.2) (2024-02-22)

### Bug Fixes

* **security:** fix proxy-Authorization header security issue ([#3383](#3383)) ([649ab4b](649ab4b)), closes [#3382](#3382)
@swagger-bot
Copy link
Contributor

🎉 This PR is included in version 3.25.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cat: security released security fix Security fix generated by WhiteSource security vulnerability Security vulnerability detected by WhiteSource version: 3.x
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants