JS: Add change note

This commit is contained in:
Asger Feldthaus
2021-07-12 10:53:41 +02:00
parent 457ce14ca6
commit 5df961c4ed

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.