woodruffw / zizmor

A tool for finding security issues in GitHub Actions setups.
https://woodruffw.github.io/zizmor/
MIT License
312 stars 16 forks source link

Analysis roadmap #1

Open woodruffw opened 2 months ago

woodruffw commented 2 months ago
woodruffw commented 1 month ago

Self-hosted runners are fundamentally insecure when not run ephemerally, but there's no great way to detect this statically. So we'll likely need to make that check a pedantic-only one.

woodruffw commented 1 month ago

Code injection should also detect things like https://securitylab.github.com/advisories/GHSL-2024-169_Arduino-ESP32/, i.e. detect expression expansion inside of actions like actions/github-script.