this post was submitted on 19 Nov 2025
851 points (98.4% liked)

memes

18061 readers
2145 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to !politicalmemes@lemmy.world

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/Ads/AI SlopNo advertisements or spam. This is an instance rule and the only way to live. We also consider AI slop to be spam in this community and is subject to removal.

A collection of some classic Lemmy memes for your enjoyment

Sister communities

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] 9point6@lemmy.world 44 points 1 day ago (3 children)

Bound check all data input, folks.

Ideally during input and on the API request.

[–] Spezi@feddit.org 36 points 1 day ago* (last edited 1 day ago) (1 children)
if (str_contains($order['comment'],'Shrek')) {
      die('ONIONS HAVE LAYERS!');
}
[–] filcuk@lemmy.zip 14 points 1 day ago

Please implement your Shrek checks responsibly

[–] Agent641@lemmy.world 10 points 1 day ago

Try to make sure the "choose a password" field allows fewer chars than the "enter your password" field.

[–] jaybone@lemmy.zip 12 points 1 day ago

VARCHAR2(256)

Yay I fixed it.