Re: [SAtalk] 2.53 bug in untaint_file_path

2003-04-04 Thread Theo Van Dinter
On Fri, Apr 04, 2003 at 12:28:23PM -0500, Barry Jaspan wrote: > Mail::SpamAssassin::Util::untaint_file_path contains the following bugs: please goto bugzilla.spamassassin.org and open a new ticket about this. we'll fix it for 2.54. -- Randomly Generated Tagline: "dy/dx = dy/du * du/dv * dv/dx ..

[SAtalk] 2.53 bug in untaint_file_path

2003-04-04 Thread Barry Jaspan
Mail::SpamAssassin::Util::untaint_file_path contains the following bugs: - If the regexp doesn't match, $1 (from some previous match) is returned anyway with no warning. - The empty string ("") is a safe path but does not match the regexp. - The tilde character ("~") is rejected although it is