mirror of
https://github.com/github/codeql.git
synced 2026-05-14 11:19:27 +02:00
The `context` input is passed as a single array element through `docker/actions-toolkit` and `@actions/exec` all the way to `child_process.spawn()`, which does not perform shell splitting. No code injection is possible. Fixes https://github.com/github/codeql/issues/21428