docs(security): add owner response audit handoff packets

This commit is contained in:
Your Name
2026-05-19 13:03:59 +08:00
parent 0c37b63237
commit 97abba8112
19 changed files with 281 additions and 42 deletions

View File

@@ -111,6 +111,7 @@ def validate(root: Path) -> None:
"s4_13_owner_response_validation_reviewer_audit_redaction_examples",
"s4_13_owner_response_validation_reviewer_audit_retention_rules",
"s4_13_owner_response_validation_reviewer_audit_retention_checks",
"s4_13_owner_response_validation_reviewer_audit_handoff_packets",
]
assert_equal(
"progress_delta_ledger.delta_ids",
@@ -191,6 +192,11 @@ def validate(root: Path) -> None:
owner_summary["owner_response_validation_reviewer_audit_retention_check_count"],
6,
)
assert_equal(
"owner_rollup.owner_response_validation_reviewer_audit_handoff_packet_count",
owner_summary["owner_response_validation_reviewer_audit_handoff_packet_count"],
6,
)
assert_false("owner_rollup.runtime_execution_authorized", owner_summary["runtime_execution_authorized"])
assert_false("owner_rollup.repo_creation_authorized", owner_summary["repo_creation_authorized"])
assert_false("owner_rollup.refs_sync_authorized", owner_summary["refs_sync_authorized"])