C++: Update change note.

This commit is contained in:
Geoffrey White
2020-01-28 14:45:23 +00:00
parent f02ffcbbd2
commit fc1816cbd7

View File

@@ -40,4 +40,4 @@ The following changes in version 1.24 affect C/C++ analysis in all applications.
* The taint tracking library (`semmle.code.cpp.dataflow.TaintTracking`) has had
the following improvements:
* The library now models data flow through `strdup` and similar functions.
* The library now models data flow through formatting functions such as `sprintf`. Only fixed parameters (not varargs) are included in the model.
* The library now models data flow through formatting functions such as `sprintf`.