Skip to content

Dependency update [lightstep-tracer-go/go-opencensus] #1000

@vrazdalovschi

Description

@vrazdalovschi

Hello, we are using a dependency scanning tool and found an issue in the go.sum. The example application: addsvc uses the lightstep-tracer-go and the full go-kit library (go.mod/go.sum) also contains this dependency.

The issue with lightstep-tracer-go v0.18.1 is containing the version of apache-thrift v0.12.0 with some vulnerabilities:
[1]
[2]

I know that this doesn't affect the main code of go-kit library, but the dependency scanning tool doesn't like this vulnerability and shows it with a high severity level. I have checked the last version of lightstep-tracer-go v0.20.0 and they have updated the opencensus to v0.22.3 and the issues with the apacha-thrift is fixed (updated to v0.13.0).

My proposal is to update the dependency version in go.mod file to have the latest version of this tracer [to v0.20.0]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions