diff options
author | Tony Cook <tony@develop-help.com> | 2018-12-03 16:15:52 +1100 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2018-12-05 14:31:06 +1100 |
commit | fb5f378b17e3b41db03064c19b9205db64a3354c (patch) | |
tree | f4ff148c438e8f751d5c2f086fa4b73f6a93a856 /MANIFEST | |
parent | f9fd00352c933f36c59d5f87da1a1c4467703e83 (diff) | |
download | perl-fb5f378b17e3b41db03064c19b9205db64a3354c.tar.gz |
(perl #133706) remove exploit code from Storable
Storable packaged the metasploit framework code for CVE-2015-1592,
which triggered virus scanners.
To prevent that remove the packaged exploit code and test for the
underlying structure we trigger the warning on.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -3662,7 +3662,6 @@ dist/Storable/t/code.t See if Storable works dist/Storable/t/compat01.t See if Storable works dist/Storable/t/compat06.t See if Storable works dist/Storable/t/croak.t See if Storable works -dist/Storable/t/CVE-2015-1592.inc See if Storable works dist/Storable/t/CVE-2015-1592.t See if Storable works dist/Storable/t/dclone.t See if Storable works dist/Storable/t/destroy.t Test Storable in global destructon |