this post was submitted on 24 Feb 2025
413 points (98.6% liked)

Technology

73297 readers
3941 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] undefined@lemmy.hogru.ch 138 points 5 months ago (26 children)

I’ve been doing web development for something like 20 years now and I just can’t imagine how shitty your backend is if this is an issue.

[–] timuchan@lemm.ee 57 points 5 months ago (20 children)

This was my thought as well, sanitize your inputs! Are they not quoting/casting to string before input?

[–] undefined@lemmy.hogru.ch 51 points 5 months ago (19 children)

Unless you’re coding from scratch it’s hard to not do this with any modern framework.

[–] SkaveRat@discuss.tchncs.de 13 points 5 months ago (1 children)

A couple years ago I wanted to write a simple website with SQL injection vulnerability, so I could demonstrate sqlmap to someone

It was surprisingly difficult (and every fiber in my body screamed)

Imagine how hard it is to be this bad. Yet still people manage to do it.

load more comments (17 replies)
load more comments (17 replies)
load more comments (22 replies)