Skip to content

Commit

Permalink
fix: Security upgrade grpcio from 1.54.2 to 1.54.3 (#310)
Browse files Browse the repository at this point in the history
<p>This PR was automatically created by Snyk using the credentials of a
real user.</p><br /><h3>Snyk has created this PR to fix one or more
vulnerable packages in the `pip` dependencies of this project.</h3>



#### Changes included in this PR

- Changes to the following files to upgrade the vulnerable dependencies
to a fixed version:
    - runtime/requirements.txt



#### Vulnerabilities that will be fixed





##### By pinning:
Severity | Priority Score (*) | Issue | Upgrade | Breaking Change |
Exploit Maturity

:-------------------------:|-------------------------|:-------------------------|:-------------------------|:-------------------------|:-------------------------
![high
severity](https://res.cloudinary.com/snyk/image/upload/w_20,h_20/v1561977819/icon/h.png
"high severity") | **661/1000** <br/> **Why?** Recently disclosed, Has a
fix available, CVSS 7.5 | Excessive Iteration
<br/>[SNYK-PYTHON-GRPCIO-5834443](https://snyk.io/vuln/SNYK-PYTHON-GRPCIO-5834443)
| `grpcio:` <br> `1.54.2 -> 1.54.3` <br> | No | No Known Exploit

(*) Note that the real score may have changed since the PR was raised.




Some vulnerabilities couldn't be fully fixed and so Snyk will still find
them when the project is tested again. This may be because the
vulnerability existed within more than one direct dependency, but not
all of the affected dependencies could be upgraded.


Check the changes in this PR to ensure they won't cause issues with your
project.



------------



**Note:** *You are seeing this because you or someone else with access
to this repository has authorized Snyk to open fix PRs.*

For more information: <img
src="https://api.segment.io/v1/pixel/track?data=eyJ3cml0ZUtleSI6InJyWmxZcEdHY2RyTHZsb0lYd0dUcVg4WkFRTnNCOUEwIiwiYW5vbnltb3VzSWQiOiI0ZDYwNWNiZS1kZWI2LTQxZGYtYThhNC02NmQxNjkzMTVhNWQiLCJldmVudCI6IlBSIHZpZXdlZCIsInByb3BlcnRpZXMiOnsicHJJZCI6IjRkNjA1Y2JlLWRlYjYtNDFkZi1hOGE0LTY2ZDE2OTMxNWE1ZCJ9fQ=="
width="0" height="0"/>
🧐 [View latest project
report](https://app.snyk.io/org/raptor-ml/project/4e7778cb-a441-438c-93af-ad0078894ea2?utm_source&#x3D;github&amp;utm_medium&#x3D;referral&amp;page&#x3D;fix-pr)

🛠 [Adjust project
settings](https://app.snyk.io/org/raptor-ml/project/4e7778cb-a441-438c-93af-ad0078894ea2?utm_source&#x3D;github&amp;utm_medium&#x3D;referral&amp;page&#x3D;fix-pr/settings)

📚 [Read more about Snyk's upgrade and patch
logic](https://support.snyk.io/hc/en-us/articles/360003891078-Snyk-patches-to-fix-vulnerabilities)

[//]: #
(snyk:metadata:{"prId":"4d605cbe-deb6-41df-a8a4-66d169315a5d","prPublicId":"4d605cbe-deb6-41df-a8a4-66d169315a5d","dependencies":[{"name":"grpcio","from":"1.54.2","to":"1.54.3"}],"packageManager":"pip","projectPublicId":"4e7778cb-a441-438c-93af-ad0078894ea2","projectUrl":"https://app.snyk.io/org/raptor-ml/project/4e7778cb-a441-438c-93af-ad0078894ea2?utm_source=github&utm_medium=referral&page=fix-pr","type":"auto","patch":[],"vulns":["SNYK-PYTHON-GRPCIO-5834443"],"upgrade":[],"isBreakingChange":false,"env":"prod","prType":"fix","templateVariants":["updated-fix-title","priorityScore"],"priorityScoreList":[661],"remediationStrategy":"vuln"})

---

**Learn how to fix vulnerabilities with free interactive lessons:**

🦉 [Learn about vulnerability in an interactive lesson of Snyk
Learn.](https://learn.snyk.io/?loc&#x3D;fix-pr)
  • Loading branch information
AlmogBaku committed Oct 13, 2023
2 parents f7dc918 + c61a8d4 commit 9438397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
appdirs==1.4.4
baron==0.10.1
grpcio==1.54.2
grpcio==1.54.3
grpcio-health-checking==1.54.2
grpcio-reflection==1.54.2
protobuf==4.23.0
Expand Down

0 comments on commit 9438397

Please sign in to comment.