-
Notifications
You must be signed in to change notification settings - Fork 332
Fix security issue #2351
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
Fix security issue #2351
Conversation
Signed-off-by: ZePan110 <[email protected]>
Dependency Review✅ No vulnerabilities or license issues found.Scanned Files
|
There was a problem hiding this 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 addresses security vulnerabilities by upgrading the gradio package version across multiple components and updating the vllm-gaudi Docker image version.
- Upgrades gradio from pinned versions (5.11.0 and 5.22.0) to a range (>5.22.0,<=5.34.0) to address security issues
- Updates vllm-gaudi Docker image from version 1.4 to 1.22.0
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| DocSum/ui/gradio/requirements.txt | Updates gradio from 5.11.0 to >5.22.0,<=5.34.0 |
| CodeGen/ui/gradio/requirements.txt | Updates gradio from 5.22.0 to >5.22.0,<=5.34.0 |
| ArbPostHearingAssistant/ui/gradio/requirements.txt | Updates gradio from 5.11.0 to >5.22.0,<=5.34.0 |
| AgentQnA/docker_compose/intel/hpu/gaudi/compose.yaml | Updates vllm-gaudi image from 1.4 to 1.22.0 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: ZePan110 <[email protected]>
Signed-off-by: ZePan110 <[email protected]>
Description
Fix security issue
Issues
https://github.com/opea-project/GenAIExamples/security/dependabot/127
https://github.com/opea-project/GenAIExamples/security/dependabot/78
https://github.com/opea-project/GenAIExamples/security/dependabot/77
https://github.com/opea-project/GenAIExamples/security/code-scanning/493
Type of change
List the type of change like below. Please delete options that are not relevant.
Dependencies
List the newly introduced 3rd party dependency if exists.
Tests
Describe the tests that you ran to verify your changes.