docs(security): add ref truth preflight checks
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user