Merge pull request #8478 from asgerf/js/store-load-flow-context-sensitivity-bug

Approved by erik-krogh
This commit is contained in:
CodeQL CI
2022-03-21 08:54:51 +00:00
committed by GitHub
4 changed files with 36 additions and 11 deletions

View File

@@ -0,0 +1,6 @@
---
category: minorAnalysis
---
* Fixed an issue that would sometimes prevent the data-flow analysis from finding flow
paths through a function that stores its result on an object.
This may lead to more results for the security queries.