1.5.0
New sniff added: Moxio.PHP.DisallowImplicitLooseBase64Decode
. This sniff disallows implicit non-strict usage of the base64_decode
function. By default, this function silently discards invalid characters, which may be unexpected and undesirable. Using this sniff, one needs to explicitly opt-in to this behavior, making it a deliberate choice. Thank you @dheineman for this contribution (#5).