You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Project settings should enforce sanitization of shell task arguments to prevent command injection.
DESCRIPTION
Shell tasks can be used to run arbitrary commands on the agent. If the arguments are not sanitized, it is possible for a malicious actor to inject additional commands into the arguments. This can lead to the execution of malicious code on the agent.
Mininum TokenType: ReadOnly
RECOMMENDATION
Consider enforcing sanitization of shell task arguments in the project settings.