-
-
Notifications
You must be signed in to change notification settings - Fork 170
chore: update vulnerable go dependencies #938
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
Conversation
Thanks for your work here. In the future, I'd ask to make individual PRs for dependency changes/removals that require code changes so it's easier to review. For example, the |
Many thanks @jdkato. If you have a moment, would you mind manually triggering a release? The CI/CD pipeline failed due to 502 error. |
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [errata-ai/vale](https://github.com/errata-ai/vale) | patch | `v3.9.3` -> `v3.9.4` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>errata-ai/vale (errata-ai/vale)</summary> ### [`v3.9.4`](https://github.com/errata-ai/vale/releases/tag/v3.9.4) [Compare Source](errata-ai/vale@v3.9.3...v3.9.4) #### Changelog - [`0e23567`](errata-ai/vale@0e23567e) refactor: use default location when `dicpath` is not set - [`992fddb`](errata-ai/vale@992fddb4) refactor: restrict spell check to word bounded tokens - [`7edac53`](errata-ai/vale@7edac539) fix: only use on-disk file extension for config-matching - [`00b5b09`](errata-ai/vale@00b5b09a) fix: handle empty replacements ([#​950](errata-ai/vale#950)) - [`e73f5cd`](errata-ai/vale@e73f5cdc) chore: update go dependencies ([#​938](errata-ai/vale#938)) - [`75ff562`](errata-ai/vale@75ff5627) Introducing Vale Guru on Gurubase.io ([#​924](errata-ai/vale#924)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMjIuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEyMi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiXX0=-->
Hello, this is related to #936, Richard (that PR's submitter) and I work for the same organization.
We are trying to get vale to be approved for use in our organization. The security review found multiple vulnerabilities that need to be patched before approved. So I created this PR and also #937 .
This PR patched the vulns related to go. Most of them are pretty straight forward patch/minor upgrades, here are the more notable ones:
All CI/CD test cases have passed, so hopefully this PR is acceptable.
Thank you!