add notes section to placate msftidy

This commit is contained in:
Tim W
2022-02-16 11:48:55 +00:00
parent 480c44e9cb
commit 4e5cd8693d
4 changed files with 20 additions and 0 deletions
@@ -35,6 +35,11 @@ class MetasploitModule < Msf::Exploit::Remote
['URL', 'https://blog.exodusintel.com/2019/09/09/patch-gapping-chrome/'],
['URL', 'https://lordofpwn.kr/cve-2019-5825-v8-exploit/'],
],
'Notes' => {
'Reliability' => [ REPEATABLE_SESSION ],
'SideEffects' => [ IOC_IN_LOGS ],
'Stability' => [CRASH_SAFE]
},
'Arch' => [ ARCH_X64 ],
'Platform' => ['windows', 'osx'],
'DefaultTarget' => 0,