Release preparation for version 2.11.2

This commit is contained in:
github-actions[bot]
2022-10-20 11:05:19 +00:00
parent e868cdf91b
commit 9a0848bbc4
103 changed files with 287 additions and 160 deletions

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Removed some false positives from the `js/file-system-race` query by requiring that the file-check dominates the file-access.

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Improved taint tracking through `JSON.stringify` in cases where a tainted value is stored somewhere in the input object.

View File

@@ -0,0 +1,6 @@
## 0.4.2
### Minor Analysis Improvements
* Removed some false positives from the `js/file-system-race` query by requiring that the file-check dominates the file-access.
* Improved taint tracking through `JSON.stringify` in cases where a tainted value is stored somewhere in the input object.