wilfred-s commented on code in PR #1036:
URL: https://github.com/apache/yunikorn-k8shim/pull/1036#discussion_r3338567618
##########
go.mod:
##########
@@ -138,8 +138,8 @@ require (
)
replace (
- golang.org/x/mod => golang.org/x/mod v0.34.0
- golang.org/x/net => golang.org/x/net v0.52.0
+ golang.org/x/mod => golang.org/x/mod v0.36.0
+ golang.org/x/net => golang.org/x/net v0.54.0
Review Comment:
incorrect override should be 0.55
##########
go.mod:
##########
@@ -104,17 +104,17 @@ require (
go.opentelemetry.io/otel/trace v1.43.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.yaml.in/yaml/v2 v2.4.3 // indirect
- golang.org/x/crypto v0.49.0 // indirect
+ golang.org/x/crypto v0.51.0 // indirect
Review Comment:
This version is still vulnerable and has an override in the core also to
update it. Override is missing here.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]