1.0.1 • Published 1 month ago

eslint-plugin-nextjs-venerability-checker v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 month ago

eslint-plugin-nextjs-venerability-checker

This plugin is used to check for vulnerabilities in the nextjs project.

Installation

pnpm install eslint-plugin-nextjs-venerability-checker

Usage

You can Add this plugin to default nextjs eslint configuration.

{
    "extends": "next",
    "plugins": [
        "nextjs-venerability-checker"
    ],
    "rules": {
        "nextjs-venerability-checker/<CVE-code>": "error"
    }
}

Supported CVEs

1.0.1

1 month ago

1.0.0

1 month ago