[freeside-commits] branch master updated. 092d75e50a900003904f8e400d6d102ba5bd16f9
Ivan
ivan at 420.am
Tue Mar 26 16:52:23 PDT 2013
The branch, master has been updated
via 092d75e50a900003904f8e400d6d102ba5bd16f9 (commit)
from 97c03653306cac0e7d8c1efcb81ec4fc8749dff4 (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 092d75e50a900003904f8e400d6d102ba5bd16f9
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Mar 26 16:52:22 2013 -0700
fix XSS
diff --git a/httemplate/edit/bulk-part_pkg.html b/httemplate/edit/bulk-part_pkg.html
index 751bf7e..a1c6f0c 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:<BR>
% foreach my $pkgpart (sort keys(%part_pkg)) {
<INPUT TYPE="hidden" NAME="pkgpart" VALUE="<% $pkgpart %>">
-<% $part_pkg{$pkgpart}->pkg_comment %><BR>
+<% $part_pkg{$pkgpart}->pkg_comment |h %><BR>
% }
</DIV>
<BR>
-----------------------------------------------------------------------
Summary of changes:
httemplate/edit/bulk-part_pkg.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list