auth0 / auth0.js

Auth0 headless browser sdk
MIT License
987 stars 492 forks source link

Critical vulnerability in superagent dependency. #1424

Closed Twipped closed 4 months ago

Twipped commented 4 months ago

Checklist

Description

A new critical vulnerability was announced today in formidable 2.x, which is a dependency of superagent 7 and 8. Superagent needs to be updated to version 9 to get the new version of formidable which does not have this vulnerability.

See:

Reproduction

Run npm audit with auth0-js installed.

Additional context

No response

auth0-js version

9.24.1

Which browsers have you tested in?

Other

laurence-myers commented 4 months ago

The CVE has been withdrawn, so npm audit is no longer failing.

https://github.com/advisories/GHSA-8cp3-66vr-3r4c

stevehobbsdev commented 4 months ago

Thanks @laurence-myers, was just about to comment the same thing. Thanks for raising @in15!

Twipped commented 4 months ago

@stevehobbsdev might I suggest the project should still update to the latest superagent, anyway? Two major versions is a notable lag.