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
We use the datadog go client API in our internal products and the software scanning tool brought into attention a couple of CVE related to the above dependency.
We're somewhat stuck by the oauth2 dependency due to golang/oauth2#615 and the appengine underlying dependency. We need to consider what to do here. From I can gather the CVEs are either problematic as a server or against an arbitrary endpoint, so they don't affect us, but we should find a way to upgrade.
For the record I double checked and we're not depending on the x/text versions you listed. They are present in go.sum but if you use go list -m all which is what build uses you see v0.7.0. If your security scanner flags the client with the listed CVEs it's wrong.
The following module dep
golang.org/x/text
has multiple critical CVE open for it. Please consider upgrading to latest versions.We use the datadog go client API in our internal products and the software scanning tool brought into attention a couple of CVE related to the above dependency.
The text was updated successfully, but these errors were encountered: