• trxxruraxvr@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    3 months ago

    Every modern database library automatically protects against SQL injection,

    No. Every modern library allows using prepared statements, but very few (of any) force using them. If the developer doesn’t use them the libraries won’t do shit to protect you.