4837 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / collection.json JSON
[
    {
      "model": "vuln.Collection",
      "pk": 1,
      "fields": {
        "name": "Example 1",
        "detail": {
            "title": "title 1",
            "author": "vulhub",
            "tags": ["python", "django"],
            "content": "..."
        }
      }
    },
    {
      "model": "vuln.Collection",
      "pk": 2,
      "fields": {
        "name": "Example 2",
        "detail": {
            "title": "title 2",
            "author": "vulhub",
            "tags": ["python"],
            "content": "..."
        }
      }
    }
  ]