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

Changing ExplicitFlowsOnly to FailOnImplicitFlow #71

Closed victornicolet closed 4 weeks ago

victornicolet commented 4 weeks ago

This changes the configuration option from ExplicitFlowsOnly to FailOnImplicitFlow which reflects better what the analysis does (fails on implicit flows when on) and by default does expliticit flows only, which is what taint analyzers usually do. Also makes previous applications using the .drawio config file format backwards compatible.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.