themaninblack@lemmy.world to memes@lemmy.world · 5 months agoCVS stylelemmy.worldimagemessage-square119linkfedilinkarrow-up12arrow-down10
arrow-up12arrow-down1imageCVS stylelemmy.worldthemaninblack@lemmy.world to memes@lemmy.world · 5 months agomessage-square119linkfedilink
minus-square9point6@lemmy.worldlinkfedilinkarrow-up0·5 months agoBound check all data input, folks. Ideally during input and on the API request.
minus-squareSpezi@feddit.orglinkfedilinkarrow-up0·5 months agoif (str_contains($order['comment'],'Shrek')) { die('ONIONS HAVE LAYERS!'); }
minus-squarefilcuk@lemmy.ziplinkfedilinkarrow-up0·5 months agoPlease implement your Shrek checks responsibly
minus-squareAgent641@lemmy.worldlinkfedilinkarrow-up0·5 months agoTry to make sure the “choose a password” field allows fewer chars than the “enter your password” field.
Bound check all data input, folks.
Ideally during input and on the API request.
VARCHAR2(256)
Yay I fixed it.
if (str_contains($order['comment'],'Shrek')) { die('ONIONS HAVE LAYERS!'); }Please implement your Shrek checks responsibly
Try to make sure the “choose a password” field allows fewer chars than the “enter your password” field.