this post was submitted on 05 Feb 2025
157 points (96.4% liked)

Programmer Humor

20284 readers
1305 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 

Alternate version:

top 5 comments
sorted by: hot top controversial new old
[โ€“] friendly_ghost@beehaw.org 8 points 6 hours ago

Little Bobby Tables all grown up ๐Ÿ˜ข

[โ€“] aspitzer@lemmy.world 21 points 11 hours ago (1 children)
[โ€“] will_a113@lemmy.ml 16 points 10 hours ago

Could even be his twin - that joke is from 2007, if little Bobby was in kindergarten then he'd be around 22 by now and could be trying to land his first job out of college!

[โ€“] tdawg@lemmy.world 8 points 11 hours ago (1 children)
[โ€“] HiddenLayer555@lemmy.ml 11 points 10 hours ago* (last edited 10 hours ago)

Bypassing authentication or checks by incorporating a statement that always returns true, and doing an 'or' operation with the statement being injected. It manipulates the return value of the SQL statement to make it always return true, so if the website is checking if the statement returned true to indicate, for example, the password is correct, it will now think that was the case.