themaninblack@lemmy.world to memes@lemmy.world · 7 hours agoCVS stylelemmy.worldimagemessage-square39fedilinkarrow-up1349arrow-down13
arrow-up1346arrow-down1imageCVS stylelemmy.worldthemaninblack@lemmy.world to memes@lemmy.world · 7 hours agomessage-square39fedilink
minus-square9point6@lemmy.worldlinkfedilinkarrow-up16·4 hours agoBound check all data input, folks. Ideally during input and on the API request.
minus-squareSpezi@feddit.orglinkfedilinkarrow-up17·edit-23 hours agoif (str_contains($order['comment'],'Shrek')) { die('ONIONS HAVE LAYERS!'); }
minus-squarefilcuk@lemmy.ziplinkfedilinkarrow-up6·2 hours agoPlease implement your Shrek checks responsibly
minus-squarejaybone@lemmy.ziplinkfedilinkEnglisharrow-up9arrow-down1·3 hours agoVARCHAR2(256) Yay I fixed it.
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
VARCHAR2(256)
Yay I fixed it.