Skip to content

Commit 9106444

Browse files
committed
References EDB cleanup
All other types of references use String arguments, but approximately half of the EDB references use Fixnums. Fix this by using Strings here too.
1 parent 21f6127 commit 9106444

File tree

136 files changed

+159
-159
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

136 files changed

+159
-159
lines changed

modules/auxiliary/admin/http/trendmicro_dlp_traversal.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def initialize
3636
[ 'OSVDB', '73447' ],
3737
[ 'CVE', '2008-2938' ],
3838
[ 'URL', 'http://www.securityfocus.com/archive/1/499926' ],
39-
[ 'EDB', 17388 ],
39+
[ 'EDB', '17388' ],
4040
[ 'BID', '48225' ],
4141
],
4242
'Author' => [ 'patrick' ],

modules/auxiliary/admin/http/typo3_sa_2009_002.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def initialize(info = {})
3232
['OSVDB', '52048'],
3333
['CVE', '2009-0815'],
3434
['URL', 'http://secunia.com/advisories/33829/'],
35-
['EDB', 8038],
35+
['EDB', '8038'],
3636
['URL', 'http://typo3.org/teams/security/security-bulletins/typo3-sa-2009-002/'],
3737
],
3838
'DisclosureDate' => 'Feb 10 2009',

modules/auxiliary/admin/zend/java_bridge.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def initialize(info = {})
3232
[
3333
[ 'OSVDB', '71420'],
3434
[ 'URL', 'http://www.zerodayinitiative.com/advisories/ZDI-11-113/' ],
35-
[ 'EDB', 17078 ],
35+
[ 'EDB', '17078' ],
3636
],
3737
'DisclosureDate' => 'Mar 28 2011'))
3838

modules/auxiliary/dos/dhcp/isc_dhcpd_clientid.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def initialize
3737
[
3838
[ 'CVE', '2010-2156' ],
3939
[ 'OSVDB', '65246'],
40-
[ 'EDB', 14185]
40+
[ 'EDB', '14185']
4141
]
4242
)
4343
register_options(

modules/auxiliary/dos/hp/data_protector_rds.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def initialize(info = {})
3636
[
3737
[ 'CVE', '2011-0514' ],
3838
[ 'OSVDB', '70617' ],
39-
[ 'EDB', 15940 ],
39+
[ 'EDB', '15940' ],
4040
],
4141
'DisclosureDate' => 'Jan 8 2011' ))
4242

modules/auxiliary/dos/http/apache_mod_isapi.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def initialize(info = {})
5353
[ 'URL', 'https://issues.apache.org/bugzilla/show_bug.cgi?id=48509' ],
5454
[ 'URL', 'http://www.gossamer-threads.com/lists/apache/cvs/381537' ],
5555
[ 'URL', 'http://www.senseofsecurity.com.au/advisories/SOS-10-002' ],
56-
[ 'EDB', 11650 ]
56+
[ 'EDB', '11650' ]
5757
],
5858
'DisclosureDate' => 'Mar 05 2010'))
5959

modules/auxiliary/dos/http/apache_range_dos.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def initialize(info = {})
3636
[
3737
[ 'BID', '49303'],
3838
[ 'CVE', '2011-3192'],
39-
[ 'EDB', 17696],
39+
[ 'EDB', '17696'],
4040
[ 'OSVDB', '74721' ],
4141
],
4242
'DisclosureDate' => 'Aug 19 2011'))

modules/auxiliary/dos/windows/ftp/iis75_ftpd_iac_bof.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def initialize(info = {})
4040
[ 'OSVDB', '70167' ],
4141
[ 'BID', '45542' ],
4242
[ 'MSB', 'MS11-004' ],
43-
[ 'EDB', 15803 ],
43+
[ 'EDB', '15803' ],
4444
[ 'URL', 'http://blogs.technet.com/b/srd/archive/2010/12/22/assessing-an-iis-ftp-7-5-unauthenticated-denial-of-service-vulnerability.aspx' ]
4545
],
4646
'DisclosureDate' => 'Dec 21 2010'))

modules/auxiliary/dos/windows/ftp/solarftp_user.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def initialize(info={})
3434
'Version' => '$Revision$',
3535
'References' =>
3636
[
37-
[ 'EDB', 16204 ],
37+
[ 'EDB', '16204' ],
3838
],
3939
'DisclosureDate' => 'Feb 22 2011'))
4040

modules/auxiliary/dos/windows/http/ms10_065_ii6_asp_dos.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def initialize(info = {})
3838
[ 'CVE', '2010-1899' ],
3939
[ 'OSVDB', '67978'],
4040
[ 'MSB', 'MS10-065'],
41-
[ 'EDB', 15167 ]
41+
[ 'EDB', '15167' ]
4242
],
4343
'DisclosureDate' => 'Sep 14 2010'))
4444

0 commit comments

Comments
 (0)