| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| shell: bash | ||
| run: sudo apt-get update && sudo apt-get install -y ${{ inputs.additional-apt-packages }} | ||
| env: | ||
| ADDITIONAL_APT_PACKAGES: ${{ inputs.additional-apt-packages }} |
There was a problem hiding this comment.
Note for reference - this defines the input as a environment variable, so the shell never interpolates the attacker-controlled input.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Zizmor is a static analysis method for GitHub actions which mitigates against supply chain attacks (which are a real and scary thing). I think it would be good to apply this across the tskit-dev ecosystem so that we don't get packages hijacked (however unlikely that is).