We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f480e5 commit 946d1a4Copy full SHA for 946d1a4
1 file changed
modules/exploits/unix/webapp/phpmyadmin_config.rb
@@ -67,9 +67,9 @@ def initialize(info = {})
67
'DefaultTarget' => 0,
68
'DisclosureDate' => '2009-03-24',
69
'Notes' => {
70
- 'Reliability' => REPEATABLE_SESSION,
71
- 'Stability' => CRASH_SAFE,
72
- 'SideEffects' => CONFIG_CHANGES
+ 'Reliability' => [REPEATABLE_SESSION],
+ 'Stability' => [CRASH_SAFE],
+ 'SideEffects' => [CONFIG_CHANGES]
73
}
74
)
75
0 commit comments