4837 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / package.json JSON
{
  "name": "poc",
  "version": "1.0.0",
  "description": "PoC of CVE-2024-33883",
  "main": "index.js",
  "scripts": {
    "start": "node app.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Your Name",
  "license": "ISC",
  "dependencies": {
    "body-parser": "^1.20.0",
    "ejs": "3.1.9",
    "express": "^4.18.1",
    "morgan": "^1.10.0"
  }
}