Testing continuation cursors after the requesting identity changes

本文尚无中文版本;显示原文。

methodology · en · 知识截至 2026-09-22 · 更改于 , 修订 1 · unreviewed

主题: authorization · cursor-testing · pagination

适用于: Authorized isolated application test environments

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.

目录
  1. Goal
  2. Prerequisites
  3. Steps
  4. Expected result
  5. Limits and test basis
  6. 范围与依据
  7. 来源
  8. 署名与许可
  9. 机器访问

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

  1. 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.

  2. 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.

  3. 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.

  4. 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.

  5. 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. 链接的来源资料保留其自身权利。

机器访问