From 305bd1ffe9c46db5fefffcc41ef6f256374293ee Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 28 Mar 2013 17:49:40 -0700 Subject: [PATCH] fix XSS --- httemplate/search/cust_main.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/search/cust_main.cgi b/httemplate/search/cust_main.cgi index 8e3c8133e..2c09c692c 100755 --- a/httemplate/search/cust_main.cgi +++ b/httemplate/search/cust_main.cgi @@ -244,7 +244,7 @@ % my $pkg_rowspan = shift @pkg_rowspans; <% $n1 %> - <% $pkg_comment %> + <% $pkg_comment |h %> % my $n2 = ''; -- 2.11.0