summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2018-03-13 22:38:25 +0000
committerJames Lopez <james@jameslopez.es>2018-03-16 16:15:05 +0100
commit2d6c50bf02f975f1d28d35580c4ab10276787093 (patch)
treed37d985e7684ddeee04ab545eb77d0f3132e2592 /db/schema.rb
parent9a7fd873f81d1f1755a3cb4bcaa54b7fb49b6b8d (diff)
downloadgitlab-ce-2d6c50bf02f975f1d28d35580c4ab10276787093.tar.gz
Merge branch 'fj-15329-services-callbacks-ssrf' into 'security-10-6'
Server Side Request Forgery in Services and Web Hooks See merge request gitlab/gitlabhq!2337
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/schema.rb b/db/schema.rb
index ab4370e2754..70d4a3b6de9 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -157,6 +157,7 @@ ActiveRecord::Schema.define(version: 20180309160427) do
t.boolean "authorized_keys_enabled", default: true, null: false
t.string "auto_devops_domain"
t.boolean "pages_domain_verification_enabled", default: true, null: false
+ t.boolean "allow_local_requests_from_hooks_and_services", default: false, null: false
end
create_table "audit_events", force: :cascade do |t|