Chapter 12

Web Framework Security

In the previous chapters, we discussed many security issues of browsers and the server side, all of which have corresponding solutions. In general, the implementation of safety programs needs to achieve two goals:

  1. The security scheme should be correct and reliable.
  2. It should be able to find all the possible security problems with no vulnerabilities.

Only after a thorough understanding of vulnerability theory can one design a truly effective program. This book discusses in detail the causes of vulnerabilities. It is not difficult to solve these problems after thoroughly understanding XSS, SQL injection, and other vulnerabilities. However, the effective program itself is not enough; in order to design a perfect ...

Get Web Security now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.