• dan@upvote.au
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    6 months ago

    does not protect from SQL injection attacks (many don’t, despite it being easy to protect against)

    Every modern database library automatically protects against SQL injection, usually be using prepared statements (where the query with placeholders, and the placeholder values, are sent as two separate things). so a system would have to be written extremely poorly to be vulnerable to it.

    This post is just a joke as developers should (hopefully) be aware of the OWASP most common security vulnerabilities.