-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Michael B. Gale <[email protected]>
- Loading branch information
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
3 changes: 2 additions & 1 deletion
3
go/ql/lib/change-notes/2024-04-18-untrustedflowsource-renamed-remoteflowsource.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |