[Pkg-javascript-devel] Bug#959790: Bug#959784: node-fbjs: Please remove dependency to node-cross-spawn

Xavier yadd at debian.org
Tue May 5 12:50:26 BST 2020


Control: tags -1 + patch

Le 05/05/2020 à 13:36, yadd at debian.org a écrit :
> Package: node-fbjs
> Severity: important
> Control: block 958403 by -1
> 
> node-cross-spawn reimplement builtin Node.js functions
> child_process.sync and child_process.spawnSync compatible with
> Windows.
> 
> This package has also some security holes. Please patch code to
> replace `cross-spawn.spawn` by `child_process.sync` 

Succeed with:

-  spawn = require('cross-spawn'),
+  spawn = require('child_process').spawn,



More information about the Pkg-javascript-devel mailing list