Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@
1 jva_cup.*
1 liquibase.*
1 kodo.*
2 kong.unirest.*
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just to clarify... why 2 and not 1?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

# 2 = Iast Instrumenter allows and filter stacktrace

This is not really a false positive, just a location problem. We want to detect the SSRF vulnerability in the code that calls the HTTP client, not within the HTTP client itself. So propagation inside this code is good, but we want to filter out it from the stacktrace.

1 macromedia.*
1 Microsoft.*
1 nanoxml.*
Expand Down
Loading