5465 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / docker-compose.yaml YAML
services:
  nezha-vuln:
    image: ghcr.io/nezhahq/nezha:v1.14.14
    container_name: nezha-vuln
    restart: unless-stopped
    ports:
      - "8008:8008"
    volumes:
      - ./data/vuln:/dashboard/data

  nezha-patched:
    build:
      context: .
      dockerfile: Dockerfile.patched
    container_name: nezha-patched
    restart: unless-stopped
    ports:
      - "8009:8008"
    volumes:
      - ./data/patched:/dashboard/data