mirror of
https://github.com/securego/gosec.git
synced 2025-06-02 22:57:35 +02:00
Before this commit, G109 will report on `strconv.Atoi`. After this, it will report on the convertion like`int32(a)`.
Before this commit, G109 will report on `strconv.Atoi`. After this, it will report on the convertion like`int32(a)`.