Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew Blessing <drew@gitlab.com>2015-12-10 19:24:08 +0300
committerDrew Blessing <drew@gitlab.com>2015-12-10 19:24:08 +0300
commit63a1a581e937ff6d21e7e6ca4774b7907c6a0c1b (patch)
tree6afb645f97aeef8f054db0afe353e3e6dabb602f /doc/security/README.md
parent4e5897f51ef97d7c3ff6c57f81521f552979a3da (diff)
Document file upload random uuid security
Diffstat (limited to 'doc/security/README.md')
-rw-r--r--doc/security/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/security/README.md b/doc/security/README.md
index 473f3632dcd..fba6013d9c1 100644
--- a/doc/security/README.md
+++ b/doc/security/README.md
@@ -4,4 +4,5 @@
- [Rack attack](rack_attack.md)
- [Web Hooks and insecure internal web services](webhooks.md)
- [Information exclusivity](information_exclusivity.md)
-- [Reset your root password](reset_root_password.md) \ No newline at end of file
+- [Reset your root password](reset_root_password.md)
+- [User File Uploads](user_file_uploads.md)