From 48d9d2e0b794eb51371af8ab990cc0f634699616 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Thu, 6 Aug 2020 09:46:33 +1000 Subject: [PATCH] security/core#96 Escape the profile description field --- templates/CRM/UF/Page/Group.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/CRM/UF/Page/Group.tpl b/templates/CRM/UF/Page/Group.tpl index a59a5a3445..d77ffdede5 100644 --- a/templates/CRM/UF/Page/Group.tpl +++ b/templates/CRM/UF/Page/Group.tpl @@ -77,7 +77,7 @@ {ts}{$row.created_by}{/ts} {/if} - {$row.description} + {$row.description|escape} {$row.group_type} {$row.id} {$row.module} @@ -122,7 +122,7 @@ {ts}{$row.created_by}{/ts} {/if} - {$row.description} + {$row.description|escape} {$row.group_type} {$row.id} {$row.module} -- 2.25.1