docs(security): add parallel session recovery checks
This commit is contained in:
@@ -76,6 +76,7 @@
|
||||
"owner_response_validation_reviewer_audit_handoff_check_count",
|
||||
"owner_response_validation_parallel_session_sync_check_count",
|
||||
"owner_response_validation_parallel_session_conflict_lane_count",
|
||||
"owner_response_validation_parallel_session_recovery_check_count",
|
||||
"quarantine_required",
|
||||
"primary_ready_count",
|
||||
"runtime_execution_authorized",
|
||||
@@ -119,6 +120,7 @@
|
||||
"owner_response_validation_reviewer_audit_handoff_check_count": {"type": "integer", "minimum": 0},
|
||||
"owner_response_validation_parallel_session_sync_check_count": {"type": "integer", "minimum": 0},
|
||||
"owner_response_validation_parallel_session_conflict_lane_count": {"type": "integer", "minimum": 0},
|
||||
"owner_response_validation_parallel_session_recovery_check_count": {"type": "integer", "minimum": 0},
|
||||
"quarantine_required": {"type": "boolean"},
|
||||
"primary_ready_count": {"type": "integer", "minimum": 0},
|
||||
"runtime_execution_authorized": {"type": "boolean", "const": false},
|
||||
@@ -755,6 +757,41 @@
|
||||
},
|
||||
"minItems": 1
|
||||
},
|
||||
"owner_response_validation_parallel_session_recovery_checks": {
|
||||
"type": "array",
|
||||
"description": "AwoooP 與另一個 Security Supply Chain Session 在命中 conflict lane 後的只讀復原檢查;只確認重新 fetch、重讀 ledger、重跑 guards、審查 staged diff、維持 false flags 與回到 S4.9 next focus,不授權 merge、push、runtime 或 source-control 變更。",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"check_id",
|
||||
"display_order",
|
||||
"title",
|
||||
"check_requirement",
|
||||
"safe_result",
|
||||
"blocked_interpretations",
|
||||
"awooop_display_mode",
|
||||
"execution_authorized",
|
||||
"not_approval"
|
||||
],
|
||||
"properties": {
|
||||
"check_id": {"type": "string"},
|
||||
"display_order": {"type": "integer", "minimum": 1},
|
||||
"title": {"type": "string"},
|
||||
"check_requirement": {"type": "string"},
|
||||
"safe_result": {"type": "string"},
|
||||
"blocked_interpretations": {
|
||||
"type": "array",
|
||||
"items": {"type": "string"},
|
||||
"minItems": 1
|
||||
},
|
||||
"awooop_display_mode": {"type": "string", "enum": ["display_parallel_session_recovery_check_only"]},
|
||||
"execution_authorized": {"type": "boolean", "const": false},
|
||||
"not_approval": {"type": "boolean", "const": true}
|
||||
},
|
||||
"additionalProperties": false
|
||||
},
|
||||
"minItems": 1
|
||||
},
|
||||
"readiness_effects": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
|
||||
Reference in New Issue
Block a user