Release preparation for version 2.14.1

This commit is contained in:
github-actions[bot]
2023-07-20 16:32:27 +00:00
parent b21580b71f
commit c936a920b0
143 changed files with 505 additions and 273 deletions

View File

@@ -0,0 +1,6 @@
## 0.7.1
### Minor Analysis Improvements
* The `fs/promises` package is now recognised as an alias for `require('fs').promises`.
* The `js/path-injection` query can now track taint through calls to `path.join()` with a spread argument, such as `path.join(baseDir, ...args)`.