Files
codeql/go/old-change-notes/2021-02-10-cfg-equality-panic-edges.md
2022-05-20 10:07:19 -07:00

3 lines
334 B
Markdown

lgtm,codescanning
* Improved the Go control-flow graph to exclude more edges representing panics due to comparisons when the types of the compared values indicate a panic is impossible (for example, comparing integers cannot panic). This may reduce false-positives or false-negatives for any query for which control-flow is relevant.