mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
Python: Add change-note
This commit is contained in:
4
python/ql/lib/change-notes/2023-01-16-new-call-graph.md
Normal file
4
python/ql/lib/change-notes/2023-01-16-new-call-graph.md
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
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 loose a few valid edges in the call-graph, especially around methods that are not defined inside its' class.
|
||||
Reference in New Issue
Block a user