picatz / taint

🚰 Static taint analysis for Go programs.
https://picatz.github.io/#blog/taint
Mozilla Public License 2.0
57 stars 1 forks source link

Consider `log/slog` support in `logi` CLI #6

Closed picatz closed 10 months ago

picatz commented 1 year ago

Following up https://github.com/picatz/taint/issues/4, we should consider adding support for the upcoming log/slog standard library package, possibly in addition to golang.org/x/exp/slog.

picatz commented 10 months ago

Fixed with #21