From e86c51234bd9a598f65008cf018088663aac58e4 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 1eb5ee8ef0..eb25d0e9b7 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