Files
codeql/javascript/change-notes/2021-07-12-more-precise-capture-steps.md
2021-07-12 10:53:41 +02:00

5 lines
250 B
Markdown

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.