1
0
mirror of synced 2026-01-03 15:05:54 -05:00
Files
docs/data/reusables/actions/context-injection-warning.md
2022-02-25 15:51:14 +01:00

483 B

{% 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."

{% endwarning %}