Fix RuboCop issues with ubiquiti_config.rb

This commit is contained in:
Grant Willcox
2022-03-23 11:32:45 -05:00
parent bbf9e3163a
commit ff77ff0d11
@@ -21,7 +21,12 @@ class MetasploitModule < Msf::Auxiliary
Unifi. This module can take either the db file or .unf.
},
'License' => MSF_LICENSE,
'Author' => ['h00die']
'Author' => ['h00die'],
'Notes' => {
'Stability' => [CRASH_SAFE],
'Reliability' => [],
'SideEffects' => []
}
)
)