/[smeserver]/rpms/e-smith-formmagick/sme9/smeserver-e-smith-formmagick-csrf.patch
ViewVC logotype

Contents of /rpms/e-smith-formmagick/sme9/smeserver-e-smith-formmagick-csrf.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Mon Oct 22 13:50:03 2018 UTC (6 years, 1 month ago) by jcrisp
Branch: MAIN
CVS Tags: e-smith-formmagick-2_4_0-2_el6_sme
* Mon Oct 22 2018 John Crisp <jcrisp@safeandsoundit.co.uk.co.uk> 2.4.0-2.sme
- add CSRF patch [SME:10626] - thank you to Daniel Berteaud

1 diff -ruN e-smith-formmagick-2.4.0.old/root/usr/share/perl5/vendor_perl/esmith/FormMagick.pm e-smith-formmagick-2.4.0/root/usr/share/perl5/vendor_perl/esmith/FormMagick.pm
2 --- e-smith-formmagick-2.4.0.old/root/usr/share/perl5/vendor_perl/esmith/FormMagick.pm 2018-10-22 15:22:48.373509019 +0200
3 +++ e-smith-formmagick-2.4.0/root/usr/share/perl5/vendor_perl/esmith/FormMagick.pm 2018-10-22 15:23:34.669783573 +0200
4 @@ -224,7 +224,8 @@
5 source => $data,
6 charset => $charset,
7 sessiondir => $sessiondir,
8 - debug => $args{debug}
9 + debug => $args{debug},
10 + csrf => 1
11 );
12
13 my $fallback = "en-us";

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed