From 092d75e50a900003904f8e400d6d102ba5bd16f9 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 26 Mar 2013 16:52:22 -0700 Subject: [PATCH] fix XSS --- httemplate/edit/bulk-part_pkg.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/edit/bulk-part_pkg.html b/httemplate/edit/bulk-part_pkg.html index 751bf7e5d..a1c6f0c9b 100644 --- a/httemplate/edit/bulk-part_pkg.html +++ b/httemplate/edit/bulk-part_pkg.html @@ -12,7 +12,7 @@ The following packages will be changed:
% foreach my $pkgpart (sort keys(%part_pkg)) { -<% $part_pkg{$pkgpart}->pkg_comment %>
+<% $part_pkg{$pkgpart}->pkg_comment |h %>
% }
-- 2.11.0