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.