Is SQL injection a risk today?

前端 未结 20 2098
暗喜
暗喜 2020-12-05 13:25

I\'ve been reading about SQL injection attacks and how to avoid them, although I can never seem to make the \"awful\" examples given work, e.g. see this post

20条回答
  •  北海茫月
    2020-12-05 13:46

    There are a lot of different ways to perform a SQL Injection and quite a lot of ways to bypass basic safety precautions.

    Those attacks have been within the top 10 web application vulnerabilities (rank #2) according to OWASP.

    For more information, please refer to Top 10 2007-Injection Flaws.

提交回复
热议问题