From 0311888fd4428fcf46ad8810d6a77322bfba70f5 Mon Sep 17 00:00:00 2001 From: Owen Mansel-Chan <62447351+owen-mc@users.noreply.github.com> Date: Tue, 23 Apr 2024 19:07:02 +0100 Subject: [PATCH] Update change note Co-authored-by: Michael B. Gale --- .../2024-04-18-untrustedflowsource-renamed-remoteflowsource.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/go/ql/lib/change-notes/2024-04-18-untrustedflowsource-renamed-remoteflowsource.md b/go/ql/lib/change-notes/2024-04-18-untrustedflowsource-renamed-remoteflowsource.md index 7494b7934c89..cb3edc34d848 100644 --- a/go/ql/lib/change-notes/2024-04-18-untrustedflowsource-renamed-remoteflowsource.md +++ b/go/ql/lib/change-notes/2024-04-18-untrustedflowsource-renamed-remoteflowsource.md @@ -1,4 +1,5 @@ --- category: deprecated --- -* The class `UntrustedFlowSource` has been deprecated. Use the new class `RemoteFlowSource` instead, which has the same functionality. This makes the Go library consistent with other language libraries. Classes named `UntrustedFlowSource` in several different modules have been deprecated, and new classes with the same functionality called `RemoteFlowSource` have been created and should be used instead. Classes named `UntrustedFlowAsSource` in several different modules have been deprecated, and the class `Source` in the same module or the class `RemoteFlowSource` should be used instead. +* To make Go consistent with other language libraries, the `UntrustedFlowSource` name has been deprecated throughout. Use `RemoteFlowSource` instead, which replaces it. +* Where modules have classes named `UntrustedFlowAsSource`, these are also deprecated and the `Source` class in the same module or the `RemoteFlowSource` class should be used instead.