Skip to content

Commit

Permalink
Land #18243, Fix appscan import failure on empty proof
Browse files Browse the repository at this point in the history
  • Loading branch information
cgranleese-r7 committed Aug 1, 2023
2 parents b875b45 + 5f9d131 commit cd8cd0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rex/parser/appscan_document.rb
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def report_web_vuln(form_info,&block)
web_vuln_info[:method] = form_info[:method]
web_vuln_info[:params] = form_info[:params]
web_vuln_info[:pname] = @state[:issue][:vuln_param]
web_vuln_info[:proof] = "" # TODO: pick this up from <Difference> maybe?
web_vuln_info[:proof] = "unknown" # TODO: pick this up from <Difference> maybe?
web_vuln_info[:risk] = @state[:issue][:risk]
web_vuln_info[:name] = @state[:issue]["IssueTypeID"]
web_vuln_info[:category] = "imported"
Expand Down

0 comments on commit cd8cd0a

Please sign in to comment.