Skip to content

Commit

Permalink
add EVENT_DEPENDENT to spec
Browse files Browse the repository at this point in the history
  • Loading branch information
h00die committed Apr 22, 2024
1 parent 53c2bf2 commit 3b2d669
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/support/lib/module_validation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ def initialize(mod)
VALID_RELIABILITY_VALUES = [
Msf::FIRST_ATTEMPT_FAIL,
Msf::REPEATABLE_SESSION,
Msf::UNRELIABLE_SESSION
Msf::UNRELIABLE_SESSION,
Msf::EVENT_DEPENDENT
]

#
Expand Down

0 comments on commit 3b2d669

Please sign in to comment.