Files
codeql/go/ql/lib/change-notes/released/0.8.0.md
2024-04-30 10:25:51 +00:00

489 B

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.