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 "How To Add a Vulnerability"

From OWASP
Jump to: navigation, search
 
Line 4: Line 4:
  
  
==Risk Description==
+
==Overview==
 +
blah
  
blah blah blah
+
==Consequences ==
 +
* blah
 +
* blah
  
==Attack Scenario==
+
==Exposure period ==
 +
* blah
  
blah blah blah
+
==Platform ==
  
==Likelihood Considerations==
+
* Languages: blah++
  
blah blah blah
+
* Operating platforms: blah
  
==Impact Considerations==
+
==Required resources ==
 +
blah
  
blah blah blah
+
==Severity ==
 +
[Low|Medium|High|Very High]
  
==Overall Severity==
+
==Likelihood of exploit ==
 +
blah
  
blah blah blah
+
==Avoidance and mitigation ==
 +
blah
  
==Countermeasures==
+
==Discussion ==
 +
blah
  
blah blah blah
+
==Examples ==
 +
blah
  
==Root Causes==
+
<pre>
 +
int blah(void) {
 +
  ...
 +
}
 +
</pre>
  
blah blah blah
+
==Related problems ==
  
==Related Vulnerabilities==
+
* blah
 +
* blah
  
blah blah blah
 
  
==References==
+
[[Category:Vulnerability]]
  
blah blah blah
+
[[Category:Range and Type Errors]]
  
==Categories==
+
[[Category:OWASP_CLASP_Project]]
  
 
[[Category:Vulnerability]]
 
[[Category:Vulnerability]]

Revision as of 06:52, 27 May 2006

Start a page by entering a url...

Copy this template and fill it in...


Overview

blah

Consequences

  • blah
  • blah

Exposure period

  • blah

Platform

  • Languages: blah++
  • Operating platforms: blah

Required resources

blah

Severity

[Low|Medium|High|Very High]

Likelihood of exploit

blah

Avoidance and mitigation

blah

Discussion

blah

Examples

blah

int blah(void) {
  ...
}

Related problems

  • blah
  • blah