mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
278 B
278 B
lgtm,codescanning
- The query "Bad redirect check" (
go/bad-redirect-check) now requires that the checked variable is actually used in a redirect as opposed to relying on a name-based heuristic. This eliminates some false positive results, and adds more true positive results.