Skip to content

Commit

Permalink
[jan] SECURITY: enable CSRF token for configuration form again (Repor…
Browse files Browse the repository at this point in the history
…ted by Dawid Gounski via Beyond Security's SecuriTeam Secure Disclosure program).
  • Loading branch information
yunosh committed Sep 6, 2016
1 parent cf1dd12 commit 2c4fa7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
9 changes: 0 additions & 9 deletions framework/Core/lib/Horde/Config/Form.php
Expand Up @@ -14,15 +14,6 @@
*/
class Horde_Config_Form extends Horde_Form
{
/**
* Don't use form tokens for the configuration form - while
* generating configuration info, things like the Token system
* might not work correctly. This saves some headaches.
*
* @var boolean
*/
protected $_useFormToken = false;

/**
* Contains the Horde_Config object that this form represents.
*
Expand Down
4 changes: 3 additions & 1 deletion framework/Core/package.xml
Expand Up @@ -39,6 +39,7 @@
</stability>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [jan] SECURITY: enable CSRF token for configuration form again (Reported by Dawid Gounski via Beyond Security&apos;s SecuriTeam Secure Disclosure program).
* [mjr] Changes to support EAS attachment sync support for Appointment objects.
* [mjr] Refactor ajax weather location autocompleter and add support for metar data.
* [jan] Allow to specify user DN search parameters for LDAP with all bind methods (Request #11697, heinz@htl-steyr.ac.at).
Expand Down Expand Up @@ -1348,7 +1349,7 @@
<package>
<name>Horde_Form</name>
<channel>pear.horde.org</channel>
<min>2.0.0</min>
<min>2.0.16</min>
<max>3.0.0alpha1</max>
<exclude>3.0.0alpha1</exclude>
</package>
Expand Down Expand Up @@ -4225,6 +4226,7 @@
<date>2016-08-13</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [jan] SECURITY: enable CSRF token for configuration form again (Reported by Dawid Gounski via Beyond Security&apos;s SecuriTeam Secure Disclosure program).
* [mjr] Changes to support EAS attachment sync support for Appointment objects.
* [mjr] Refactor ajax weather location autocompleter and add support for metar data.
* [jan] Allow to specify user DN search parameters for LDAP with all bind methods (Request #11697, heinz@htl-steyr.ac.at).
Expand Down

0 comments on commit 2c4fa7e

Please sign in to comment.