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:
authorYorick Peterse <yorickpeterse@gmail.com>2019-01-24 15:51:19 +0300
committerYorick Peterse <yorickpeterse@gmail.com>2019-01-24 15:51:22 +0300
commit2c3dad5b45728efb11b85f27cf6442602a402129 (patch)
tree8cbea40a63cd68ed172c2599ab08ddb23ebf6fa7 /changelogs
parent80dd048222b9da5199195a1b620cc5b651216fd6 (diff)
Merge branch 'security-pipeline-trigger-tokens-exposure-11-6' into 'security-11-6'
[11.6] Do not expose trigger token when user should not see it See merge request gitlab/gitlabhq!2759 (cherry picked from commit 33fbd62b9b4a73679a9f3cd1d9020e5dc6e9072d) 64a328be Do not expose trigger token when user should not see it
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/security-pipeline-trigger-tokens-exposure.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/security-pipeline-trigger-tokens-exposure.yml b/changelogs/unreleased/security-pipeline-trigger-tokens-exposure.yml
new file mode 100644
index 00000000000..97d743eead1
--- /dev/null
+++ b/changelogs/unreleased/security-pipeline-trigger-tokens-exposure.yml
@@ -0,0 +1,5 @@
+---
+title: Expose CI/CD trigger token only to the trigger owner
+merge_request:
+author:
+type: security