themaninblack@lemmy.world to memes@lemmy.world · 24 hours agoCVS stylelemmy.worldimagemessage-square100fedilinkarrow-up1847arrow-down112
arrow-up1835arrow-down1imageCVS stylelemmy.worldthemaninblack@lemmy.world to memes@lemmy.world · 24 hours agomessage-square100fedilink
minus-square9point6@lemmy.worldlinkfedilinkarrow-up45·21 hours agoBound check all data input, folks. Ideally during input and on the API request.
minus-squareAgent641@lemmy.worldlinkfedilinkarrow-up10·15 hours agoTry to make sure the “choose a password” field allows fewer chars than the “enter your password” field.
minus-squareSpezi@feddit.orglinkfedilinkarrow-up37·edit-220 hours agoif (str_contains($order['comment'],'Shrek')) { die('ONIONS HAVE LAYERS!'); }
minus-squarefilcuk@lemmy.ziplinkfedilinkarrow-up13·19 hours agoPlease implement your Shrek checks responsibly
minus-squarejaybone@lemmy.ziplinkfedilinkEnglisharrow-up13arrow-down1·20 hours agoVARCHAR2(256) Yay I fixed it.
Bound check all data input, folks.
Ideally during input and on the API request.
Try to make sure the “choose a password” field allows fewer chars than the “enter your password” field.
if (str_contains($order['comment'],'Shrek')) { die('ONIONS HAVE LAYERS!'); }Please implement your Shrek checks responsibly
VARCHAR2(256)
Yay I fixed it.