Skip to content
This repository was archived by the owner on Oct 22, 2020. It is now read-only.

Commit ee7ae0f

Browse files
committed
Update format for CVE reference inflation
1 parent 358102a commit ee7ae0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/wpxf/utility/reference_inflater.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def format_strings
2222
{
2323
'WPVDB' => 'https://wpvulndb.com/vulnerabilities/%s',
2424
'OSVDB' => 'http://www.osvdb.org/%s',
25-
'CVE' => 'http://www.cvedetails.com/cve/%s',
25+
'CVE' => 'http://www.cvedetails.com/cve/CVE-%s',
2626
'EDB' => 'https://www.exploit-db.com/exploits/%s',
2727
'URL' => '%s'
2828
}

0 commit comments

Comments
 (0)