diff --git a/go/ql/lib/change-notes/2023-02-13-update-create-file-sinks.md b/go/ql/lib/change-notes/2023-02-13-update-create-file-sinks.md new file mode 100644 index 00000000000..2931d0ae308 --- /dev/null +++ b/go/ql/lib/change-notes/2023-02-13-update-create-file-sinks.md @@ -0,0 +1,5 @@ +--- +category: minorAnalysis +--- +* Removed the first argument of `java.nio.file.Files#createTempDirectory(String,FileAttribute[])` as a "create-file" sink. +* Added the first argument of `java.nio.file.Files#copy` as a sink for the `java/path-injection` query.