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

Pull in protojson vuln fixes #5267

Merged
merged 3 commits into from
Jan 8, 2024
Merged

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    967ef80 View commit details
    Browse the repository at this point in the history
  2. make gomodtidy

    tdeebswihart committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    81f0c15 View commit details
    Browse the repository at this point in the history
  3. Update RPCFactory for grpc v1.60.0

    The DialContext function was altered in such a way that a non-blocking
    dial wouldn't see the context had been cancelled. This looks like what
    was intended all along, so we force the dial to block until the
    connection is established in order to force a test failure.
    tdeebswihart committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    e105c1b View commit details
    Browse the repository at this point in the history