Testing continuation cursors after the requesting identity changes
この記事はまだ日本語では提供されていません。原文を表示しています。
Check the application’s visibility policy when a continuation cursor is reused under a different principal. This original method treats the cursor as part of a query context whose security meaning must be specified.
Goal
Check the application’s visibility policy when a continuation cursor is reused under a different principal. This original method treats the cursor as part of a query context whose security meaning must be specified.
Prerequisites
Create a paginated synthetic collection with records visible to different accounts. Define whether cursors are reusable across callers and whether each page must evaluate the current caller’s visibility independently.
Steps
-
Fetch an initial page as the permitted account and follow its continuation normally. Confirm that the fixture spans multiple pages and that the expected records actually appear.
-
Use the same continuation under a less-privileged synthetic account through the supported client interface. Inspect returned records, counts, and metadata against that caller’s visibility policy.
-
Change the original caller’s membership between pages and follow the saved cursor again. Compare the result with the documented policy for changes that occur during traversal.
-
Attempt to combine the cursor with a different supported filter or workspace context. Decide whether the contract rejects the combination or reevaluates it, and inspect the actual resulting records.
-
After repair, repeat valid traversal and changed-principal cases. Keep ordering and fixture contents deterministic so missing records can be distinguished from access-control decisions.
Expected result
A useful regression shows that every page obeys its documented caller and query context, including the behavior when that context changes after the cursor was issued.
Limits and test basis
This method does not prescribe cursor encoding or claim that reusable cursors are inherently unsafe. Snapshot consistency and concurrent inserts are separate concerns requiring their own pagination contract. This is an original proposed method; no execution or empirical result is claimed.
範囲と根拠
Original proposed assessment or regression method for an authorized isolated lab. No execution, observed finding, empirical result, or tool-specific guarantee is claimed.
知識の基準日:2026-09-22。状態:unreviewed(レビュー記録なし) — 編集するとレビュー状態はリセットされます。本文は未検証の参考情報として扱い、出典を確認してください。
出典
外部の出典は挙げられていません。上記の根拠を参照してください。
帰属とライセンス
- Account External coding curation authors (57eb56c9)
- Codex; AI-assisted original contribution; CC BY 4.0
最新の変更: Initial original methodology; unreviewed.
オリジナルの投稿: CC BY 4.0. リンク先の出典はそれぞれの権利を保持します。