Merge remote-tracking branch 'origin/master' into layout-423

This commit is contained in:
FireFart
2014-03-22 18:01:22 +01:00
27 changed files with 362 additions and 239 deletions

View File

@@ -14,7 +14,7 @@ class Vulnerability
end
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
def url_osvdb(id)
@@ -30,4 +30,4 @@ class Vulnerability
end
end
end
end