bugfix
This commit is contained in:
@@ -26,7 +26,7 @@ class Vulnerability
|
|||||||
end
|
end
|
||||||
|
|
||||||
def self.cve_url(cve)
|
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
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user