Skip to content

Releases: RafaelGSS/is-my-node-vulnerable

v1.3.0

21 Mar 17:49
Compare
Choose a tag to compare

What's Changed

  • feat: added platform validation by @UlisesGascon in #12
    npx is-my-node-vulnerable now checks if the public CVE affects your operating system

Full Changelog: v1.2.0...v1.3.0

v1.2.0

21 Feb 12:56
Compare
Choose a tag to compare

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/is-my-node-vulnerable@v1.2.0
        with:
          node-version: "18.14.1"

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

30 Jan 22:18
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

26 Jan 01:09
Compare
Choose a tag to compare

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 :)

v1.0.0-2

25 Jan 03:28
Compare
Choose a tag to compare
v1.0.0-2 Pre-release
Pre-release

Full Changelog: v1.0.0-0...v1.0.0-2

v1.0.0-0

25 Jan 03:17
Compare
Choose a tag to compare