-
Notifications
You must be signed in to change notification settings - Fork 37
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
CVE-2022-0235 - node-fetch (peer dependency via isomorphic-fetch) #213
Comments
I'm attempting to leverage the Prioritizing fix for this would be much appreciated! |
My PR #214 should address this issue |
Resolved by 7d87bb4 |
Should it make the package version bumped to 22.3.1? |
Resolved in 22.5.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CVE-2022-0235
Versions of the
node-fetch
package lower than 2.6.7 are potentially vulnerable to exposure of sensitive information to an unauthorized actor (see GHSA-r683-j2x4-v87g)The
node-fetch
package is a peer dependency of theAvatax-REST-V2-JS-SDK
package via theisomorphic-fetch
package:AvaTax-REST-V2-JS-SDK/package.json
Line 26 in 475c6a6
AvaTax-REST-V2-JS-SDK/yarn.lock
Lines 1656 to 1661 in 475c6a6
Overriding
node-fetch
to a safe version is not currently an optionTesting with
node-fetch
version2.6.7
, the following TypeError is encounteredTypeError: Cannot read properties of undefined (reading 'content-type')
handling responses here:AvaTax-REST-V2-JS-SDK/lib/AvaTaxClient.js
Lines 88 to 89 in 475c6a6
Would it be possible to prioritize a fix for this vulnerability?
The text was updated successfully, but these errors were encountered: