If spammers can abuse something, they gonna abuse it

  • Dark ArcA
    link
    English
    1
    edit-2
    4 months ago

    It’s a common problem for the same reason that it’s a common problem for people to have precision errors when doing math with currencies… People write the wrong code because they don’t know any better (in that case using float or double/floating point math instead of a BigDecimal type).

    Not filtering out characters that could be part of URL has no bearing on whether or not the site is properly protected from SQL injection. I’m much more often worried about sites that explicitly filter out certain characters because it likely means they don’t understand what they’re doing (similar to sites that insist on annual password changes).

    The fact that people are arguing about this shows how much of an issue we have with education on this topic.