File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -104,12 +104,8 @@ def initialize(in_ctx_id = 'Unknown', in_ctx_val = '')
104
104
self . site = 'http://technet.microsoft.com/en-us/security/bulletin/' + in_ctx_val . to_s
105
105
elsif ( in_ctx_id == 'EDB' )
106
106
self . site = 'http://www.exploit-db.com/exploits/' + in_ctx_val . to_s
107
- elsif ( in_ctx_id == 'WVE' )
108
- self . site = 'http://www.wirelessve.org/entries/show/WVE-' + in_ctx_val . to_s
109
107
elsif ( in_ctx_id == 'US-CERT-VU' )
110
108
self . site = 'http://www.kb.cert.org/vuls/id/' + in_ctx_val . to_s
111
- elsif ( in_ctx_id == 'BPS' )
112
- self . site = 'https://strikecenter.bpointsys.com/bps/advisory/BPS-' + in_ctx_val . to_s
113
109
elsif ( in_ctx_id == 'ZDI' )
114
110
self . site = 'http://www.zerodayinitiative.com/advisories/ZDI-' + in_ctx_val . to_s
115
111
elsif ( in_ctx_id == 'URL' )
Original file line number Diff line number Diff line change @@ -177,8 +177,6 @@ def check_ref_identifiers
177
177
warn ( "milw0rm references are no longer supported." )
178
178
when 'EDB'
179
179
warn ( "Invalid EDB reference" ) if value !~ /^\d +$/
180
- when 'WVE'
181
- warn ( "Invalid WVE reference" ) if value !~ /^\d +\- \d +$/
182
180
when 'US-CERT-VU'
183
181
warn ( "Invalid US-CERT-VU reference" ) if value !~ /^\d +$/
184
182
when 'ZDI'
@@ -194,8 +192,6 @@ def check_ref_identifiers
194
192
warn ( "Please use 'MSB' for '#{ value } '" )
195
193
elsif value =~ /^http:\/ \/ www\. exploit\- db\. com\/ exploits\/ /
196
194
warn ( "Please use 'EDB' for '#{ value } '" )
197
- elsif value =~ /^http:\/ \/ www\. wirelessve\. org\/ entries\/ show\/ WVE\- /
198
- warn ( "Please use 'WVE' for '#{ value } '" )
199
195
elsif value =~ /^http:\/ \/ www\. kb\. cert\. org\/ vuls\/ id\/ /
200
196
warn ( "Please use 'US-CERT-VU' for '#{ value } '" )
201
197
end
You can’t perform that action at this time.
0 commit comments