{
  "test1_vulnerable_normal": {
    "version": "v2.0.1",
    "scenario": "normal cross-origin PUT without CSRF token",
    "http_status": "200",
    "file_created": true
  },
  "test2_fixed_normal": {
    "version": "v2.0.2",
    "scenario": "normal cross-origin PUT without CSRF token",
    "http_status": "403",
    "file_created": false
  },
  "test3_fixed_bypass": {
    "version": "v2.0.2",
    "scenario": "DNS rebinding PUT with matching Host and Origin",
    "http_status": "200",
    "file_created": true
  },
  "test4_latest_bypass": {
    "version": "origin/main",
    "scenario": "DNS rebinding PUT with matching Host and Origin",
    "http_status": "200",
    "file_created": true
  }
}
