Files
codeql/go/ql/lib/change-notes/2024-06-17-go-global-variable-writes.md
Chris Smowton 4da5d6660a Add change note
2024-06-17 16:49:09 +01:00

332 B

category
category
fix
  • Fixed dataflow via global variables other than via a direct write: for example, via a side-effect on a global, such as io.copy(SomeGlobal, ...) or via assignment to a field or array or slice cell of a global. This means that any data-flow query may return more results where global variables are involved.