Merge pull request #6253 from asgerf/js/more-precise-capture-steps

Approved by erik-krogh
This commit is contained in:
CodeQL CI
2021-07-13 07:42:07 -07:00
committed by GitHub
6 changed files with 46 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
lgtm,codescanning
* Fixed a bug that could occur when data was tracked through a function whose parameter
flows through a captured variable before reaching the return.
This can lead to fewer false-positive results and more true-positive results.