mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
332 B
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.