We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right now we support run: and actions/github-script as potential "sinks" where template injection can occur, but there are others:
run:
actions/github-script
azure/powershell
azure/cli
xref https://github.blog/security/application-security/how-to-secure-your-github-actions-workflows-with-codeql/
The text was updated successfully, but these errors were encountered:
GitHub appears to define their collected ones here: https://github.com/github/codeql/tree/fcf6c3c4e83f127aea9ce5aed3e0ceb4feb65bc5/actions/ql/lib/ext
Sorry, something went wrong.
No branches or pull requests
Right now we support
run:
andactions/github-script
as potential "sinks" where template injection can occur, but there are others:azure/powershell
: runs powershell scriptsazure/cli
: runs bash scriptsxref https://github.blog/security/application-security/how-to-secure-your-github-actions-workflows-with-codeql/
The text was updated successfully, but these errors were encountered: