This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1cd7fa
)
JSON-PP: customize Maintainers.pl
author
Jarkko Hietaniemi
<jhi@iki.fi>
Sat, 22 Oct 2016 16:17:04 +0000
(12:17 -0400)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Sat, 22 Oct 2016 19:51:11 +0000
(15:51 -0400)
Porting/Maintainers.pl
patch
|
blob
|
blame
|
history
diff --git
a/Porting/Maintainers.pl
b/Porting/Maintainers.pl
index
6530995
..
2e39eff
100755
(executable)
--- a/
Porting/Maintainers.pl
+++ b/
Porting/Maintainers.pl
@@
-701,7
+701,9
@@
use File::Glob qw(:case);
'FILES' => q[cpan/JSON-PP],
'CUSTOMIZED' => [
'bin/json_pp', # CVE-2016-1238
- 'lib/JSON/PP.pm', # CVE-2016-1238
+ 'lib/JSON/PP.pm', # CVE-2016-1238, CPAN RT 118469
+ 't/011_pc_expo.t', # CPAN RT 118469
+ 't/018_json_checker.t', # CPAN RT 118469
],
},