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:

you are viewing a single comment's thread
view the rest of the comments
[โ€“] tdawg@lemmy.world 9 points 11 hours ago (1 children)
[โ€“] HiddenLayer555@lemmy.ml 12 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.