Live data from Hacker News

Denial-of-Service in “qs” module (used by express, restify, hapi, +286 others)

blog.liftsecurity.io

1–4 of 4 posts

Re: Denial-of-Service in “qs” module (used by express, restify, hapi, +286 others)

#3
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.