Skip to content

#3 Fix: Use an intermediate environment variable#7

Closed
ndivho-makhuvha wants to merge 1 commit into
AbsaOSS:masterfrom
ndivho-makhuvha:fix/shell-injection-risk-inputs-expanded-directly-inside-bash
Closed

#3 Fix: Use an intermediate environment variable#7
ndivho-makhuvha wants to merge 1 commit into
AbsaOSS:masterfrom
ndivho-makhuvha:fix/shell-injection-risk-inputs-expanded-directly-inside-bash

Conversation

@ndivho-makhuvha
Copy link
Copy Markdown
Collaborator

Overview

This contribution fixes a shell injection risk by using use of intermediate environment variables.

Release Notes

  • Fixed shell injection vulnerability: removed direct ${{ inputs.* }} interpolation inside the run: block
  • Inputs are now read exclusively from env vars ($INPUT_CERTIFICATES, $INPUT_WARNING_DAYS) already bound safely via the env: block

Related

Closes #3

@ndivho-makhuvha ndivho-makhuvha closed this by deleting the head repository May 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Shell injection risk — inputs expanded directly inside bash

1 participant