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:
authorFabio Pitino <fpitino@gitlab.com>2019-09-13 09:40:00 +0300
committerFabio Pitino <fpitino@gitlab.com>2019-09-24 12:24:00 +0300
commit90466e7009e5c1791de07590055db35921ac30c5 (patch)
tree3a913f45c8d7c7032c2b5e9145dfbe9c51b79d51 /changelogs
parent7099ecf77cb45c7b456a47f24064657ca59549b7 (diff)
Cancel all running CI jobs when user is blocked
This prevents a MITM attack where attacker could still access Git repository if any jobs were running long enough.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/security-fp-stop-jobs-when-blocking-user.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/security-fp-stop-jobs-when-blocking-user.yml b/changelogs/unreleased/security-fp-stop-jobs-when-blocking-user.yml
new file mode 100644
index 00000000000..1bc4345d5b6
--- /dev/null
+++ b/changelogs/unreleased/security-fp-stop-jobs-when-blocking-user.yml
@@ -0,0 +1,5 @@
+---
+title: Cancel all running CI jobs triggered by the user who is just blocked
+merge_request:
+author:
+type: security