react-rsc-vuln-scanner
Version:
CLI tool to scan projects for React Server Components vulnerabilities (CVE-2025-55182, CVE-2025-55184, CVE-2025-55183)
52 lines (50 loc) • 1.18 kB
JSON
{
"name": "react-rsc-vuln-scanner",
"version": "1.3.0",
"description": "CLI tool to scan projects for React Server Components vulnerabilities (CVE-2025-55182, CVE-2025-55184, CVE-2025-55183)",
"main": "scan-react-rsc-vuln.js",
"bin": {
"react-rsc-vuln-scanner": "./scan-react-rsc-vuln.js",
"scan-rsc-vuln": "./scan-react-rsc-vuln.js"
},
"scripts": {
"start": "node scan-react-rsc-vuln.js"
},
"keywords": [
"react",
"security",
"vulnerability",
"scanner",
"cve",
"cve-2025-55182",
"cve-2025-55183",
"cve-2025-55184",
"rsc",
"react-server-components",
"nextjs",
"audit",
"dos",
"rce"
],
"author": "burakeregar",
"license": "MIT",
"files": [
"scan-react-rsc-vuln.js",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "git+https://github.com/burakeregar/react-rsc-vuln-scanner.git"
},
"bugs": {
"url": "https://github.com/burakeregar/react-rsc-vuln-scanner/issues"
},
"homepage": "https://github.com/burakeregar/react-rsc-vuln-scanner#readme",
"engines": {
"node": ">=18.0.0"
},
"publishConfig": {
"access": "public"
}
}