{
  "vulnerable_attempts": [
    true,
    true
  ],
  "fixed_attempts": [
    true,
    true
  ],
  "details": {
    "vulnerable_attempt1": {
      "healthcheck_200": true,
      "park_observed_seconds": true,
      "worker_parked": true,
      "worker_same_pid_at_start_and_end": true,
      "parked_socket_silent": true,
      "midpark_legit_200": true,
      "exhaustion_pool_full_observed": true,
      "exhaustion_wave_delivered": true,
      "exhausted_census_pool_full": true,
      "legit_denied_after_exhaustion": true,
      "legit_denied_firstline": "HTTP/1.1 503 Service Unavailable",
      "legit_still_denied_after_wait": true,
      "server_recovers_after_attacker_disconnect": true
    },
    "vulnerable_attempt2": {
      "healthcheck_200": true,
      "park_observed_seconds": true,
      "worker_parked": true,
      "worker_same_pid_at_start_and_end": true,
      "parked_socket_silent": true,
      "midpark_legit_200": true,
      "exhaustion_pool_full_observed": true,
      "exhaustion_wave_delivered": true,
      "exhausted_census_pool_full": true,
      "legit_denied_after_exhaustion": true,
      "legit_denied_firstline": "HTTP/1.1 503 Service Unavailable",
      "legit_still_denied_after_wait": true,
      "server_recovers_after_attacker_disconnect": true
    },
    "fixed_attempt1": {
      "healthcheck_200": true,
      "bad_chunk_gets_400": true,
      "connection_closed_by_server": true,
      "worker_reclaimed_census_0": true,
      "exhaustion_cannot_deny_service": true,
      "legit_still_200_after_wait": true
    },
    "fixed_attempt2": {
      "healthcheck_200": true,
      "bad_chunk_gets_400": true,
      "connection_closed_by_server": true,
      "worker_reclaimed_census_0": true,
      "exhaustion_cannot_deny_service": true,
      "legit_still_200_after_wait": true
    }
  },
  "pass": true
}