C++: Add change notes.

This commit is contained in:
Mathias Vorreiter Pedersen
2026-05-18 13:24:59 +01:00
parent 5f10a88208
commit 19781e53e7

View File

@@ -0,0 +1,5 @@
---
category: minorAnalysis
---
* Added flow source models for `scanf_s` and related functions.
* Added a `Call` column to `LocalFlowSourceFunction::hasLocalFlowSource` and `RemoteFlowSourceFunction::hasRemoteFlowSource`. The old predicates without a `Call` column continue to be supported.