bugfix
This commit is contained in:
@@ -26,7 +26,7 @@ class Vulnerability
|
||||
end
|
||||
|
||||
def self.cve_url(cve)
|
||||
"http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE#{cve}"
|
||||
"http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-#{cve}"
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user