Skip to content

Commit db2850b

Browse files
committed
Changed the Burp import to import vulns with blank references
1 parent 963437d commit db2850b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rex/parser/burp_issue_nokogiri.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ 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]
114+
#return unless @state[:refs]
115115
vuln_info = {workspace: @args[:wspace]}
116116
vuln_info[:service_id] = @state[:service_object].id
117117
vuln_info[:host] = @state[:host]

0 commit comments

Comments
 (0)