Commit 6a88c6b
committed
docs: honor the is_issued attestation contract in the README mint example (Sentry/CodeRabbit)
mint_diagnostic_attestation can return BLOCKED/UNVERIFIABLE with
token=None (e.g. crypto unavailable). The example now checks .is_issued
and raises before to_verification_context, mirroring qwed-verification's
documented caller contract instead of silently degrading to
UNVERIFIABLE/DENY. Re-verified runnable end-to-end.1 parent 4c2e90f commit 6a88c6b
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
237 | 240 | | |
238 | 241 | | |
239 | 242 | | |
| |||
0 commit comments