Files
codeql/go/old-change-notes/2021-04-20-tuple-types.md
2022-05-20 10:07:19 -07:00

284 B

lgtm,codescanning

  • Fixed a bug where data flow was not correctly computed through two-value index expressions (for example, got, ok := myMap[someIndex]). This may lead to extra results from any dataflow query when an index expression would form part of an important dataflow path.