add change-note

This commit is contained in:
erik-krogh
2023-10-07 15:41:08 +02:00
parent 56e9eda2b9
commit d261cec3cd

View File

@@ -0,0 +1,5 @@
---
category: minorAnalysis
---
* Tagged template literals have been added to `DataFlow::CallNode`. This allows the analysis to find flow into functions called with a tagged template literal,
and the arguments to a tagged template literal are part of the API-graph in `ApiGraphs.qll`.