[freeside-commits] branch FREESIDE_3_BRANCH updated. 702c7a001e2a065ca833a7d5711754b38278e41d

Mitch Jackson mitch at freeside.biz
Sat Oct 27 10:09:18 PDT 2018


The branch, FREESIDE_3_BRANCH has been updated
       via  702c7a001e2a065ca833a7d5711754b38278e41d (commit)
      from  dd769e3736c49fa4cedf16f13db3a58cc7573cbb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 702c7a001e2a065ca833a7d5711754b38278e41d
Author: Mitch Jackson <mitch at freeside.biz>
Date:   Sat Oct 27 13:08:52 2018 -0400

    RT# 31964 Fix XSS

diff --git a/httemplate/view/prospect_main.html b/httemplate/view/prospect_main.html
index 66abffcdd..ac56fa7a2 100644
--- a/httemplate/view/prospect_main.html
+++ b/httemplate/view/prospect_main.html
@@ -41,8 +41,8 @@
 
 % foreach my $contact ( $prospect_main->contact ) {
     <TR>
-      <TD ALIGN="right"><% $contact->contact_classname %> Contact</TD>
-      <TD BGCOLOR="#FFFFFF"><% $contact->line %></TD>
+      <TD ALIGN="right"><% $contact->contact_classname |h %> Contact</TD>
+      <TD BGCOLOR="#FFFFFF"><% $contact->line |h %></TD>
     </TR>
 %}
 

-----------------------------------------------------------------------

Summary of changes:
 httemplate/view/prospect_main.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list