* Update security-hardening-for-github-actions.md Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com> Co-authored-by: Jaroslav Lobačevski <jarlob@github.com>
6 lines
483 B
Markdown
6 lines
483 B
Markdown
{% warning %}
|
|
|
|
**Warning:** When creating workflows and actions, you should always consider whether your code might execute untrusted input from possible attackers. Certain contexts should be treated as untrusted input, as an attacker could insert their own malicious content. For more information, see "[Understanding the risk of script injections](/actions/learn-github-actions/security-hardening-for-github-actions#understanding-the-risk-of-script-injections)."
|
|
|
|
{% endwarning %}
|