Matt Dale
Matt Dale
A similar issue (https://github.com/docker-library/mongo/issues/523) was opened in February and suggested that the Go-related CVEs (`gopkg.in/yaml.v2`, `golang.org/x/text`) are identified due to the Docker images including the [tianon/gosu](https://github.com/tianon/gosu) binary (built with Go)....
Good idea, I opened an issue on `gojq` requesting support for arbitrary precision non-integer decimal values: https://github.com/itchyny/gojq/issues/216 I believe `big.Rat` can represent all numbers that `shopspring/decimal` can represent and seems...
I rebased this to resolve the merge conflicts.
Confirmed that the race detector tests currently fail intermittently in `master`. I'm going to merge this and investigate the race detector panics.
klauspost/[email protected] requires Go 1.23. The latest version of klauspost/compress we can use and still support Go 1.19 is v1.17.6. We should close this PR and manually update to v1.17.6.
I believe @seankhliao is correct. The "v1" testable examples are in the `cli` package rather than the `cli_test` package, which also prevents the examples from being runnable. Check out the...
I think this may actually be a bug (or missing feature) in the `go/doc` example parser. I created a playground example that uses [doc.Examples](https://pkg.go.dev/go/doc#Examples) to parse a "playable" example from...