babel-traverse@6.26.0 vulnerabilities

The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes

Direct Vulnerabilities

Known vulnerabilities in the babel-traverse package. This does not include vulnerabilities belonging to this package’s dependencies.

Automatically find and fix vulnerabilities affecting your projects. Snyk scans for vulnerabilities and provides fixes for free.
Fix for free
Vulnerability Vulnerable Version
  • C
Incomplete List of Disallowed Inputs

Affected versions of this package are vulnerable to Incomplete List of Disallowed Inputs when using plugins that rely on the path.evaluate() or path.evaluateTruthy() internal Babel methods.

Note:

This is only exploitable if the attacker uses known affected plugins such as @babel/plugin-transform-runtime, @babel/preset-env when using its useBuiltIns option, and any "polyfill provider" plugin that depends on @babel/helper-define-polyfill-provider. No other plugins under the @babel/ namespace are impacted, but third-party plugins might be.

Users that only compile trusted code are not impacted.

How to fix Incomplete List of Disallowed Inputs?

There is no fixed version for babel-traverse.

*