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
| Line 4: | Line 4: | ||
| − | == | + | ==Overview== |
| + | blah | ||
| − | 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 | ||
| − | + | <pre> | |
| + | int blah(void) { | ||
| + | ... | ||
| + | } | ||
| + | </pre> | ||
| − | + | ==Related problems == | |
| − | + | * blah | |
| + | * blah | ||
| − | |||
| − | + | [[Category:Vulnerability]] | |
| − | + | [[Category:Range and Type Errors]] | |
| − | + | [[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