File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11build_root :
22 image_stream_tag :
3- tag : golang-1.21
3+ tag : golang-1.19
Original file line number Diff line number Diff line change 11# arc-test-component-b
2+
3+ ## Known Vulnerabilities
4+
5+ - CVE-2026 -33186 In Modules: ` . `
6+
7+ ## Branch Info
8+
9+ | Property | Value |
10+ | ---| ---|
11+ | Go Version | 1.19 |
12+ | grpc | v1.64.0 (vulnerable) |
13+ | Module Structure | Single module |
14+ | Expected ARC Behavior | Fork/patch (` v1.64.x-sec.1 ` for Go 1.19) |
Original file line number Diff line number Diff line change 11module github.com/openshift-sustaining/arc-test-component-b
22
3- go 1.21
3+ go 1.19
44
55require (
6- github.com/golang/glog v1.2.1
7- google.golang.org/grpc v1.65.0
8- )
9-
10- require (
11- golang.org/x/net v0.25.0 // indirect
12- golang.org/x/sys v0.20.0 // indirect
13- golang.org/x/text v0.15.0 // indirect
14- google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect
15- google.golang.org/protobuf v1.34.1 // indirect
6+ github.com/golang/glog v1.2.0
7+ google.golang.org/grpc v1.64.0
168)
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments