themaninblack@lemmy.world to memes@lemmy.world · 9 days agoCVS stylelemmy.worldimagemessage-square45linkfedilinkarrow-up1722
arrow-up1722imageCVS stylelemmy.worldthemaninblack@lemmy.world to memes@lemmy.world · 9 days agomessage-square45linkfedilink
minus-square9point6@lemmy.worldlinkfedilinkarrow-up36·9 days agoBound check all data input, folks. Ideally during input and on the API request.
minus-squareSpezi@feddit.orglinkfedilinkarrow-up27·edit-29 days agoif (str_contains($order['comment'],'Shrek')) { die('ONIONS HAVE LAYERS!'); }
minus-squareAgent641@lemmy.worldlinkfedilinkarrow-up11·9 days 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.
if (str_contains($order['comment'],'Shrek')) { die('ONIONS HAVE LAYERS!'); }Try to make sure the “choose a password” field allows fewer chars than the “enter your password” field.