docs(security): add ref truth preflight checks

This commit is contained in:
Your Name
2026-05-19 00:13:06 +08:00
parent 9d7fdd7491
commit bcd7a11d58
33 changed files with 221 additions and 65 deletions

View File

@@ -93,6 +93,7 @@ def validate(root: Path) -> None:
"s4_11_ref_truth_owner_response_audit_event_templates",
"s4_11_ref_truth_owner_response_redaction_examples",
"s4_11_ref_truth_owner_response_collection_checks",
"s4_11_ref_truth_owner_response_intake_preflight_checks",
]
assert_equal(
"progress_delta_ledger.delta_ids",

View File

@@ -186,6 +186,14 @@ LANES = [
"collection-ref-truth-no-approval-language",
"collection-ref-truth-audit-metadata-only",
],
"expected_preflight_checks": [
"preflight-known-ref-truth-lane",
"preflight-required-ref-truth-owner-fields",
"preflight-allowed-ref-truth-decision",
"preflight-ref-truth-redacted-evidence-only",
"preflight-no-refs-execution-request",
"preflight-all-five-ref-truth-lanes-before-accepted",
],
"false_flags": [
"refs_sync_authorized",
"refs_delete_authorized",