-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Description
[email protected] includes objx v0.5.0 which includes testify@v1.8.0 which eventually includes [email protected] which has a Denial of Service CWE 400 and a Null Pointer deference CWE 476 vulnerability.
go mod graph
(excerpts):
github.com/stretchr/[email protected] github.com/stretchr/[email protected]
github.com/stretchr/[email protected] github.com/stretchr/[email protected]
github.com/stretchr/[email protected] github.com/stretchr/[email protected]
github.com/stretchr/[email protected] github.com/stretchr/[email protected]
github.com/stretchr/[email protected] gopkg.in/[email protected]
Perhaps a fix would be to tag the latest objx to say 0.5.1, update testify to point to that version and cut a new tag for testify that everyone can include.
Thanks.