We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27085b1 commit 8234b8fCopy full SHA for 8234b8f
1 file changed
javascript/ql/src/change-notes/2023-07-10-path-join-spread.md
@@ -0,0 +1,5 @@
1
+---
2
+category: minorAnalysis
3
4
+* The `fs/promises` package is now recognised as an alias for `require('fs').promises`.
5
+* The `js/path-injection` query can now track taint through calls to `path.join()` with a spread argument, such as `path.join(baseDir, ...args)`.
0 commit comments