Share
## https://sploitus.com/exploit?id=17F6C8E6-7616-5D44-A68C-255FCE024060
# eslint-plugin-nextjs-cve-2024-34351-detector

This is a simple ESLint plugin that detects the [CVE-2024-34351](https://vulners.com/cve/CVE-2024-34351) vulnerability in Next.js applications.

## Installation

```bash
npm install eslint-plugin-nextjs-cve-2024-34351-detector
```

Then extend the recommended eslint config:

```json
{
  "extends": [
    // ...
    "plugin: eslint-plugin-nextjs-cve-2024-34351-detector"
  ]
}
```