mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
11 lines
489 B
Markdown
11 lines
489 B
Markdown
## 0.8.0
|
|
|
|
### Breaking Changes
|
|
|
|
* Deleted the deprecated `CsvRemoteSource` alias. Use `MaDRemoteSource` instead.
|
|
|
|
### Deprecated APIs
|
|
|
|
* 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.
|