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:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user