Skip to content

Commit

Permalink
add EVENT_DEPENDENT to vcenter vmon priv esc
Browse files Browse the repository at this point in the history
  • Loading branch information
h00die committed Apr 22, 2024
1 parent a554e52 commit 53c2bf2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def initialize(info = {})
},
'Notes' => {
'Stability' => [CRASH_SERVICE_DOWN],
'Reliability' => [REPEATABLE_SESSION],
'Reliability' => [REPEATABLE_SESSION, EVENT_DEPENDENT],
'SideEffects' => [ARTIFACTS_ON_DISK, CONFIG_CHANGES, IOC_IN_LOGS],
'AKA' => ['vScalation']
}
Expand Down

0 comments on commit 53c2bf2

Please sign in to comment.