File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,13 +100,13 @@ def initialize(in_ctx_id = 'Unknown', in_ctx_val = '')
100
100
elsif ( in_ctx_id == 'CVE' )
101
101
self . site = "http://cvedetails.com/cve/#{ in_ctx_val } /"
102
102
elsif ( in_ctx_id == 'CWE' )
103
- self . site = "http ://cwe.mitre.org/data/definitions/#{ in_ctx_val } .html"
103
+ self . site = "https ://cwe.mitre.org/data/definitions/#{ in_ctx_val } .html"
104
104
elsif ( in_ctx_id == 'BID' )
105
105
self . site = "http://www.securityfocus.com/bid/#{ in_ctx_val } "
106
106
elsif ( in_ctx_id == 'MSB' )
107
107
self . site = "http://technet.microsoft.com/en-us/security/bulletin/#{ in_ctx_val } "
108
108
elsif ( in_ctx_id == 'EDB' )
109
- self . site = "http ://www.exploit-db.com/exploits/#{ in_ctx_val } "
109
+ self . site = "https ://www.exploit-db.com/exploits/#{ in_ctx_val } "
110
110
elsif ( in_ctx_id == 'US-CERT-VU' )
111
111
self . site = "http://www.kb.cert.org/vuls/id/#{ in_ctx_val } "
112
112
elsif ( in_ctx_id == 'ZDI' )
You can’t perform that action at this time.
0 commit comments