If spammers can abuse something, they gonna abuse it

  • @[email protected]
    link
    fedilink
    78 months ago

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

    • TigrisMorte
      link
      fedilink
      -98 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
        68 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

      • @C0MPL3X4
        link
        116 days ago

        Do you work as a Software Engineer or in Tech in general?

        If so, I’m genuinely curious what the biggest project you created without the use of frameworks.

        Now if it’s VSC’ed and on the web, that would be even better.