connect-static-expiry icon indicating copy to clipboard operation
connect-static-expiry copied to clipboard

NPM Audit reveals high vulnerability in static expiry

Open SamBroner opened this issue 6 years ago • 5 comments

NPM audit reveals high vulnerability issues in dependency. This is fixable by revving fresh to 0.5.2

┌───────────────┬──────────────────────────────────────────────────────────────┐ │ High │ Regular Expression Denial of Service │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ fresh │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >= 0.5.2 │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ static-expiry │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ static-expiry > fresh │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://nodesecurity.io/advisories/526 │ └───────────────┴──────────────────────────────────────────────────────────────┘

SamBroner avatar May 27 '18 15:05 SamBroner

Thanks @SamBroner. I've pushed a commit to fix this. I don't think I have npm publishing permissions, though, so @paulwalker's gonna have to take care of that.

ethanresnick avatar May 27 '18 19:05 ethanresnick

@paulwalker

Mihailoff avatar Jul 16 '18 00:07 Mihailoff

@paulwalker getting this update published would be very useful, thanks

plavski avatar Oct 25 '18 08:10 plavski

Thank you @ethanresnick for fixing this problem! @paulwalker it would be awesome if you could find time to publish a new version to npm registry with vulnerability issue fixed.

Thank you in advance

apolunin avatar Dec 25 '18 16:12 apolunin

You could still install the static-expiry version with the security fix by installing it directly from github using the commit version: npm install paulwalker/connect-static-expiry#2bac82d. Not as flexible as relying on semver, but it's a decent workaround while the commit gets tagged and published to npm.

jorgecolonconsulting avatar Mar 02 '19 04:03 jorgecolonconsulting