• xmunk@sh.itjust.works
    link
    fedilink
    arrow-up
    1
    ·
    2 years ago

    As someone who has written a DB handle… that shit is hard, I had to be extremely careful to protect against SQL injection. Everyone rolling their own is how we return to the Era of XSS and SQL Injection on every website. I’d prefer to have young devs use libraries and contribute as they gain knowledge.

    • KindaABigDyl@programming.dev
      link
      fedilink
      arrow-up
      0
      arrow-down
      1
      ·
      2 years ago

      that shit is hard, I had to be extremely careful to protect against SQL injection

      People need to learn to be careful