From 83d1fc33e11b5a0fe15c4eecce9300a411fe8b33 Mon Sep 17 00:00:00 2001 From: Owen Mansel-Chan Date: Tue, 14 Nov 2023 23:16:32 +0000 Subject: [PATCH] Add change note --- .../change-notes/2023-11-15-bug-fix-value-flow-in-array.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 go/ql/lib/change-notes/2023-11-15-bug-fix-value-flow-in-array.md diff --git a/go/ql/lib/change-notes/2023-11-15-bug-fix-value-flow-in-array.md b/go/ql/lib/change-notes/2023-11-15-bug-fix-value-flow-in-array.md new file mode 100644 index 00000000000..931ba2d1e89 --- /dev/null +++ b/go/ql/lib/change-notes/2023-11-15-bug-fix-value-flow-in-array.md @@ -0,0 +1,4 @@ +--- +category: fix +--- +* A bug has been fixed that meant that value flow through an array was not tracked correctly in some circumstances. Taint flow was tracked correctly.