Cheat Sheet: Web Application Security Frame

简介: The Web Application Security Frame is a set of categories you can use to scope security and improve your effectiveness.

The Web Application Security Frame is a set of categories you can use to scope security and improve your effectiveness.  It consists of the following categories:

  • Auditing and Logging
  • Authentication
  • Authorization
  • Configuration Management
  • Cryptography
  • Exception Management
  • Input and Data Validation
  • Sensitive Data
  • Session Management

We created these categories during Improving Web Application Security to represent two things:
1.  Where are the most common mistakes made
2.  Where are the most actionable improvements

How do you use these to be more effective?  You use these categories to focus and prioritize your security work.  For example, if you know the most prevalent security issues occur in the input validation, authentication and authorization categories, you can start there.

You can immediately put the Web Application Security Frame into action.  when you perform Security Design Inspections or Security Code Inspections you can use the frame to walk categories of common security issues.  To do so, see the following:

For more information on the Web Application Security Frame, see Cheat Sheet: Web Application Security Frame.

目录
相关文章
|
7月前
|
存储 安全 网络协议
Web Security 之 CSRF
Web Security 之 CSRF
30 0
|
7月前
|
移动开发 负载均衡 安全
Web Security 之 HTTP request smuggling(上)
Web Security 之 HTTP request smuggling
120 0
|
7月前
|
安全 网络协议 Unix
Web Security 之 OS command injection
Web Security 之 OS command injection
92 0
|
6月前
|
安全 Java Go
使用Spring Security保障你的Web应用安全
使用Spring Security保障你的Web应用安全
53 0
|
7月前
|
SQL 安全 Java
Web Security 之 Server-side template injection
Web Security 之 Server-side template injection
34 0
|
7月前
|
存储 安全 Java
Web Security 之 Insecure deserialization
Web Security 之 Insecure deserialization
21 0
|
7月前
|
存储 SQL JavaScript
Web Security 之 DOM-based vulnerabilities
Web Security 之 DOM-based vulnerabilities
63 0
|
7月前
|
缓存 安全 网络协议
Web Security 之 HTTP Host header attacks(下)
Web Security 之 HTTP Host header attacks
42 0
|
7月前
|
SQL 缓存 负载均衡
Web Security 之 HTTP Host header attacks(上)
Web Security 之 HTTP Host header attacks
221 0
|
7月前
|
Web App开发 安全 JavaScript
Web Security 之 Clickjacking
Web Security 之 Clickjacking
52 0