Skip to content

Commit 3e1bca0

Browse files
authored
Land #20290, fixes space in CVE number
Fix errant space in CVE number
2 parents 18c21f1 + 8f2b364 commit 3e1bca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/admin/networking/thinmanager_traversal_upload.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def initialize(info = {})
2424
],
2525
'License' => MSF_LICENSE,
2626
'References' => [
27-
['CVE', '2023-27855 '],
27+
['CVE', '2023-27855'],
2828
['URL', 'https://www.tenable.com/security/research/tra-2023-13'],
2929
['URL', 'https://rockwellautomation.custhelp.com/app/answers/answer_view/a_id/1138640']
3030
],

0 commit comments

Comments
 (0)