this post was submitted on 05 Feb 2025
177 points (96.8% liked)

Programmer Humor

20305 readers
1751 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
[–] HiddenLayer555@lemmy.ml 15 points 14 hours ago* (last edited 14 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.