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:
authorMark Chao <mchao@gitlab.com>2018-12-11 09:28:06 +0300
committerMark Chao <mchao@gitlab.com>2018-12-20 09:39:47 +0300
commitd0f0ff5ea1f73a8e9cb7fdc8830ba83a4cf0ece3 (patch)
treeed8e6120fad61e3fc4e9632ed8ffed56bd8ac770 /changelogs
parentd2120ff1e705799752e7d9704cae3f1896d8e186 (diff)
Block private snippets from being embeddable
Move embeddable? to model to be used outside view
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/security-48259-private-snippet.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/security-48259-private-snippet.yml b/changelogs/unreleased/security-48259-private-snippet.yml
new file mode 100644
index 00000000000..6cf1e5dc694
--- /dev/null
+++ b/changelogs/unreleased/security-48259-private-snippet.yml
@@ -0,0 +1,5 @@
+---
+title: Prevent private snippets from being embeddable
+merge_request:
+author:
+type: security