gotwarlost / istanbul

Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests and browser tests. Built for scale.
Other
8.7k stars 786 forks source link

Fixing security issues #921

Open ralic opened 4 years ago

ralic commented 4 years ago

Before

found 66 vulnerabilities (21 low, 17 moderate, 27 high, 1 critical) in 1057 scanned packages
  run `npm audit fix` to fix 57 of them.
  1 vulnerability requires semver-major dependency updates.
  8 vulnerabilities require manual review. See the full report for details.

After

                       === npm audit security report ===

found 0 vulnerabilities
 in 767 scanned packages
coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 97.523% when pulling 7d87649aa1fb13420b2cda45b9f1c422b70af9eb on SaferNodeJS:master into bc84c315271a5dd4d39bcefc5925cfb61a3d174a on gotwarlost:master.

ralic commented 4 years ago

Anyone here ?