From 5448071e0997d87c06a41745331b6d4f09fe3167 Mon Sep 17 00:00:00 2001 From: Napalys Klicius Date: Thu, 19 Jun 2025 14:20:37 +0200 Subject: [PATCH] Update javascript/ql/src/change-notes/2025-06-12-loop-iteration-fix.md Co-authored-by: Taus --- javascript/ql/src/change-notes/2025-06-12-loop-iteration-fix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/ql/src/change-notes/2025-06-12-loop-iteration-fix.md b/javascript/ql/src/change-notes/2025-06-12-loop-iteration-fix.md index c34e91360af..2716069fb71 100644 --- a/javascript/ql/src/change-notes/2025-06-12-loop-iteration-fix.md +++ b/javascript/ql/src/change-notes/2025-06-12-loop-iteration-fix.md @@ -1,4 +1,4 @@ --- category: minorAnalysis --- -* Fixed false positives in the `js/loop-iteration-skipped-due-to-shifting` query when `splice` is used as a condition that adjusts the loop counter. +* Fixed false positives in the `js/loop-iteration-skipped-due-to-shifting` query when the return value of `splice` is used to decide whether to adjust the loop counter.