themaninblack@lemmy.world to memes@lemmy.world · 16 hours agoCVS stylelemmy.worldimagemessage-square85fedilinkarrow-up1681arrow-down110
arrow-up1671arrow-down1imageCVS stylelemmy.worldthemaninblack@lemmy.world to memes@lemmy.world · 16 hours agomessage-square85fedilink
minus-square9point6@lemmy.worldlinkfedilinkarrow-up44·13 hours agoBound check all data input, folks. Ideally during input and on the API request.
minus-squareAgent641@lemmy.worldlinkfedilinkarrow-up10·7 hours agoTry to make sure the “choose a password” field allows fewer chars than the “enter your password” field.
minus-squareSpezi@feddit.orglinkfedilinkarrow-up36·edit-212 hours agoif (str_contains($order['comment'],'Shrek')) { die('ONIONS HAVE LAYERS!'); }
minus-squarefilcuk@lemmy.ziplinkfedilinkarrow-up12·11 hours agoPlease implement your Shrek checks responsibly
minus-squarejaybone@lemmy.ziplinkfedilinkEnglisharrow-up13arrow-down1·12 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.