summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephanie Morillo <rubymorillo@users.noreply.github.com>2017-07-20 12:01:41 -0400
committerGitHub <noreply@github.com>2017-07-20 12:01:41 -0400
commit3a2715736bcd7d526bc5fc5c6d8374b738829d20 (patch)
tree917f268f44ae1f52f1fde8bde62fc12cbda87d5b
parent53dfec6917c9fd2795856cbd776cff2029a0416e (diff)
downloadbundler-3a2715736bcd7d526bc5fc5c6d8374b738829d20.tar.gz
Add line re: CGI escape
Added a sentence in line 291 re: CGI escaping passwords and usernames. Resolves issue: https://github.com/bundler/bundler/issues/5643
-rw-r--r--man/bundle-config.ronn1
1 files changed, 1 insertions, 0 deletions
diff --git a/man/bundle-config.ronn b/man/bundle-config.ronn
index f1ba87dfd6..99746d57bb 100644
--- a/man/bundle-config.ronn
+++ b/man/bundle-config.ronn
@@ -288,6 +288,7 @@ revision in the `Gemfile.lock` to the local git repo revision. This
requires the same attention as git submodules. Before pushing to
the remote, you need to ensure the local override was pushed, otherwise
you may point to a commit that only exists in your local machine.
+You'll also need to CGI escape your usernames and passwords as well.
Bundler does many checks to ensure a developer won't work with
invalid references. Particularly, we force a developer to specify