1
0
mirror of https://github.com/securego/gosec.git synced 2025-11-27 22:28:20 +02:00
Files
gosec/rules/integer_overflow.go
云微 602ced7e71 Fix wrong location for G109 (#829)
Before this commit, G109 will report on `strconv.Atoi`.
After this, it will report on the convertion like`int32(a)`.
2022-07-06 06:37:11 +02:00

2.8 KiB