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)