mirror of
https://github.com/github/codeql.git
synced 2026-04-18 13:34:02 +02:00
Merge pull request #18790 from asgerf/js/no-implicit-array-taint
JS: Do not taint whole array when storing into ArrayElement
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
category: majorAnalysis
|
||||
---
|
||||
* Improved precision of data flow through arrays, fixing some spurious flows
|
||||
that would sometimes cause the `length` property of an array to be seen as tainted.
|
||||
Reference in New Issue
Block a user