This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, Branch_5_3 has been updated
       via  8e4a670465afa417cfcdbbd16d1880705ced7e07 (commit)
      from  cfa0735562aa3e74580009dd8644d640adf145b7 (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 8e4a670465afa417cfcdbbd16d1880705ced7e07
Author: Franck Villaume <[email protected]>
Date:   Fri Jul 11 12:00:51 2014 +0200

    partial [#687]: fix html char in group_name, enable/disabling tools broken

diff --git a/src/common/include/Group.class.php 
b/src/common/include/Group.class.php
index f7fa9e0..5b34132 100644
--- a/src/common/include/Group.class.php
+++ b/src/common/include/Group.class.php
@@ -517,7 +517,7 @@ class Group extends Error {
                }
 
                // Validate some values
-               if ($this->getPublicName() != $group_name) {
+               if ($this->getPublicName() != htmlspecialchars($group_name)) {
                        if (!$this->validateGroupName($group_name)) {
                                return false;
                        }

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

Summary of changes:
 src/common/include/Group.class.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to