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
Prior to this commit the variables `dir` and `mysql::server::package_name`
were passed to `exec` resources in such a way that could allow unsafe executions
on the remote host.
This commit fixes the above by properly parameterizing the arguments passed to each
`exec` resource.
Additionally the variables been sanitized with `shell_escape` for good measure.
0 commit comments