1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-22 07:29:01 +00:00

Removes OSVDB references from scripts. Closes #1534

Code specific to OSVDB in vulns.lua is retained for historical reasons
This commit is contained in:
nnposter
2019-04-02 16:51:36 +00:00
parent e945f8363f
commit a520bf8f23
19 changed files with 77 additions and 82 deletions

View File

@@ -454,7 +454,7 @@ local POPULAR_IDS_LINKS = {
return string_format("%s%s", link, id)
end,
BID = function(id)
local link = 'http://www.securityfocus.com/bid/'
local link = 'https://www.securityfocus.com/bid/'
return string_format("%s%s", link, id)
end,
}