Hacker News new | ask | show | jobs
Denial-of-Service in “qs” module (used by express, restify, hapi, +286 others) (blog.liftsecurity.io)
14 points by HenrikJoreteg 4335 days ago
3 comments

How to check for this vulnerability in your app:

  > npm install -g nsp
  > nsp audit-package // Run in the same dir as your package.json
This will also report any other vulnerabilities, in addition to the "qs" vulnerability.
Great find, looks like this has already been patched in node-restify v2.8.1.