JS: Change note

This commit is contained in:
Asger F
2023-07-10 13:19:44 +02:00
parent 27085b1fd0
commit 8234b8f175

View File

@@ -0,0 +1,5 @@
---
category: minorAnalysis
---
* 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)`.