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

Update grpc/net to fix CVEs #1438

Merged
merged 2 commits into from
Nov 14, 2023

Commits on Nov 14, 2023

  1. Update grpc/net to fix CVEs

    Update generated by `go get -u google.golang.org/grpc`/`go mod tidy` in
    the coredns directory.
    
    GHSA-m425-mq94-257g
    GHSA-qppj-fm5r-hxr3
    
    This also updates golang.org/x/net, which fixes more CVEs.
    
    GHSA-2wrh-6pvc-2jm9
    
    Signed-off-by: Daniel Farrell <[email protected]>
    dfarrell07 committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    c16439b View commit details
    Browse the repository at this point in the history
  2. Update net to fix CVEs

    Update generated by `go get -u golang.org/x/net`/`go mod tidy`.
    
    GHSA-4374-p667-p6c8
    
    Signed-off-by: Daniel Farrell <[email protected]>
    dfarrell07 committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    aec2611 View commit details
    Browse the repository at this point in the history