awslabs / ar-go-tools

ar-go-tools (Argot) is a collection of analysis tools for Go
Apache License 2.0
5 stars 1 forks source link

Using aliasing information to properly identify callees as sources #35

Closed victornicolet closed 8 months ago

victornicolet commented 8 months ago

This PR proposes a different approach to fixing the problem where a function being called is not being identified as a source because it is only an alias of a source function.