Update javascript/ql/src/change-notes/2025-06-12-loop-iteration-fix.md

Co-authored-by: Taus <tausbn@github.com>
This commit is contained in:
Napalys Klicius
2025-06-19 14:20:37 +02:00
committed by GitHub
parent 88f668781d
commit 5448071e09

View File

@@ -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.