From fb9cc47c5b111ccd15cf1b7b7ab59ce1984a2c71 Mon Sep 17 00:00:00 2001 From: Alessio Caiazza Date: Mon, 23 Jul 2018 15:08:23 +0000 Subject: Merge branch 'security-11-1-2690-fix-tooltip' into 'security-11-1' [11.1] Escapes job name used in tooltips in vue components See merge request gitlab/gitlabhq!2428 --- .../pipelines/components/graph/dropdown_job_component.vue | 3 ++- .../javascripts/pipelines/components/graph/graph_component.vue | 4 +++- app/assets/javascripts/pipelines/components/graph/job_component.vue | 5 +++-- .../pipelines/components/graph/stage_column_component.vue | 3 ++- 4 files changed, 10 insertions(+), 5 deletions(-) (limited to 'app/assets/javascripts/pipelines') diff --git a/app/assets/javascripts/pipelines/components/graph/dropdown_job_component.vue b/app/assets/javascripts/pipelines/components/graph/dropdown_job_component.vue index c32dc83da8e..14518f86dc7 100644 --- a/app/assets/javascripts/pipelines/components/graph/dropdown_job_component.vue +++ b/app/assets/javascripts/pipelines/components/graph/dropdown_job_component.vue @@ -1,5 +1,6 @@