summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorBob Van Landuyt <bob@vanlanduyt.co>2019-06-18 18:31:06 +0200
committerBob Van Landuyt <bob@vanlanduyt.co>2019-06-20 17:35:13 +0200
commit6489bc8e251836d8bccf7c0731bcfa2ab98a6596 (patch)
tree97aca19adaf8f82615a1e735fa394660757834ab /changelogs
parente3eeb779d72006b9fbbaecf9f1d8fbd52a7d6383 (diff)
downloadgitlab-ce-6489bc8e251836d8bccf7c0731bcfa2ab98a6596.tar.gz
Fix failing auhtorizations in GraphQL
0. Add authorize to LabelType and NamespaceType. 1. Make sure that authorizations on non-nullable fields are also executed.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/security-bvl-enforce-graphql-type-authorization.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/security-bvl-enforce-graphql-type-authorization.yml b/changelogs/unreleased/security-bvl-enforce-graphql-type-authorization.yml
new file mode 100644
index 00000000000..7dedb9f6230
--- /dev/null
+++ b/changelogs/unreleased/security-bvl-enforce-graphql-type-authorization.yml
@@ -0,0 +1,5 @@
+---
+title: Add missing authorizations in GraphQL
+merge_request:
+author:
+type: security