Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

contrib/*: update dependencies to avoid vulnerabilities #2159

Closed
jefflinse opened this issue Jul 31, 2023 · 2 comments · Fixed by #2171
Closed

contrib/*: update dependencies to avoid vulnerabilities #2159

jefflinse opened this issue Jul 31, 2023 · 2 comments · Fixed by #2171
Labels
bug unintended behavior that has to be fixed tracer waiting-for-info waiting for answer from issue creator

Comments

@jefflinse
Copy link

Our organization's code scanning has revealed a handful of High and Medium level code vulnerabilities in Go package dependencies for dd-trace-go. These should be easily resolvable by upgrading to newer versions of the respective packages.

Version of dd-trace-go

v1.52.0

Describe what happened:

Vulnerabilities:

  • github.com/emicklei/go-restful: Authorization Bypass Through User-Controlled Key
    • Current Version: v2.16.0+incompatible
    • Fixed In Version: v3.8.0
  • github.com/emicklei/go-restful: Authorization Bypass
    • Current Version: v2.16.0+incompatible
    • Fixed In Version: v3.8.0
  • github.com/mattn/go-sqlite3: Denial of Service (DoS)
    • Current Version: v1.14.14
    • Fixed In Version: v1.14.15
  • github.com/gofiber/fiber Origin Validation Error
    • Current Version: v2.24.0
    • Fixed In Version: v2.43.0

Additional environment details (Version of Go, Operating System, etc.):

go 1.20.6

@jefflinse jefflinse added the bug unintended behavior that has to be fixed label Jul 31, 2023
@mudideng
Copy link

mudideng commented Aug 2, 2023

We're using dd-trace-go version v1.53.0 in our org and also have the following critical vulnerabilities:

Golang version 1.20.

@knusbaum knusbaum changed the title [BUG] Vulnerabilities in packages with fixes available contrib/*: update dependencies to avoid vulnerabilities Aug 10, 2023
@knusbaum
Copy link
Contributor

👋 Hello and thanks for the report.

Please see our Security Policy for info on how we handle vulnerabilities in dependencies.

Currently there are no reported vulnerabilities for our module run with go1.19.12, go1.20.7 or go1.21.0.
If you think there is a false negative, please report the specific vulnerability in our source.

I will also note that you can update these dependencies to more recent versions in your project using go get -u [module] which should satisfy your dependency scanners.

@knusbaum knusbaum added tracer waiting-for-info waiting for answer from issue creator labels Aug 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug unintended behavior that has to be fixed tracer waiting-for-info waiting for answer from issue creator
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants