We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5fb75f commit 1db794eCopy full SHA for 1db794e
lib/bounty-targets/intigriti.rb
@@ -112,7 +112,7 @@ def directory_index
112
113
def program_scopes(program)
114
url = "https://app.intigriti.com/api/core/public/programs/#{encode(program[:company_handle])}/#{encode(program[:handle])}"
115
- targets = (JSON.parse(SsrfFilter.get(url).body)['assets'].max_by do |domains|
+ targets = (JSON.parse(SsrfFilter.get(url).body)['assetsAndGroups'].max_by do |domains|
116
domains['createdAt']
117
end)['content'].map do |content|
118
{
0 commit comments