Remediate Dependabot alerts for x/crypto and jwt-go - #74
Open
AnjriI wants to merge 1 commit into
Open
Conversation
AnjriI
requested review from
adriangawinek and
wilkowskia
and removed request for
wilkowskia
August 12, 2026 15:22
wilkowskia
approved these changes
Aug 24, 2026
Collaborator
|
Hmm, did you try it on physical environment? Was the cluster provisioned properly? |
fujitsu-domzalskis
requested review from
fujitsu-domzalskis,
lukasz-piotrowski-fujitsu and
remplewicza
August 25, 2026 12:41
lukasz-piotrowski-fujitsu
approved these changes
Aug 25, 2026
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.
Dependabot identified 14 vulnerabilities in direct dependencies declared in
go.mod: 13 ingolang.org/x/cryptoand one ingithub.com/golang-jwt/jwt/v5.These include authentication and authorization bypasses, unenforced SSH key and certificate restrictions, denial-of-service conditions, panics, deadlocks, and excessive memory allocation during JWT header parsing.
Although
govulncheckfound no currently reachable vulnerable symbols, upgrading removes the affected dependency versions and prevents vulnerable functionality from being used in the future.Dependabot alerts addressed
x/cryptoalerts Fix provider-id according to CoHDI requirements #21, Added writing driver's SSH port to save it to secret #23, fix/3243: Misleading log when deregistering OS #26, Extend userdata with new method: ImplantRKE2Config; #27, Task/3141 exchange ssh keys via cloud-init #28, Upgrade Go Versioin to 1.24.7 - Task/3153 #30, and Task/3143 SUSE registration #31jwt/v5alert Update changelog v0.1.7 #11 andx/cryptoalerts update gpu models and unit tests; #22 and Task/3140 #24x/cryptoalerts Fix handling ssh issue during machine removal #25, Added fix for logging formatting #29, Upgrade golang.org/x/crypto to version 0.45.0 #32, and Stery/3139 extend userdata #33The alerts cover:
Changes
github.com/golang-jwt/jwt/v5fromv5.2.1tov5.2.2.golang.org/x/cryptofromv0.45.0tov0.52.0.golang.org/x/sysandgolang.org/x/termdependencies.1.25.12.go.sum.Validation
go mod verifygo test ./...on LinuxCGO_ENABLED=0 go buildgovulncheck ./...— no reachable vulnerabilities foundgit diff --check