From d77d7c533b4b502807ef79b3b288499c1b501283 Mon Sep 17 00:00:00 2001 From: Geoffrey White <40627776+geoffw0@users.noreply.github.com> Date: Wed, 24 Jul 2024 18:25:06 +0100 Subject: [PATCH] Swift: Change note. --- swift/ql/lib/change-notes/2024-07-24-url-model.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 swift/ql/lib/change-notes/2024-07-24-url-model.md diff --git a/swift/ql/lib/change-notes/2024-07-24-url-model.md b/swift/ql/lib/change-notes/2024-07-24-url-model.md new file mode 100644 index 00000000000..ab831ab4593 --- /dev/null +++ b/swift/ql/lib/change-notes/2024-07-24-url-model.md @@ -0,0 +1,4 @@ +--- +category: minorAnalysis +--- +* An error in the model for `URL.withUnsafeFileSystemRepresentation(_:)` has been corrected. This may result in new data flow paths being found during analysis.