-
Notifications
You must be signed in to change notification settings - Fork 117
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
CVE-2021-44716 vulnerability found #99
Comments
Thanks for submitting this issue! From: https://nvd.nist.gov/vuln/detail/CVE-2021-44716
We plan to upgrade golang shortly to address this potential issue. Thank you for your patience. |
Latest release upgrades golang: https://github.com/aptible/supercronic/releases/tag/v0.2.0 |
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [aptible/supercronic](https://github.com/aptible/supercronic) | minor | `v0.1.13` -> `v0.2.0` | --- ### Release Notes <details> <summary>aptible/supercronic</summary> ### [`v0.2.0`](https://github.com/aptible/supercronic/releases/tag/v0.2.0) [Compare Source](aptible/supercronic@v0.1.13...v0.2.0) This release upgrades golang to 1.18.x in order to address theoretical CVEs: - aptible/supercronic#101 - aptible/supercronic#99 We also switched from using travis to github actions. We do not anticipate any breaking changes but with a major programming language bump we felt a patch was insufficient. </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 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, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.walbeck.it/mwalbeck/docker-flox/pulls/508 Co-authored-by: renovate-bot <[email protected]> Co-committed-by: renovate-bot <[email protected]>
It looks like there is a known issue https://nvd.nist.gov/vuln/detail/CVE-2021-44716 that is being detected with supercronic.
I assume one of the dependencies used has this problem.
Probably a fix is to update net/http to 1.17.6
The text was updated successfully, but these errors were encountered: