Skip to content

1.5.0

Compare
Choose a tag to compare
@aboks aboks released this 01 Nov 07:13
· 61 commits to master since this release
461799b

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).