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
According to the new Go vulnerability check there is a security issue in golang.org/x/sys/unix package before v0.0.0-20220412211240-33da011f77ad, which is currently used by go.opentelemetry.io/otel/sdk v1.10.0 (resource subpackage)
go install golang.org/x/vuln/cmd/govulncheck@latest
govulncheck package/using/otel/sdk
Expected behavior
I don't want to see any vulnerability issued packages used here.
Reality
govulncheck ./...
govulncheck is an experimental tool. Share feedback at https://go.dev/s/govulncheck-feedback.
Scanning for dependencies with known vulnerabilities...
No vulnerabilities found.
=== Informational ===
The vulnerabilities below are in packages that you import, but your code
doesn't appear to call any vulnerable functions. You may not need to take any
action. See https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck
for details.
Vulnerability #1: GO-2022-0493
When called with a non-zero flags parameter, the Faccessat function
can incorrectly report that a file is accessible.
Found in: golang.org/x/sys/unix@v0.0.0-20220111092808-5a964db01320
Fixed in: golang.org/x/sys/unix@v0.0.0-20220412211240-33da011f77ad
More info: https://pkg.go.dev/vuln/GO-2022-0493
go mod why golang.org/x/sys/unix
# golang.org/x/sys/unix
github.com/company/package
go.opentelemetry.io/otel/sdk/resource
golang.org/x/sys/unix
The text was updated successfully, but these errors were encountered:
Fixopen-telemetry#3234
Address GO-2022-0493 by upgrading golang.org/x/sys/unix from
v0.0.0-20210423185535-09eb48e85fd7 to
v0.0.0-20220919091848-fb04ddd9f9c8.
* Bump golang.org/x/sys/unix
Fix#3234
Address GO-2022-0493 by upgrading golang.org/x/sys/unix from
v0.0.0-20210423185535-09eb48e85fd7 to
v0.0.0-20220919091848-fb04ddd9f9c8.
* Add changes to changelog
Description
According to the new Go vulnerability check there is a security issue in golang.org/x/sys/unix package before v0.0.0-20220412211240-33da011f77ad, which is currently used by go.opentelemetry.io/otel/sdk v1.10.0 (resource subpackage)
Environment
Steps To Reproduce
go install golang.org/x/vuln/cmd/govulncheck@latest
govulncheck package/using/otel/sdk
Expected behavior
I don't want to see any vulnerability issued packages used here.
Reality
The text was updated successfully, but these errors were encountered: