Files
codeql/go/ql/lib/change-notes/released/0.8.1.md
2024-05-14 19:23:18 +00:00

578 B

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.