Skip to content

Commit

Permalink
Include additional asset type for hackerone
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadiyt committed Jan 28, 2024
1 parent b8a2c5c commit 8a0ff62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bounty-targets/hackerone.rb
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def uris

program['targets']['in_scope']
end.select do |scope|
scope['asset_type'] == 'URL'
['URL', 'WILDCARD'].include?(scope['asset_type'])
end.map do |scope|
scope['asset_identifier']
end
Expand Down

0 comments on commit 8a0ff62

Please sign in to comment.