Skip to content

Commit

Permalink
Remove trailing space from CVE identifier
Browse files Browse the repository at this point in the history
ASUS Net4Switch ipswcom exploit mistakenly included a trailing space at the end of its CVE reference.
  • Loading branch information
bschmeck committed Aug 29, 2018
1 parent 4803c88 commit c4d697a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def initialize(info={})
],
'References' =>
[
[ 'CVE', '2012-4924 ' ],
[ 'CVE', '2012-4924' ],
[ 'OSVDB', '79438' ],
[ 'URL', 'http://dsecrg.com/pages/vul/show.php?id=417' ]
],
Expand Down

0 comments on commit c4d697a

Please sign in to comment.