Skip to content

Commit 01c5662

Browse files
committed
Land rapid7#7100, Change Burp import to allow blank references
2 parents b13d0f8 + 3ed6632 commit 01c5662

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/rex/parser/burp_issue_nokogiri.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ def report_vuln
111111
return unless @state[:service_object]
112112
return unless @state[:vuln_name]
113113
return unless @state[:issue_detail]
114-
return unless @state[:refs]
115114
vuln_info = {workspace: @args[:wspace]}
116115
vuln_info[:service_id] = @state[:service_object].id
117116
vuln_info[:host] = @state[:host]

0 commit comments

Comments
 (0)