博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Cheat Sheet: Web Application Security Frame
阅读量:2435 次
发布时间:2019-05-10

本文共 1056 字,大约阅读时间需要 3 分钟。

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  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 .

转载地址:http://hglmb.baihongyu.com/

你可能感兴趣的文章
ASP指南:ADO/SQL(数据存取) (转)
查看>>
用本地 C++ 应对大量 Series 60 图形(转)
查看>>
微软将在HEC上发布Windows 2003 64-bit(转)
查看>>
保护SQL Server数据库的十大绝招(转)
查看>>
Peeking in MySQL 5.0 Enterprise Functional(转)
查看>>
百度搜索引擎使用指南(转)
查看>>
专家观点:安全成交换机的基本功能(转)
查看>>
树型结构在ASP中的简单解决(转)
查看>>
解决玩游戏时显卡卡屏现象(转)
查看>>
移动通信概要(转)
查看>>
CMD命令全集(转)
查看>>
实例解析:高效率网吧组网解决方案(转)
查看>>
深度探索C++对象模型 ( 第四部分 )(转)
查看>>
MySQL中的SQL特征(转)
查看>>
使用JBuilder和WTK2.2搭建MIDP1.0和MIDP2.0开发环境(转)
查看>>
Symbian命名规则(翻译)(转)
查看>>
windows server 2003的设置使用(转)
查看>>
优化Win2000的NTFS系统(转)
查看>>
IE漏洞可使黑客轻易获取私人信息(转)
查看>>
脱机备份与恢复实战(转)
查看>>