Change note

This commit is contained in:
Chris Smowton
2024-09-19 15:12:11 +01:00
parent bc9eb993b8
commit bb82dc1b18

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* `DataFlow::Node` instances 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 using `Callable` and other non-dataflow classes to identify such library entities.