-
Notifications
You must be signed in to change notification settings - Fork 713
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 net package for vuln CVE-2023-45288 #804
Conversation
@shedyfreak QQ: did you run |
Yes, and double checked it now, go.sum is up to date with dependancy changes |
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.
@shedyfreak Thanks for the PR.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## v2 #804 +/- ##
=======================================
Coverage 96.67% 96.67%
=======================================
Files 14 14
Lines 1742 1742
=======================================
Hits 1684 1684
Misses 37 37
Partials 21 21 ☔ View full report in Codecov by Sentry. |
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/go-resty/resty/v2](https://togithub.com/go-resty/resty) | `v2.13.1` -> `v2.14.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgo-resty%2fresty%2fv2/v2.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgo-resty%2fresty%2fv2/v2.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgo-resty%2fresty%2fv2/v2.13.1/v2.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgo-resty%2fresty%2fv2/v2.13.1/v2.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>go-resty/resty (github.com/go-resty/resty/v2)</summary> ### [`v2.14.0`](https://togithub.com/go-resty/resty/releases/tag/v2.14.0) [Compare Source](https://togithub.com/go-resty/resty/compare/v2.13.1...v2.14.0) ### Release Notes #### New Features - feat(curl): generate curl cmd for request && example for curl cmd by [@​ahuigo](https://togithub.com/ahuigo) in [https://github.com/go-resty/resty/pull/794](https://togithub.com/go-resty/resty/pull/794) #### Enhancements - build: update bazel config with new files by [@​jeevatkm](https://togithub.com/jeevatkm) in [https://github.com/go-resty/resty/pull/800](https://togithub.com/go-resty/resty/pull/800) - chore: dependency and version update v2.14.0 by [@​jeevatkm](https://togithub.com/jeevatkm) in [https://github.com/go-resty/resty/pull/816](https://togithub.com/go-resty/resty/pull/816) #### Upstream Fixes - update net package for vuln CVE-2023-45288 by [@​shedyfreak](https://togithub.com/shedyfreak) in [https://github.com/go-resty/resty/pull/804](https://togithub.com/go-resty/resty/pull/804) #### Test Cases - fix(examples): wrongly stderr written as stdout by [@​ahuigo](https://togithub.com/ahuigo) in [https://github.com/go-resty/resty/pull/801](https://togithub.com/go-resty/resty/pull/801) #### Documentation - fix: change resty.GET to resty.MethodGet in doc comment by [@​autopp](https://togithub.com/autopp) in [https://github.com/go-resty/resty/pull/803](https://togithub.com/go-resty/resty/pull/803) - resty dev version number and year update by [@​jeevatkm](https://togithub.com/jeevatkm) in [https://github.com/go-resty/resty/pull/799](https://togithub.com/go-resty/resty/pull/799) #### New Contributors - [@​ahuigo](https://togithub.com/ahuigo) made their first contribution in [https://github.com/go-resty/resty/pull/794](https://togithub.com/go-resty/resty/pull/794) - [@​autopp](https://togithub.com/autopp) made their first contribution in [https://github.com/go-resty/resty/pull/803](https://togithub.com/go-resty/resty/pull/803) - [@​shedyfreak](https://togithub.com/shedyfreak) made their first contribution in [https://github.com/go-resty/resty/pull/804](https://togithub.com/go-resty/resty/pull/804) **Full Changelog**: go-resty/resty@v2.13.1...v2.14.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/Michsior14/transmission-gluetun-port-update). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
according to https://www.cve.org/CVERecord?id=CVE-2023-45288
golang.org/x/net has a vulnerability that is fixed with v0.27.0,
therfore a patch is needed