{
  "fixture": true,
  "probes": [{ "table": "bookings", "rows": 1, "fixture": true }],
  "findings": [
    {
      "id": "rls-off",
      "table": "bookings",
      "severity": "high",
      "sentence": "Anyone with your public key can read and change every row in bookings.",
      "evidence": {
        "rls_enabled": false,
        "policy": "none"
      }
    }
  ],
  "columns": [
    {
      "table_name": "bookings",
      "column_name": "user_id",
      "data_type": "uuid"
    }
  ]
}
