{
  "id": "gate/deny-comment-between",
  "regime": "conformance",
  "profile": "GACS-E1",
  "claim": "table-policy",
  "harness": "query",
  "policy": "policies/sql-gate.json",
  "query": "SELECT id FROM /* join */ public.secrets",
  "rationale": "A table that is denied (or not allowed) is refused, including through alias, join, CTE, subquery, quoting, and comments.",
  "doesNotTest": "Database-role grants; information_schema contents; dialects other than the postgres spelling used here.",
  "sourceVector": "test-vectors/sql-gate/vectors.json#deny-comment-between",
  "expect": "deny"
}
