Skip to content

Release v0.0.5 (Fall collection)

Compare
Choose a tag to compare
@odeke-em odeke-em released this 21 Sep 02:13
· 15 commits to master since this release

With PR #40 by @odeke-em, implemented filtering out of checking code from generated go code. This was polluting reports such as in the cosmos-sdk where we were getting 5,000+ reports per https://github.com/cosmos/cosmos-sdk/security/code-scanning
Screen Shot 2022-09-20 at 6 42 00 PM

We now skip over files with the standard generated Go header regex

^// Code generated .* DO NOT EDIT\.