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

Bump execa to resolve security vulnerability #7

Open
groenroos opened this issue Nov 18, 2024 · 0 comments
Open

Bump execa to resolve security vulnerability #7

groenroos opened this issue Nov 18, 2024 · 0 comments

Comments

@groenroos
Copy link

The 1.0.0 version of the execa dependency has a dependency for cross-spawn@^6.0.0, but this version of cross-spawn is insecure (CVE-2024-21538).

@currents/[email protected] requires cross-spawn@^6.0.0 via [email protected]
No patched version available for cross-spawn

The vulnerability is fixed in [email protected]. Later versions of execa do call for cross-spawn@^7.0.3, which could resolve to 7.0.5.

Thus, this project's dependency on execa should be bumped to at least the earliest version that allows for [email protected] to be installed. The earliest version of execa that calls for cross-spawn@^7.0.0 is execa@^3.0.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant