[freeside-commits] branch FREESIDE_2_3_BRANCH updated. bd99372ef3a5e413d812888402b1bb15856c138f
Ivan
ivan at 420.am
Tue Mar 26 16:52:25 PDT 2013
The branch, FREESIDE_2_3_BRANCH has been updated
via bd99372ef3a5e413d812888402b1bb15856c138f (commit)
from 3e453b1d4a41fb60812661df13bc0e23961ccb26 (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 bd99372ef3a5e413d812888402b1bb15856c138f
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Mar 26 16:52:24 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