diff --git a/cpp/ql/lib/change-notes/2023-08-24-no-taint-argv-indirections.md b/cpp/ql/lib/change-notes/2023-08-24-no-taint-argv-indirections.md new file mode 100644 index 00000000000..4baf9b770d6 --- /dev/null +++ b/cpp/ql/lib/change-notes/2023-08-24-no-taint-argv-indirections.md @@ -0,0 +1,4 @@ +--- +category: minorAnalysis +--- +* Only the 2 level indirection of `argv` (corresponding to `**argv`) is consided for `FlowSource`. diff --git a/cpp/ql/src/change-notes/2023-08-24-no-taint-argv-indirections.md b/cpp/ql/src/change-notes/2023-08-24-no-taint-argv-indirections.md new file mode 100644 index 00000000000..74b8e6910da --- /dev/null +++ b/cpp/ql/src/change-notes/2023-08-24-no-taint-argv-indirections.md @@ -0,0 +1,4 @@ +--- +category: minorAnalysis +--- +* Some queries that had repeated results corresponding to different levels of indirection for `argv` now only have a single result.