zoukankan      html  css  js  c++  java
  • security testing

    ·         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)

  • 相关阅读:
    Application和Page详解
    Session解析
    CSS设置技巧
    CSS布局模型
    CSS盒模型
    JAVA -Xms -Xmx -XX:PermSize -XX:MaxPermSize 区别
    设计模式——单例模式
    设计模式——工厂模式
    Go语言学习
    每周一个设计模式
  • 原文地址:https://www.cnblogs.com/liangqihui/p/875941.html
Copyright © 2011-2022 走看看