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 there was a possibility that malformed
strings could be passed in to the resource. This could lead
to unsafe executions on a remote system.
The parameters that are susceptible are `install_secret_file`.
This commit fixes the above by adding validation to ensure the given
values confirm to expectation.
`secret_file` is validated with a regular expresion that ensures the
given value is a valid path.
0 commit comments