Closed dan-trewin closed 6 months ago
@dan-trewin , thank you for reporting this issue.
This vulnerability advisory was withdrawn, based on the information from https://github.com/advisories/GHSA-8cp3-66vr-3r4c. npm audit
doesn't find any vulnerability in this package either.
@DmitriyKirakosyan Thanks for letting us know. Closing this issue!
Steps to Reproduce
A new critical npm vulnerability is present in npm dep
formidable
< 3.2.4: https://github.com/advisories/GHSA-8cp3-66vr-3r4c .react-native-code-push
uses a series of deps that depend onsuperagent
versions that depend onformidable
< 3.2.4Really the issue is with
code-push
andappcenter-file-upload-client
but this repo will likely need a release tooSee:
Expected Behavior
code-push
andappcenter-file-upload-client
should be updated to use a newer version ofsuperagent
that doesn't depend onformidable
< 3.2.4 thenreact-native-code-push
should in turn be updated to use the corresponding new versions so thatreact-native-code-push
doesn't contain a critical vulnActual Behavior
Current version of
react-native-code-push@8.2.2
contains a critical npm vulnFinal Notes
Just curious if your team is aware of this and working on a fix/when to expect it? Or if anyone has any workarounds in the meantime, those would be appreciated. Thanks, in advance!