From fba4bc85c6dcd7aaa31f549c6ea2fe0086c7c0a6 Mon Sep 17 00:00:00 2001 From: paulino Date: Wed, 15 Apr 2015 20:29:47 +0000 Subject: [PATCH] Make the library vulns use HTTPS by default when generating CVE links. --- nselib/vulns.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nselib/vulns.lua b/nselib/vulns.lua index 859e8efb2..e0e5a22ea 100644 --- a/nselib/vulns.lua +++ b/nselib/vulns.lua @@ -436,7 +436,7 @@ end -- construct and return the correct links. local POPULAR_IDS_LINKS = { CVE = function(id) - local link = 'http://cve.mitre.org/cgi-bin/cvename.cgi?name=' + local link = 'https://cve.mitre.org/cgi-bin/cvename.cgi?name=' return string_format("%s%s", link, id) end, OSVDB = function(id)