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

Contents of /rpms/e-smith-formmagick/sme10/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)
Sun Jan 27 05:53:46 2019 UTC (5 years, 4 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-formmagick-2_6_0-2_el7_sme
* Sun Jan 27 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.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