summaryrefslogtreecommitdiff
path: root/doc/security/README.md
diff options
context:
space:
mode:
authorChristiaan Conover <cconover@gitlab.com>2019-08-21 17:49:04 -0400
committerChristiaan Conover <cconover@gitlab.com>2019-08-21 17:49:04 -0400
commit954c3c18320d7dcb66c4c15035594cf5e59a496e (patch)
tree1732f26625d7874c1a7a2c6253e4202cfd287aa0 /doc/security/README.md
parent1d5f5aa896a38104c375ac6ddd168d03d408f05e (diff)
downloadgitlab-ce-954c3c18320d7dcb66c4c15035594cf5e59a496e.tar.gz
Document how GitLab stores passwords
Provide details on how GitLab stores passwords, including hashing, stretching, and salting. This was driven by a customer asking for this information for a security compliance audit report.
Diffstat (limited to 'doc/security/README.md')
-rw-r--r--doc/security/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/security/README.md b/doc/security/README.md
index 5d498ac7602..e3fb07c69c2 100644
--- a/doc/security/README.md
+++ b/doc/security/README.md
@@ -5,6 +5,7 @@ type: index
# Security
+- [Password storage](password_storage.md)
- [Password length limits](password_length_limits.md)
- [Restrict SSH key technologies and minimum length](ssh_keys_restrictions.md)
- [Rate limits](rate_limits.md)