You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@babel/core depends on vulnerable versions of semver.
Babel uses Semver v6 for backwards compatibility. It's fixed in v7.
We are currently waiting on a backport of the fix to v6.
So is babel and vscode.
Note that this currently is not a problem but rather just an inconvenience.
The vulnerability takes effect when user input is passed to semver, which babel does not do.
The text was updated successfully, but these errors were encountered:
@babel/core
depends on vulnerable versions ofsemver
.Babel uses Semver v6 for backwards compatibility. It's fixed in v7.
We are currently waiting on a backport of the fix to v6.
So is babel and vscode.
See here:
npm/node-semver#564 (comment)
babel/babel#15720 (comment)
Links to audits, CVE, etc.:
GHSA-c2qf-rxjj-qqgw
https://nvd.nist.gov/vuln/detail/CVE-2022-25883
Note that this currently is not a problem but rather just an inconvenience.
The vulnerability takes effect when user input is passed to
semver
, which babel does not do.The text was updated successfully, but these errors were encountered: