Skip to content
This repository has been archived by the owner on Mar 30, 2024. It is now read-only.

Commit

Permalink
Owasp basic matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ab-smith committed Oct 5, 2023
1 parent abb5c85 commit da4c333
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions library/libraries/3x3_owasp_matrix.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"locale": "en",
"name": "OWASP basic matrix 3x3",
"description": "OWASP basic matrix 3x3",
"format_version": "1.0",
"objects": [
{
"type": "matrix",
"fields": {
"name": "owasp",
"description": "owasp matrix",
"probability" : [
{"abbreviation": "L", "name": "Low", "description": "rare"},
{"abbreviation": "M", "name": "Medium", "description": "occasional"},
{"abbreviation": "H", "name": "High", "description": "frequent"}
],
"impact": [
{"abbreviation": "L", "name": "Low", "description": "minimal"},
{"abbreviation": "M", "name": "Medium", "description": "moderate"},
{"abbreviation": "H", "name": "High", "description": "severe"}
],
"risk": [
{"abbreviation": "N", "name": "Note", "description": "Note", "hexcolor": "#A6EC99"},
{"abbreviation": "L", "name": "Low", "description": "Low", "hexcolor": "#FFFF54"},
{"abbreviation": "M", "name": "Medium", "description": "Medium", "hexcolor": "#F2A93B"},
{"abbreviation": "H", "name": "High", "description": "High", "hexcolor": "#F5C2CB"},
{"abbreviation": "C", "name": "Critical", "description": "Critical", "hexcolor": "#EA3323"}
],
"grid": [
[0, 1, 2],
[1, 2, 3],
[2, 3, 4]
]
}
}
]
}

0 comments on commit da4c333

Please sign in to comment.