issues
search
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
Adding max-context option and calling max-depth unsafe.
#74
Closed
victornicolet
closed
5 months ago
victornicolet
commented
5 months ago
Description of changes*
Adds a new
max-entrypoint-context-size
option to limit the max context size at entrypoints.
Change name of
max-depth
to
unsafe-max-depth
to make it explicit this option affects soundness.
Set parsing of config file to fail on unknown fields to prevent misconfigurations.
Cleanup config files in tests.
max-entrypoint-context-size
option to limit the max context size at entrypoints.max-depth
tounsafe-max-depth
to make it explicit this option affects soundness.