我思故我在我有我精彩--liangqihui

爱欲追而情已逝,子欲孝而亲不待。人生的困苦又怎能用一个难字囊尽百味
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

security testing

Posted on 2007-08-30 15:58  挥辉  阅读(419)  评论(1)    收藏  举报

·         Test cases for different roles will be written to test the tool’s security levels (both application and system levels). The test cases would cover the permissions provided for each role on the application

·         The security testing includes following 2 methods-

1)     Running white box security testing tool – FXCop, App Assurance, SQLCop

2)     Running black box security testing- identifying vulnerabilities like

Authentication,

Authorization,

Forceful Browsing,

Bypassing Client Side Validation,

Hidden Field Tampering,

File Upload

SQL Injection

Cross-site Scripting

XPath/XML Data Injection

Error/Exception Handling

Auditing & Logging

 

·         Add test cases to address scenarios found in the ACE security bugs in the 1.2 release. Look for similar scenarios in the new 1.3 code base only (not entire code base)