Skip to content

Conversation

satsumas
Copy link
Contributor

@satsumas satsumas commented Aug 5, 2025

Updating the accepted protobuf versions to resolve security vulnerability in inference server codebase.

@satsumas satsumas requested a review from Copilot August 5, 2025 08:32
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the protobuf version constraint to allow version 6.31.1, addressing a security vulnerability in the inference server codebase.

  • Updates protobuf version upper bound from <6.0.0 to <6.31.1
Comments suppressed due to low confidence (1)

setup.py:29

  • The version constraint '<6.31.1' is unusual as it excludes version 6.31.1 itself. If the intention is to include version 6.31.1 (as suggested by the PR title), the constraint should be '<=6.31.1' or '<6.31.2'. The current constraint would reject the very version mentioned in the PR title.
        'protobuf>=4.21.12,<6.31.1'

@satsumas satsumas requested a review from polm-stability August 5, 2025 08:32
Copy link

sonarqubecloud bot commented Aug 5, 2025

@polm-stability
Copy link
Contributor

Sorry, I have not looked at this codebase in over a year and was never active with it anyway, and am not qualified to review anything.

@polm-stability polm-stability removed their request for review August 5, 2025 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants