mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
8 lines
578 B
Markdown
8 lines
578 B
Markdown
## 0.8.1
|
|
|
|
### Minor Analysis Improvements
|
|
|
|
* Fixed a bug that stopped built-in functions from being referenced using the predicate `hasQualifiedName` because technically they do not belong to any package. Now you can use the empty string as the package, e.g. `f.hasQualifiedName("", "len")`.
|
|
* Fixed a bug that stopped data flow models for built-in functions from having any effect because the package "" was not parsed correctly.
|
|
* Fixed a bug that stopped data flow from being followed through variadic arguments to built-in functions or to functions called using a variable.
|