Closed peterstace closed 3 months ago
The only breakages were related to gosec, with the "G115" rule being triggered (the rule relates to potential integer overflows). These were all false positives, so I just disabled that particular rule.
gosec
Have you:
Added unit tests? N/A
Add cmprefimpl tests? (if appropriate?) N/A
Updated release notes? (if appropriate?) Yes.
Thanks for reviewing!
Description
The only breakages were related to
gosec
, with the "G115" rule being triggered (the rule relates to potential integer overflows). These were all false positives, so I just disabled that particular rule.Check List
Have you:
Added unit tests? N/A
Add cmprefimpl tests? (if appropriate?) N/A
Updated release notes? (if appropriate?) Yes.
Related Issue