mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
507 B
507 B
category
| category |
|---|
| minorAnalysis |
DataFlow::Nodeinstances are no longer created for library methods and fields that are not callable (either statically or dynamically) or otherwise referred to from source code. This may affect third-party queries that use these nodes to identify library methods or fields that are present in DLL files where those methods or fields are unreferenced. If this presents a problem, consider usingCallableand other non-dataflow classes to identify such library entities.