is-my-node-vulnerable

package that checks if your Node.js installation is vulnerable to known security vulnerabilities

MIT License

Downloads
297
Stars
125
Committers
5

Bot releases are visible (Hide)

is-my-node-vulnerable - v1.5.0 Latest Release

Published by RafaelGSS about 1 month ago

What's Changed

Full Changelog: https://github.com/RafaelGSS/is-my-node-vulnerable/compare/v1.4.1...v1.5.0

is-my-node-vulnerable - v1.4.1

Published by RafaelGSS 5 months ago

is-my-node-vulnerable - v1.4.0

Published by RafaelGSS 5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/RafaelGSS/is-my-node-vulnerable/compare/v1.3.0...v1.4.0

is-my-node-vulnerable - v1.3.0

Published by RafaelGSS over 1 year ago

What's Changed

Full Changelog: https://github.com/RafaelGSS/is-my-node-vulnerable/compare/v1.2.0...v1.3.0

is-my-node-vulnerable - v1.2.0

Published by RafaelGSS over 1 year ago

What's Changed

Github Action capabilities 🎉

Example:

  • Passing for Node.js 18.14.1, Node.js Vulnerabilities (PASS)
  • Failing for Node.js 8.0.0, Node.js Vulnerabilities (FAIL)

Using it

name: "Node.js Vulnerabilities"
on: 
  schedule:
    - cron: "0 0 * * *"
jobs:
  is-my-node-vulnerable:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - name: Check Node.js
        uses: RafaelGSS/[email protected]
        with:
          node-version: "18.14.1"

New Contributors

Full Changelog: https://github.com/RafaelGSS/is-my-node-vulnerable/compare/v1.1.0...v1.2.0

is-my-node-vulnerable - v1.1.0

Published by RafaelGSS over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/RafaelGSS/is-my-node-vulnerable/compare/v1.0.0...v1.1.0

is-my-node-vulnerable -

Published by RafaelGSS over 1 year ago

Worried about the security of your Node.js installation? This package is here to help!

It checks for known vulnerabilities by comparing your installed version to the Node.js Security Database and alerts you if any are found. Try it with:

$ npx is-my-node-vulnerable

Including it in your CI might be a good fit :)

is-my-node-vulnerable - v1.0.0-2

Published by RafaelGSS over 1 year ago

is-my-node-vulnerable - v1.0.0-0

Published by RafaelGSS over 1 year ago