themaninblack@lemmy.world to memes@lemmy.world · 13 hours agoCVS stylelemmy.worldimagemessage-square61fedilinkarrow-up1596arrow-down18
arrow-up1588arrow-down1imageCVS stylelemmy.worldthemaninblack@lemmy.world to memes@lemmy.world · 13 hours agomessage-square61fedilink
minus-square9point6@lemmy.worldlinkfedilinkarrow-up42·10 hours agoBound check all data input, folks. Ideally during input and on the API request.
minus-squareAgent641@lemmy.worldlinkfedilinkarrow-up9·5 hours agoTry to make sure the “choose a password” field allows fewer chars than the “enter your password” field.
minus-squareSpezi@feddit.orglinkfedilinkarrow-up35·edit-210 hours agoif (str_contains($order['comment'],'Shrek')) { die('ONIONS HAVE LAYERS!'); }
minus-squarefilcuk@lemmy.ziplinkfedilinkarrow-up11·9 hours agoPlease implement your Shrek checks responsibly
minus-squarejaybone@lemmy.ziplinkfedilinkEnglisharrow-up13arrow-down1·10 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.