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:
authorDouwe Maan <douwe@gitlab.com>2015-02-07 03:17:23 +0300
committerDouwe Maan <douwe@gitlab.com>2015-02-07 03:54:45 +0300
commit4ed70669ad1aea1ad1636c5091707ccf1fc7f2e7 (patch)
treef95c251a4114356a119779abaeb22b2ae2c23560 /doc/security/README.md
parentbc57ff0ef023db3d07f1adfa6a309fb4a24ed203 (diff)
Add doc on "Web Hooks and insecure internal web services".
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 f88375f2afd..49dfa6eec76 100644
--- a/doc/security/README.md
+++ b/doc/security/README.md
@@ -2,4 +2,5 @@
- [Password length limits](password_length_limits.md)
- [Rack attack](rack_attack.md)
+- [Web Hooks and insecure internal web services](webhooks.md)
- [Information exclusivity](information_exclusivity.md)