Skip to content

Commit ab89e55

Browse files
authored
Remove accidental trailing space
1 parent 2252490 commit ab89e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/multi/http/oracle_weblogic_wsat_deserialization_rce.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def initialize(info = {})
3030
['URL', 'https://www.oracle.com/technetwork/topics/security/cpuoct2017-3236626.html'], # Security Bulletin
3131
['URL', 'https://github.com/Luffin/CVE-2017-10271'], # Proof-of-Concept
3232
['URL', 'https://github.com/kkirsche/CVE-2017-10271'], # Standalone Exploit
33-
['CVE', '2017-10271'],
33+
['CVE', '2017-10271'],
3434
['EDB', '43458']
3535
],
3636
'Platform' => %w{ win unix },

0 commit comments

Comments
 (0)