From 5d729616cdab78ac3106f0e00653a6293dcbb61d Mon Sep 17 00:00:00 2001 From: Owen Mansel-Chan Date: Fri, 20 Oct 2023 11:20:10 +0100 Subject: [PATCH] Add change note --- .../2023-10-20-enclosing-callable-for-external-files | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 csharp/ql/campaigns/Solorigate/lib/change-notes/2023-10-20-enclosing-callable-for-external-files diff --git a/csharp/ql/campaigns/Solorigate/lib/change-notes/2023-10-20-enclosing-callable-for-external-files b/csharp/ql/campaigns/Solorigate/lib/change-notes/2023-10-20-enclosing-callable-for-external-files new file mode 100644 index 000000000000..e0507f3e163f --- /dev/null +++ b/csharp/ql/campaigns/Solorigate/lib/change-notes/2023-10-20-enclosing-callable-for-external-files @@ -0,0 +1,4 @@ +--- +category: fix +--- +* Fixed a bug where data flow nodes in files that are not in the project being analyzed (such as libraries) and are not contained within a function were not given an enclosing callable. Note that for files that are not contained within a function, the enclosing callable is considered to be the file itself. This may cause some minor changes to results.