🔒 Upgrade dependencies to address known CVEs#363
Open
LordOverlord wants to merge 47 commits intobcicen:masterfrom
Open
🔒 Upgrade dependencies to address known CVEs#363LordOverlord wants to merge 47 commits intobcicen:masterfrom
LordOverlord wants to merge 47 commits intobcicen:masterfrom
Conversation
rework ga master
Approving this, since theres a pending rewrite to deprecate the fsouza/go-dockerclient with the official one. this also should solve other cve reported by snyk.
Emme-123
reviewed
Jul 29, 2025
| import ( | ||
| "github.com/bcicen/ctop/logging" | ||
| "github.com/bcicen/ctop/models" | ||
| "github.com/lordoverlord/ctop/logging" |
There was a problem hiding this comment.
Should these lines be changing if you are intending to merge into bcicen's repo?
Im not sure this repo is maintained anymore :(
Author
There was a problem hiding this comment.
Seems correct, should change those lines to contribute to this repo..
… fixes (#5) * rework of the runc for addresing high score vulnerabilities * cleanup from dockerfile * overhaul to github actions, binary and docker image * fix for the docker job * fix for snyk step
* rework of the runc for addresing high score vulnerabilities * cleanup from dockerfile * overhaul to github actions, binary and docker image * fix for the docker job * fix for snyk step * fix(docker): live uptime updates and inspect api cleanup * fix(ui): init uptime meta and widen column
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates several dependencies to mitigate known vulnerabilities:
Build tested across GOOS={linux,darwin,windows} with no regressions found.
Let me know if adjustments or splitting of PRs is preferred. Happy to collaborate!