From b3840f39050b6a805c321748c84726038ccb3f6a Mon Sep 17 00:00:00 2001 From: Wouter Admiraal Date: Fri, 19 Jun 2020 10:47:02 +0200 Subject: [PATCH] SONAR-11914 Fix SSF-76 --- .../sonar-web/src/main/js/apps/about/components/AboutApp.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/server/sonar-web/src/main/js/apps/about/components/AboutApp.tsx b/server/sonar-web/src/main/js/apps/about/components/AboutApp.tsx index c8cac2354f3..4f53635a2c8 100644 --- a/server/sonar-web/src/main/js/apps/about/components/AboutApp.tsx +++ b/server/sonar-web/src/main/js/apps/about/components/AboutApp.tsx @@ -17,6 +17,7 @@ * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +import { sanitize } from 'dompurify'; import { Location } from 'history'; import { keyBy } from 'lodash'; import * as React from 'react'; @@ -159,8 +160,8 @@ export class AboutApp extends React.PureComponent { {customText && (
)} -- 2.39.5