themaninblack@lemmy.world to memes@lemmy.world · 21 hours agoCVS stylelemmy.worldimagemessage-square98linkfedilinkarrow-up1817arrow-down114
arrow-up1803arrow-down1imageCVS stylelemmy.worldthemaninblack@lemmy.world to memes@lemmy.world · 21 hours agomessage-square98linkfedilink
minus-square9point6@lemmy.worldlinkfedilinkarrow-up44·17 hours agoBound check all data input, folks. Ideally during input and on the API request.
minus-squareAgent641@lemmy.worldlinkfedilinkarrow-up10·12 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-217 hours agoif (str_contains($order['comment'],'Shrek')) { die('ONIONS HAVE LAYERS!'); }
minus-squarefilcuk@lemmy.ziplinkfedilinkarrow-up13·16 hours agoPlease implement your Shrek checks responsibly
minus-squarejaybone@lemmy.ziplinkfedilinkEnglisharrow-up13arrow-down1·17 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.