Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: c1a937fef07c061600a0078f4cb53fe9c2136bb9
https://github.com/Perl/perl5/commit/c1a937fef07c061600a0078f4cb53fe9c2136bb9
Author: Ricardo Signes <[email protected]>
Date: 2021-08-09 (Mon, 09 Aug 2021)
Changed paths:
M cpan/Encode/Encode.pm
Log Message:
-----------
Encode.pm: apply a local patch for CVE-2021-36770
I expect Encode to see a new release today.
Without this fix, Encode::ConfigLocal can be loaded from a path relative
to the current directory, because the || operator will evaluate @INC in
scalar context, putting an integer as the only value in @INC.
Commit: 81249f37cf278e6aceb512d40064f8fc9028a71f
https://github.com/Perl/perl5/commit/81249f37cf278e6aceb512d40064f8fc9028a71f
Author: Ricardo Signes <[email protected]>
Date: 2021-08-09 (Mon, 09 Aug 2021)
Changed paths:
M cpan/Encode/Encode.pm
Log Message:
-----------
Merge branch 'encode-cve-fix' into blead
Compare: https://github.com/Perl/perl5/compare/84bf45ef1830...81249f37cf27