Mailing List Archive

[Bug 8025] Taint failure handling Windows short path
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8025

Sidney Markowitz <sidney@sidney.com> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED

--- Comment #1 from Sidney Markowitz <sidney@sidney.com> ---
The problem of untainting Windows file paths was already properly solved in
Mail::SpamAssassin::Utils::untaint_file_path() but it couldn't be called
directly in this case. Fix was to copy/paste to use the same pattern as that
sub uses.

trunk % svn ci -m "bug 8025 - Use better untaint pattern for Windows file paths
than the incomplete fix for bug 8010" lib/Mail/SpamAssassin.pm
Sending lib/Mail/SpamAssassin.pm
Transmitting file data .done
Committing transaction...
Committed revision 1903383.

--
You are receiving this mail because:
You are the assignee for the bug.