Skip to content

Commit 87293f5

Browse files
authored
Merge pull request rapid7#20006 from cgranleese-r7/add-missing-notes-to-modules
Fixes modules that were causing Rubocop to fail
2 parents bfe3597 + e3e396b commit 87293f5

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

modules/exploits/unix/webapp/phpbb_highlight.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ def initialize(info = {})
4444
}
4545
},
4646
'Platform' => 'unix',
47+
'Notes' =>
48+
{
49+
'Stability' => [Msf::CRASH_SAFE],
50+
'SideEffects' => [],
51+
'Reliability' => []
52+
},
4753
'Arch' => ARCH_CMD,
4854
'Targets' =>
4955
[

modules/exploits/windows/smb/ms10_061_spoolss.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ def initialize(info = {})
3636
],
3737
'License' => MSF_LICENSE,
3838
'Platform' => 'win',
39+
'Notes' => {
40+
'Stability' => [Msf::CRASH_SAFE],
41+
'SideEffects' => [Msf::ARTIFACTS_ON_DISK],
42+
'Reliability' => []
43+
},
3944
'References' =>
4045
[
4146
[ 'OSVDB', '67988' ],

0 commit comments

Comments
 (0)