capistrano/features/step_definitions
Matt Brictson 9c92ad51ed
Security: randomize path of git wrapper script
Before, the `:git_wrapper_path` was a somewhat predictable value and
located in `/tmp` by default, which is world-writable. That meant that
there was a chance (albeit very small) that another process could guess
the path and overwrite it with something malicious.

Fix by randomly generating a path name so that the git wrapper script
location cannot be predicted.

This change should be transparent to capistrano users since the
`:git_wrapper_path` is only intended to be used internally. If you need
a predictable value for this path, set a custom value for
`:git_wrapper_path` in your `deploy.rb` file.
2021-01-05 07:57:02 -08:00
..
assertions.rb Security: randomize path of git wrapper script 2021-01-05 07:57:02 -08:00
cap_commands.rb Adds acceptance test for rollback feature. (#1891) 2017-07-04 19:02:58 -07:00
setup.rb Batch rm -rf calls in deploy:cleanup. (#2027) 2019-08-28 18:17:26 -07:00