From 5e8f11e5fdb792f17d86cf9321537c5c56801a17 Mon Sep 17 00:00:00 2001 From: Filipa Lacerda Date: Thu, 9 Aug 2018 12:05:13 +0100 Subject: Removes
sent from backend on tooltips in jobs When backend sends HTML it requires frontend to append it to the DOM causing XSS vulnerabilities. By removing the `
` we avoid those vulnerabilities --- .../pipelines/components/graph/dropdown_job_component.vue | 3 +-- app/assets/javascripts/pipelines/components/graph/job_component.vue | 5 +---- 2 files changed, 2 insertions(+), 6 deletions(-) (limited to 'app/assets/javascripts/pipelines/components') 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 8487c8036ee..2ad66f4fe86 100644 --- a/app/assets/javascripts/pipelines/components/graph/dropdown_job_component.vue +++ b/app/assets/javascripts/pipelines/components/graph/dropdown_job_component.vue @@ -1,6 +1,5 @@