https://bugzilla.redhat.com/show_bug.cgi?id=1140223



--- Comment #3 from David Dick <[email protected]> ---
My reading of the code is that MIME::Base64 will be required if the user input
contains more than 50 bytes AND is not UTF8.

eg. MIME::Base64 will be required for the following;

my $str = '';
$str .= chr ( rand ( 255) ) foreach ( 1 .. 100 );
dd("$str");

This will include things like inlined images, etc.

I think it's worth including.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to