mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
677 B
677 B
0.6.2
Minor Analysis Improvements
- Improved the queries for injection vulnerabilities in GitHub Actions workflows (
js/actions/command-injectionandjs/actions/pull-request-target) and the associated librarysemmle.javascript.Actions. These now support steps defined in composite actions, in addition to steps defined in Actions workflow files. It supports more potentially untrusted input values. Additionally to the shell injections it now also detects injections inactions/github-script. It also detects simple injections from user controlled${{ env.name }}. Additionally to theymlextension now it also supports workflows with theyamlextension.