vendor_fabric.github._diagnostics

GitHub connector diagnostic redaction helpers.

Module Contents

Functions

safe_github_text

Redact secrets and caller-provided GitHub identifiers from diagnostics.

safe_github_ref

Redact a single GitHub resource reference for diagnostic logs.

API

vendor_fabric.github._diagnostics.safe_github_text(value: Any, *sensitive_values: Any) str

Redact secrets and caller-provided GitHub identifiers from diagnostics.

vendor_fabric.github._diagnostics.safe_github_ref(value: Any) str

Redact a single GitHub resource reference for diagnostic logs.