in reply to Re: MIME::Base64 decode_base64 not tainted
in thread MIME::Base64 decode_base64 not tainted
It's very similar with the problem that XS has with the UTF8 flag. It's a common mistake to treat strings internally encoded as iso-latin-1 no differently than strings internally encoded as utf-8, and to lose that info when passing derived strings back to Perl.