docs(security): add github target preflight checks

This commit is contained in:
Your Name
2026-05-18 19:08:21 +08:00
parent 1d31c4f2b9
commit e4225adb0c
33 changed files with 220 additions and 63 deletions

View File

@@ -87,6 +87,7 @@ def validate(root: Path) -> None:
"s4_10_owner_response_audit_event_templates",
"s4_10_owner_response_redaction_examples",
"s4_10_owner_response_collection_checks",
"s4_10_owner_response_intake_preflight_checks",
]
assert_equal(
"progress_delta_ledger.delta_ids",

View File

@@ -138,6 +138,14 @@ LANES = [
"collection-github-target-no-approval-language",
"collection-github-target-audit-metadata-only",
],
"expected_preflight_checks": [
"preflight-known-github-target",
"preflight-required-github-target-owner-fields",
"preflight-allowed-github-target-decision",
"preflight-github-target-redacted-evidence-only",
"preflight-no-source-control-execution-request",
"preflight-all-seven-targets-before-accepted",
],
},
{
"lane_id": "s4_11_ref_truth_owner_response",