awslabs / ar-go-tools

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

Updating dependency analysis using new analyzer state framework + doc. #80

Closed victornicolet closed 4 months ago

victornicolet commented 4 months ago

This PR updates the dependency analysis to use the dataflow analyzer state and option files like the taint and backtrace tools (harmonize control of logging options).

Also fixes some null pointer exception when using the -cover option on some package path generation.