From 676e4e8461e576f86bf1e52733796c521ffd6be1 Mon Sep 17 00:00:00 2001 From: Jami Cogswell Date: Sun, 12 Feb 2023 16:32:31 -0500 Subject: [PATCH] Java: add change note --- .../lib/change-notes/2023-02-13-update-create-file-sinks.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 go/ql/lib/change-notes/2023-02-13-update-create-file-sinks.md 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.