diff options
author | leeym <leeym@FreeBSD.org> | 2003-02-24 05:51:56 +0000 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2003-02-24 05:51:56 +0000 |
commit | 320483ad59912e34431421d8238fec99d7d833dc (patch) | |
tree | b19a78dc1a7013bc60490469f5bc297449543edc /mail/imp/files | |
parent | 7e775d6f037f915d524e14323cec8eddbede213f (diff) | |
download | FreeBSD-ports-320483ad59912e34431421d8238fec99d7d833dc.zip FreeBSD-ports-320483ad59912e34431421d8238fec99d7d833dc.tar.gz |
IMP 2.2.x contains a SQL injection vulnerability
- http://online.securityfocus.com/archive/1/305701
Horde Project has announced IMP 2.2.x is no longer actively maintained
- http://www.horde.org/imp/2.2/news.php
PR: 48485
Submitted by: Kang Liu <lazykang@hotmail.com>
Reviewed by: Thierry Thomas <thierry@pompo.net> (MAINTAINER)
Approved by: Thierry Thomas <thierry@pompo.net> (MAINTAINER)
Diffstat (limited to 'mail/imp/files')
-rw-r--r-- | mail/imp/files/patch-lib_mimetypes.lib | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/imp/files/patch-lib_mimetypes.lib b/mail/imp/files/patch-lib_mimetypes.lib deleted file mode 100644 index 4b87c55..0000000 --- a/mail/imp/files/patch-lib_mimetypes.lib +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/mimetypes.lib.orig Wed Jul 18 16:23:58 2001 -+++ lib/mimetypes.lib Sun Mar 10 16:26:33 2002 -@@ -449,7 +449,7 @@ - fwrite( $fh, imap_base64($contents)); - fclose( $fh ); - -- $pipe = popen("$default->path_to_mswordview $word_name 2>&1","r"); -+ $pipe = popen("$default->path_to_mswordview $word_name - 2>&1","r"); - $data = "<b><u>MS Word Viewer</u></b><br><table><tr><td align=left>"; - while( ($rc=fgets($pipe,8192)) ) - $data.=$rc; |