mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
270 B
270 B
lgtm,codescanning
- Query "Redundant check for negative value" (
go/negative-length-check) has been expanded to consider unsigned integers, along with the return values oflenandcapwhich it already handled. It has also been renamed to match its expanded role.