themaninblack@lemmy.world to memes@lemmy.world · 3 days agoCVS stylelemmy.worldimagemessage-square118linkfedilinkarrow-up1949arrow-down120
arrow-up1929arrow-down1imageCVS stylelemmy.worldthemaninblack@lemmy.world to memes@lemmy.world · 3 days agomessage-square118linkfedilink
minus-square9point6@lemmy.worldlinkfedilinkarrow-up46·3 days agoBound check all data input, folks. Ideally during input and on the API request.
minus-squareSpezi@feddit.orglinkfedilinkarrow-up39·3 days agoif (str_contains($order['comment'],'Shrek')) { die('ONIONS HAVE LAYERS!'); }
minus-squarefilcuk@lemmy.ziplinkfedilinkarrow-up15·3 days agoPlease implement your Shrek checks responsibly
minus-squareAgent641@lemmy.worldlinkfedilinkarrow-up10·3 days agoTry to make sure the “choose a password” field allows fewer chars than the “enter your password” field.
minus-squarejaybone@lemmy.ziplinkfedilinkEnglisharrow-up13arrow-down1·3 days 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
Try to make sure the “choose a password” field allows fewer chars than the “enter your password” field.
VARCHAR2(256)
Yay I fixed it.