themaninblack@lemmy.world to memes@lemmy.world · 2 days agoCVS stylelemmy.worldimagemessage-square115fedilinkarrow-up1928
arrow-up1928imageCVS stylelemmy.worldthemaninblack@lemmy.world to memes@lemmy.world · 2 days agomessage-square115fedilink
minus-square9point6@lemmy.worldlinkfedilinkarrow-up46·2 days agoBound check all data input, folks. Ideally during input and on the API request.
minus-squareSpezi@feddit.orglinkfedilinkarrow-up39·edit-22 days agoif (str_contains($order['comment'],'Shrek')) { die('ONIONS HAVE LAYERS!'); }
minus-squarefilcuk@lemmy.ziplinkfedilinkarrow-up15·2 days agoPlease implement your Shrek checks responsibly
minus-squareAgent641@lemmy.worldlinkfedilinkarrow-up10·1 day 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!'); }Please implement your Shrek checks responsibly
Try to make sure the “choose a password” field allows fewer chars than the “enter your password” field.
VARCHAR2(256)
Yay I fixed it.