v0.3.4-alpha
victornicolet
released this
13 Dec 19:23
·
2 commits
to mainline
since this release
A few changes in the backtrace analysis to:
- eliminate false positives due to how arguments of variadic functions are stored in a slice and
- traces exceeding max depth being unreported when checking for statically defined arguments. Now, a trace exceeding
unsafe-max-depth
is reported.
What's Changed
- Report an error if backtrace max depth is exceeded by @samarth-aws in #123
- Extending the IsStatic definition used by the backtrace analysis. by @victornicolet in #122
- Documentation refresh by @victornicolet in #124
Full Changelog: v0.3.3-alpha...v0.3.4-alpha