This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "Day 5"

From OWASP
Jump to: navigation, search
(Created page with "== Key activities == *Implement compensating controls & mitigation controls *Remediation Prioritization == Compensating Controls == *Implement compensating controls to limit...")
 
Line 7: Line 7:
  
 
== Mitigating Controls ==
 
== Mitigating Controls ==
*Implement mitigating controls to discover and prevent mistakes that may lead to the introduction of vulnerabilities; for example, Control 6 of the CSIS 20 Critical Security Controls – Application Software Security. Build security into the development lifecycle.
+
*Implement mitigating controls to discover and prevent mistakes that may lead to the introduction of vulnerabilities; for example, Control 6 of the CSIS 20 Critical Security Controls – Application Software Security. Build security into the development life cycle.
  
 
== Remediation Prioritization ==
 
== Remediation Prioritization ==
 
*Implement remediation prioritization driven by financial calculations. Compare the cost of fixing specific
 
*Implement remediation prioritization driven by financial calculations. Compare the cost of fixing specific

Revision as of 16:20, 12 December 2014

Key activities

  • Implement compensating controls & mitigation controls
  • Remediation Prioritization

Compensating Controls

  • Implement compensating controls to limit the likelihood of successful attacks; for example, deploy web application firewalls (WAFs) that inspect all traffic flowing to the web application for common web application attacks.

Mitigating Controls

  • Implement mitigating controls to discover and prevent mistakes that may lead to the introduction of vulnerabilities; for example, Control 6 of the CSIS 20 Critical Security Controls – Application Software Security. Build security into the development life cycle.

Remediation Prioritization

  • Implement remediation prioritization driven by financial calculations. Compare the cost of fixing specific