If spammers can abuse something, they gonna abuse it

  • @mint_tamas
    link
    710 months ago

    These days you have to actively work against whatever framework you are using to get SQL injection to work.

    • TigrisMorte
      link
      fedilink
      -910 months ago

      “framework”, found your problem. Frameworks save time by ignoring how code works. Folks taught upon a Framework have no real idea what its produced code does.

      • @[email protected]
        link
        fedilink
        610 months ago

        Typically the security conscious webdev still needs to define an API to their database. It’s bad practice to let users hit the DB directly.

        Now, if you hack the API then sure you can start hacking the database, but first you have to hack the API to the database which raises the costs of cyberwar

      • @mint_tamas
        link
        410 months ago

        A whole lot of assumptions there, buddy.