mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
489 B
489 B
0.8.0
Breaking Changes
- Deleted the deprecated
CsvRemoteSourcealias. UseMaDRemoteSourceinstead.
Deprecated APIs
- To make Go consistent with other language libraries, the
UntrustedFlowSourcename has been deprecated throughout. UseRemoteFlowSourceinstead, which replaces it. - Where modules have classes named
UntrustedFlowAsSource, these are also deprecated and theSourceclass in the same module or theRemoteFlowSourceclass should be used instead.