sindresorhus / gulp-zip

ZIP compress files
MIT License
270 stars 47 forks source link

gulp-zip breaks nsp #89

Closed jakubzitny closed 7 years ago

jakubzitny commented 7 years ago

Hi there,

we've recently added gulp-zip to our dev deps and Node Security (nsp) started failing on 404. This is probably not related to any vulnerability in this package, but I am reporting this here as well if anyone has any info on that.

> nsp check
(+) Debug output: "404 page not found\n"
(+) Error: Got an invalid response from Node Security, please email the above debug output to support@nodesecurity.io

Related issue at nsp: https://github.com/nodesecurity/nsp/issues/154.

jakubzitny commented 7 years ago

This was indeed a nsp issue and seems to have been fixed -> https://github.com/nodesecurity/nsp/issues/155. Closing.