• Cousin Mose
    link
    fedilink
    English
    5115 days ago

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

    • @[email protected]
      link
      fedilink
      English
      2215 days ago

      Word press code, and plugins, do not sanitize out of the box. You have to call an additional function, each time, that is not provided automatically. Many home made plugins miss that; many popular plugins used to be home made ones

    • SkaveRat
      link
      fedilink
      English
      1315 days ago

      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)

    • @[email protected]
      link
      fedilink
      English
      6
      edit-2
      14 days ago

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

      I think that word modern is doing a lot of heavy lifting there.

      A lot of systems simply aren’t modern. There’s always that mentality of “well, it’s been working for the last 12 years, let’s not mess with it now”, despite all the valid objections like "but it’s running on Windows2000” or “it’s a data breach waiting to happen”…