You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added models for the `log/slog` package (Go 1.21+). Its logging functions and
5
-
`*slog.Logger` methods (`Debug`/`Info`/`Warn`/`Error`, their `Context`
6
-
variants, and `Log`/`LogAttrs`) are now recognized as logging sinks, so the
7
-
`go/log-injection` and `go/clear-text-logging` queries cover code that logs
8
-
through `slog`.
4
+
* Added models for the `log/slog` package (Go 1.21+). Its logging functions are now recognized as logging sinks, so the `go/log-injection` and `go/clear-text-logging` queries cover code that logs through `slog`.
0 commit comments