[freeside-commits] branch FREESIDE_3_BRANCH updated. 1b1e3ed155e9888eaa4e6f28d5c55dca817426cb

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


The branch, FREESIDE_3_BRANCH has been updated
       via  1b1e3ed155e9888eaa4e6f28d5c55dca817426cb (commit)
      from  878676f548da321f4ce76b4bbd39fb29874d75bc (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 1b1e3ed155e9888eaa4e6f28d5c55dca817426cb
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Fri Feb 6 18:22:46 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