mirror of
https://github.com/github/codeql.git
synced 2026-05-03 12:45:27 +02: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.