[freeside-commits] branch master updated. bc14f5756d854400ed4a5c8019089491c5a418df

Ivan ivan at 420.am
Fri Feb 6 18:22:45 PST 2015


The branch, master has been updated
       via  bc14f5756d854400ed4a5c8019089491c5a418df (commit)
      from  d0ba0fe7d87171e79f0cf38b073b9d454e868b68 (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 bc14f5756d854400ed4a5c8019089491c5a418df
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Fri Feb 6 18:22:44 2015 -0800

    fix unlikely self-XSS from your own package def names

diff --git a/httemplate/elements/selectlayers.html b/httemplate/elements/selectlayers.html
index cb1d2d6..785ee36 100644
--- a/httemplate/elements/selectlayers.html
+++ b/httemplate/elements/selectlayers.html
@@ -121,7 +121,7 @@ Example:
 
         <OPTION VALUE="<% $option %>"
                 <% $option eq $selected ? ' SELECTED' : '' %>
-        ><% $options->{$option} %></OPTION>
+        ><% $options->{$option} |h %></OPTION>
 
 %     }
 

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

Summary of changes:
 httemplate/elements/selectlayers.html |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list