-
Notifications
You must be signed in to change notification settings - Fork 125
Closed
Labels
needs-triageRequires triage and prioritizationRequires triage and prioritization
Description
Issue Description
Apply ConvertTo-GitHubActionsEscaped from CIHelpers module to security validation scripts that emit workflow commands. This prevents workflow command injection when user-controlled data (file paths, SHA values, action names) appears in CI output.
Files to update:
scripts/security/Test-DependencyPinning.ps1scripts/security/Test-SHAStaleness.ps1scripts/security/Update-ActionSHAPinning.ps1
Additional Context
Related to PR #354 which introduced the CIHelpers module with escape functions. Security scripts are particularly important to harden since they process external data from GitHub Actions definitions.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
needs-triageRequires triage and prioritizationRequires triage and prioritization