Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 17a71a9

Browse files
committed
add loop-bound-injection to change-notes
1 parent 3d359bc commit 17a71a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

change-notes/1.23/analysis-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
| **Query** | **Tags** | **Purpose** |
1515
|---------------------------------------------------------------------------|-------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
1616
| Unused index variable (`js/unused-index-variable`) | correctness | Highlights loops that iterate over an array, but do not use the index variable to access array elements, indicating a possible typo or logic error. |
17-
17+
| Tainted .length in loop condition (`js/loop-bound-injection`) | security | Highlights loops where a user-controlled object with an arbitrary .length value can trick the server to loop infinitely. |
1818

1919
## Changes to existing queries
2020

0 commit comments

Comments
 (0)