Skip to content

Commit

Permalink
add 5x5 sensitive matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-intuitem committed May 5, 2024
1 parent ad590a5 commit f5ef41d
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 0 deletions.
104 changes: 104 additions & 0 deletions backend/library/libraries/risk-matrix-5x5-sensitive.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
urn: urn:intuitem:risk:library:risk-matrix-5x5-sensitive
locale: en
ref_id: risk-matrix-5x5-sensitive
name: 5x5 sensitive
description: 5x5 matrix for highly sensitive
copyright: domaine public
version: 1
provider: intuitem
packager: intuitem
objects:
risk_matrix:
- urn: urn:intuitem:risk:matrix:5x5-sensitive
ref_id: risk-matrix-5x5-sensitive
name: 5x5 sensitive
description: 5x5 matrix for highly sensitive
probability:
- id: 0
abbreviation: AC
name: rare
description: rare
- id: 1
abbreviation: LI
name: unlikely
description: unlikely
- id: 2
abbreviation: MO
name: moderate
description: moderate
- id: 3
abbreviation: UN
name: likely
description: likely
- id: 4
abbreviation: RA
name: almost certain
description: almost certain
impact:
- id: 0
abbreviation: IN
name: insignificant
description: insignificant
- id: 1
abbreviation: MI
name: minor
description: minor
- id: 2
abbreviation: SI
name: significant
description: significant
- id: 3
abbreviation: MA
name: major
description: major
- id: 4
abbreviation: SE
name: severe
description: severe
risk:
- id: 0
abbreviation: LO
name: low
description: low
hexcolor: '#02A45A'
- id: 1
abbreviation: ME
name: medium
description: medium
hexcolor: '#FFCE02'
- id: 2
abbreviation: HI
name: high
description: high
hexcolor: '#FFA600'
- id: 3
abbreviation: CR
name: critical
description: critical
hexcolor: '#FF1A00'
grid:
- - 0
- 0
- 0
- 1
- 1
- - 0
- 0
- 1
- 1
- 2
- - 0
- 1
- 1
- 2
- 3
- - 1
- 1
- 2
- 3
- 3
- - 1
- 2
- 3
- 3
- 3
Binary file modified tools/matrix/5x5-sensitive/risk-matrix-5x5-sensitive.xlsx
Binary file not shown.

0 comments on commit f5ef41d

Please sign in to comment.