Files
codeql/python/ql/lib/change-notes/2023-01-16-new-call-graph.md
Rasmus Wriedt Larsen fdb33ff48e Python: Fix grammar in change-note
Co-authored-by: Taus <tausbn@github.com>
2023-02-01 14:01:20 +01:00

361 B

category
category
majorAnalysis
  • We use a new analysis for the call-graph (determining which function is called). This can lead to changed results. In most cases this is much more accurate than the old call-graph that was based on points-to, but we do lose a few valid edges in the call-graph, especially around methods that are not defined inside its' class.