Skip to content

Commit 02c6d2a

Browse files
committed
change message
1 parent 674f396 commit 02c6d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/API_Fuzzer/idor_check.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def fuzz_without_session
3838
def fuzz_match(resp, resp_without_session, method)
3939
@vulnerabilities << API_Fuzzer::Vulnerability.new(
4040
type: 'HIGH',
41-
value: "API doesn't have session protection",
41+
value: "API doesn't have access control protection",
4242
description: "Possible IDOR in #{method} #{@url}"
4343
) if resp.body.to_s == resp_without_session.body.to_s
4444
end

0 commit comments

Comments
 (0)