mirror of
https://github.com/nmap/nmap.git
synced 2026-07-11 18:55:08 +00:00
Make the library vulns use HTTPS by default when generating CVE links.
This commit is contained in:
parent
052fc14e02
commit
fba4bc85c6
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue