Skip to content

Commit 8869ebf

Browse files
committed
Fix incorrect disclosure date for OpenNMS exploit
Disclosure date was Nov 2015, not Nov 2014
1 parent 6c62214 commit 8869ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/linux/misc/opennms_java_serialize.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def initialize(info = {})
3434
[ 'OpenNMS / Linux x86_64', { 'Arch' => ARCH_X64, 'Platform' => 'linux' } ]
3535
],
3636
'DefaultTarget' => 0,
37-
'DisclosureDate' => 'Nov 19 2014'
37+
'DisclosureDate' => 'Nov 06 2015'
3838
)
3939
)
4040

0 commit comments

Comments
 (0)