Bug 1892428
Summary: | Clean up dependencies to avoid invalid scan flagging | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | OpenShift BugZilla Robot <openshift-bugzilla-robot> |
Component: | Management Console | Assignee: | Jakub Hadvig <jhadvig> |
Status: | CLOSED ERRATA | QA Contact: | Yadan Pei <yapei> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 4.6 | CC: | aos-bugs, jhadvig, jokerman, mwhitehe, spadgett, yapei |
Target Milestone: | --- | Keywords: | UpcomingSprint |
Target Release: | 4.6.z | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-12-14 13:50:25 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1887864 | ||
Bug Blocks: | 1905909 |
Comment 1
Jakub Hadvig
2020-11-13 11:28:30 UTC
Fetch latest console code of release-4.6 branch [yapei@New_Mac console]$ git rebase origin/release-4.6 First, rewinding head to replay your work on top of it... Fast-forwarded release-4.6 to origin/release-4.6. [yapei@New_Mac console]$ go mod graph | grep opencontainers/runc github.com/deislabs/oras.1 github.com/opencontainers/runc.1 github.com/Microsoft/hcsshim.7 github.com/opencontainers/runc.0-20190115041553-12f6a991201f github.com/openshift/library-go.0-20200424095618-2aeb4725dadf github.com/opencontainers/runc.0-20191031171055-b133feaeeb2e [yapei@New_Mac console]$ [yapei@New_Mac console]$ go list -m all | grep opencontainers/runc github.com/opencontainers/runc v0.1.1 => github.com/opencontainers/runc v1.0.0-rc8.0.20190926150303-84373aaa560b [yapei@New_Mac console]$ [yapei@New_Mac console]$ go list -m all | grep deislabs/oras github.com/deislabs/oras v0.8.1 [yapei@New_Mac console]$ [yapei@New_Mac console]$ go list -m all | grep openshift/library-go github.com/openshift/library-go v0.0.0-20200424095618-2aeb4725dadf opencontainers/runc module is updated to 1.0.0-rc8 which include the fix, moving to VERIFIED Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: OpenShift Container Platform 4.6.8 security and bug fix update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2020:5259 |