switch over to nist

Closes #301
This commit is contained in:
FireFart
2014-03-22 17:30:03 +01:00
parent 13c32bfe53
commit a0f476fb24

View File

@@ -14,7 +14,7 @@ class Vulnerability
end end
def url_cve(cve) def url_cve(cve)
"http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-#{cve}" "http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-#{cve}"
end end
def url_osvdb(id) def url_osvdb(id)