Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-27141 (GCVE-0-2026-27141)
Vulnerability from cvelistv5 – Published: 2026-02-26 18:50 – Updated: 2026-02-27 19:11- CWE-476 - NULL Pointer Dereference
| Vendor | Product | Version | |
|---|---|---|---|
| golang.org/x/net | golang.org/x/net/http2 |
Affected:
0.50.0 , < 0.51.0
(semver)
|
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2026-27141",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-02-27T19:11:24.117207Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-476",
"description": "CWE-476 NULL Pointer Dereference",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-02-27T19:11:57.260Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://pkg.go.dev",
"defaultStatus": "unaffected",
"packageName": "golang.org/x/net/http2",
"product": "golang.org/x/net/http2",
"programRoutines": [
{
"name": "typeFrameParser"
},
{
"name": "ClientConn.Close"
},
{
"name": "ClientConn.Ping"
},
{
"name": "ClientConn.RoundTrip"
},
{
"name": "ClientConn.Shutdown"
},
{
"name": "ConfigureServer"
},
{
"name": "ConfigureTransport"
},
{
"name": "ConfigureTransports"
},
{
"name": "ConnectionError.Error"
},
{
"name": "ErrCode.String"
},
{
"name": "FrameHeader.String"
},
{
"name": "FrameType.String"
},
{
"name": "FrameWriteRequest.String"
},
{
"name": "Framer.ReadFrame"
},
{
"name": "Framer.ReadFrameForHeader"
},
{
"name": "Framer.ReadFrameHeader"
},
{
"name": "Framer.WriteContinuation"
},
{
"name": "Framer.WriteData"
},
{
"name": "Framer.WriteDataPadded"
},
{
"name": "Framer.WriteGoAway"
},
{
"name": "Framer.WriteHeaders"
},
{
"name": "Framer.WritePing"
},
{
"name": "Framer.WritePriority"
},
{
"name": "Framer.WritePriorityUpdate"
},
{
"name": "Framer.WritePushPromise"
},
{
"name": "Framer.WriteRSTStream"
},
{
"name": "Framer.WriteRawFrame"
},
{
"name": "Framer.WriteSettings"
},
{
"name": "Framer.WriteSettingsAck"
},
{
"name": "Framer.WriteWindowUpdate"
},
{
"name": "GoAwayError.Error"
},
{
"name": "ReadFrameHeader"
},
{
"name": "Server.ServeConn"
},
{
"name": "Setting.String"
},
{
"name": "SettingID.String"
},
{
"name": "SettingsFrame.ForeachSetting"
},
{
"name": "StreamError.Error"
},
{
"name": "Transport.CloseIdleConnections"
},
{
"name": "Transport.NewClientConn"
},
{
"name": "Transport.RoundTrip"
},
{
"name": "Transport.RoundTripOpt"
},
{
"name": "bufferedWriter.Flush"
},
{
"name": "bufferedWriter.Write"
},
{
"name": "bufferedWriterTimeoutWriter.Write"
},
{
"name": "chunkWriter.Write"
},
{
"name": "clientConnPool.GetClientConn"
},
{
"name": "connError.Error"
},
{
"name": "dataBuffer.Read"
},
{
"name": "duplicatePseudoHeaderError.Error"
},
{
"name": "gzipReader.Close"
},
{
"name": "gzipReader.Read"
},
{
"name": "headerFieldNameError.Error"
},
{
"name": "headerFieldValueError.Error"
},
{
"name": "netHTTPClientConn.Close"
},
{
"name": "netHTTPClientConn.RoundTrip"
},
{
"name": "noDialClientConnPool.GetClientConn"
},
{
"name": "noDialH2RoundTripper.NewClientConn"
},
{
"name": "noDialH2RoundTripper.RoundTrip"
},
{
"name": "pipe.Read"
},
{
"name": "priorityWriteSchedulerRFC7540.CloseStream"
},
{
"name": "priorityWriteSchedulerRFC7540.OpenStream"
},
{
"name": "priorityWriteSchedulerRFC9218.OpenStream"
},
{
"name": "pseudoHeaderError.Error"
},
{
"name": "requestBody.Close"
},
{
"name": "requestBody.Read"
},
{
"name": "responseWriter.Flush"
},
{
"name": "responseWriter.FlushError"
},
{
"name": "responseWriter.Push"
},
{
"name": "responseWriter.SetReadDeadline"
},
{
"name": "responseWriter.SetWriteDeadline"
},
{
"name": "responseWriter.Write"
},
{
"name": "responseWriter.WriteHeader"
},
{
"name": "responseWriter.WriteString"
},
{
"name": "roundRobinWriteScheduler.OpenStream"
},
{
"name": "serverConn.CloseConn"
},
{
"name": "serverConn.Flush"
},
{
"name": "stickyErrWriter.Write"
},
{
"name": "transportResponseBody.Close"
},
{
"name": "transportResponseBody.Read"
},
{
"name": "unencryptedTransport.RoundTrip"
},
{
"name": "writeData.String"
}
],
"vendor": "golang.org/x/net",
"versions": [
{
"lessThan": "0.51.0",
"status": "affected",
"version": "0.50.0",
"versionType": "semver"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Due to missing nil check, sending 0x0a-0x0f HTTP/2 frames will cause a running server to panic"
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "CWE-476: NULL Pointer Dereference",
"lang": "en"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-02-26T18:50:31.830Z",
"orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"shortName": "Go"
},
"references": [
{
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27141"
},
{
"url": "https://go.dev/cl/746180"
},
{
"url": "https://go.dev/issue/77652"
},
{
"url": "https://pkg.go.dev/vuln/GO-2026-4559"
}
],
"title": "Sending certain HTTP/2 frames can cause a server to panic in golang.org/x/net"
}
},
"cveMetadata": {
"assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"assignerShortName": "Go",
"cveId": "CVE-2026-27141",
"datePublished": "2026-02-26T18:50:31.830Z",
"dateReserved": "2026-02-17T19:57:28.435Z",
"dateUpdated": "2026-02-27T19:11:57.260Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-27141",
"date": "2026-06-21",
"epss": "0.00501",
"percentile": "0.38819"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-27141\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2026-02-26T20:31:38.017\",\"lastModified\":\"2026-02-27T20:21:37.657\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Due to missing nil check, sending 0x0a-0x0f HTTP/2 frames will cause a running server to panic\"},{\"lang\":\"es\",\"value\":\"Debido a la falta de una comprobaci\u00f3n de nulo, el env\u00edo de tramas HTTP/2 0x0a-0x0f causar\u00e1 que un servidor en ejecuci\u00f3n colapse.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-476\"}]}],\"references\":[{\"url\":\"https://go.dev/cl/746180\",\"source\":\"security@golang.org\"},{\"url\":\"https://go.dev/issue/77652\",\"source\":\"security@golang.org\"},{\"url\":\"https://nvd.nist.gov/vuln/detail/CVE-2026-27141\",\"source\":\"security@golang.org\"},{\"url\":\"https://pkg.go.dev/vuln/GO-2026-4559\",\"source\":\"security@golang.org\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-27141\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-02-27T19:11:24.117207Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-476\", \"description\": \"CWE-476 NULL Pointer Dereference\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-02-27T19:10:05.895Z\"}}], \"cna\": {\"title\": \"Sending certain HTTP/2 frames can cause a server to panic in golang.org/x/net\", \"affected\": [{\"vendor\": \"golang.org/x/net\", \"product\": \"golang.org/x/net/http2\", \"versions\": [{\"status\": \"affected\", \"version\": \"0.50.0\", \"lessThan\": \"0.51.0\", \"versionType\": \"semver\"}], \"packageName\": \"golang.org/x/net/http2\", \"collectionURL\": \"https://pkg.go.dev\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"typeFrameParser\"}, {\"name\": \"ClientConn.Close\"}, {\"name\": \"ClientConn.Ping\"}, {\"name\": \"ClientConn.RoundTrip\"}, {\"name\": \"ClientConn.Shutdown\"}, {\"name\": \"ConfigureServer\"}, {\"name\": \"ConfigureTransport\"}, {\"name\": \"ConfigureTransports\"}, {\"name\": \"ConnectionError.Error\"}, {\"name\": \"ErrCode.String\"}, {\"name\": \"FrameHeader.String\"}, {\"name\": \"FrameType.String\"}, {\"name\": \"FrameWriteRequest.String\"}, {\"name\": \"Framer.ReadFrame\"}, {\"name\": \"Framer.ReadFrameForHeader\"}, {\"name\": \"Framer.ReadFrameHeader\"}, {\"name\": \"Framer.WriteContinuation\"}, {\"name\": \"Framer.WriteData\"}, {\"name\": \"Framer.WriteDataPadded\"}, {\"name\": \"Framer.WriteGoAway\"}, {\"name\": \"Framer.WriteHeaders\"}, {\"name\": \"Framer.WritePing\"}, {\"name\": \"Framer.WritePriority\"}, {\"name\": \"Framer.WritePriorityUpdate\"}, {\"name\": \"Framer.WritePushPromise\"}, {\"name\": \"Framer.WriteRSTStream\"}, {\"name\": \"Framer.WriteRawFrame\"}, {\"name\": \"Framer.WriteSettings\"}, {\"name\": \"Framer.WriteSettingsAck\"}, {\"name\": \"Framer.WriteWindowUpdate\"}, {\"name\": \"GoAwayError.Error\"}, {\"name\": \"ReadFrameHeader\"}, {\"name\": \"Server.ServeConn\"}, {\"name\": \"Setting.String\"}, {\"name\": \"SettingID.String\"}, {\"name\": \"SettingsFrame.ForeachSetting\"}, {\"name\": \"StreamError.Error\"}, {\"name\": \"Transport.CloseIdleConnections\"}, {\"name\": \"Transport.NewClientConn\"}, {\"name\": \"Transport.RoundTrip\"}, {\"name\": \"Transport.RoundTripOpt\"}, {\"name\": \"bufferedWriter.Flush\"}, {\"name\": \"bufferedWriter.Write\"}, {\"name\": \"bufferedWriterTimeoutWriter.Write\"}, {\"name\": \"chunkWriter.Write\"}, {\"name\": \"clientConnPool.GetClientConn\"}, {\"name\": \"connError.Error\"}, {\"name\": \"dataBuffer.Read\"}, {\"name\": \"duplicatePseudoHeaderError.Error\"}, {\"name\": \"gzipReader.Close\"}, {\"name\": \"gzipReader.Read\"}, {\"name\": \"headerFieldNameError.Error\"}, {\"name\": \"headerFieldValueError.Error\"}, {\"name\": \"netHTTPClientConn.Close\"}, {\"name\": \"netHTTPClientConn.RoundTrip\"}, {\"name\": \"noDialClientConnPool.GetClientConn\"}, {\"name\": \"noDialH2RoundTripper.NewClientConn\"}, {\"name\": \"noDialH2RoundTripper.RoundTrip\"}, {\"name\": \"pipe.Read\"}, {\"name\": \"priorityWriteSchedulerRFC7540.CloseStream\"}, {\"name\": \"priorityWriteSchedulerRFC7540.OpenStream\"}, {\"name\": \"priorityWriteSchedulerRFC9218.OpenStream\"}, {\"name\": \"pseudoHeaderError.Error\"}, {\"name\": \"requestBody.Close\"}, {\"name\": \"requestBody.Read\"}, {\"name\": \"responseWriter.Flush\"}, {\"name\": \"responseWriter.FlushError\"}, {\"name\": \"responseWriter.Push\"}, {\"name\": \"responseWriter.SetReadDeadline\"}, {\"name\": \"responseWriter.SetWriteDeadline\"}, {\"name\": \"responseWriter.Write\"}, {\"name\": \"responseWriter.WriteHeader\"}, {\"name\": \"responseWriter.WriteString\"}, {\"name\": \"roundRobinWriteScheduler.OpenStream\"}, {\"name\": \"serverConn.CloseConn\"}, {\"name\": \"serverConn.Flush\"}, {\"name\": \"stickyErrWriter.Write\"}, {\"name\": \"transportResponseBody.Close\"}, {\"name\": \"transportResponseBody.Read\"}, {\"name\": \"unencryptedTransport.RoundTrip\"}, {\"name\": \"writeData.String\"}]}], \"references\": [{\"url\": \"https://nvd.nist.gov/vuln/detail/CVE-2026-27141\"}, {\"url\": \"https://go.dev/cl/746180\"}, {\"url\": \"https://go.dev/issue/77652\"}, {\"url\": \"https://pkg.go.dev/vuln/GO-2026-4559\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Due to missing nil check, sending 0x0a-0x0f HTTP/2 frames will cause a running server to panic\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"description\": \"CWE-476: NULL Pointer Dereference\"}]}], \"providerMetadata\": {\"orgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"shortName\": \"Go\", \"dateUpdated\": \"2026-02-26T18:50:31.830Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-27141\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-02-27T19:11:57.260Z\", \"dateReserved\": \"2026-02-17T19:57:28.435Z\", \"assignerOrgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"datePublished\": \"2026-02-26T18:50:31.830Z\", \"assignerShortName\": \"Go\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
OPENSUSE-SU-2026:10313-1
Vulnerability from csaf_opensuse - Published: 2026-03-09 00:00 - Updated: 2026-03-09 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:rclone-1.73.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rclone-1.73.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rclone-1.73.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rclone-1.73.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:rclone-1.73.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rclone-1.73.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rclone-1.73.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rclone-1.73.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "rclone-1.73.2-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the rclone-1.73.2-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-10313",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2026_10313-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-1229 page",
"url": "https://www.suse.com/security/cve/CVE-2026-1229/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-27141 page",
"url": "https://www.suse.com/security/cve/CVE-2026-27141/"
}
],
"title": "rclone-1.73.2-1.1 on GA media",
"tracking": {
"current_release_date": "2026-03-09T00:00:00Z",
"generator": {
"date": "2026-03-09T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:10313-1",
"initial_release_date": "2026-03-09T00:00:00Z",
"revision_history": [
{
"date": "2026-03-09T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "rclone-1.73.2-1.1.aarch64",
"product": {
"name": "rclone-1.73.2-1.1.aarch64",
"product_id": "rclone-1.73.2-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "rclone-bash-completion-1.73.2-1.1.aarch64",
"product": {
"name": "rclone-bash-completion-1.73.2-1.1.aarch64",
"product_id": "rclone-bash-completion-1.73.2-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "rclone-zsh-completion-1.73.2-1.1.aarch64",
"product": {
"name": "rclone-zsh-completion-1.73.2-1.1.aarch64",
"product_id": "rclone-zsh-completion-1.73.2-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "rclone-1.73.2-1.1.ppc64le",
"product": {
"name": "rclone-1.73.2-1.1.ppc64le",
"product_id": "rclone-1.73.2-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "rclone-bash-completion-1.73.2-1.1.ppc64le",
"product": {
"name": "rclone-bash-completion-1.73.2-1.1.ppc64le",
"product_id": "rclone-bash-completion-1.73.2-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "rclone-zsh-completion-1.73.2-1.1.ppc64le",
"product": {
"name": "rclone-zsh-completion-1.73.2-1.1.ppc64le",
"product_id": "rclone-zsh-completion-1.73.2-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "rclone-1.73.2-1.1.s390x",
"product": {
"name": "rclone-1.73.2-1.1.s390x",
"product_id": "rclone-1.73.2-1.1.s390x"
}
},
{
"category": "product_version",
"name": "rclone-bash-completion-1.73.2-1.1.s390x",
"product": {
"name": "rclone-bash-completion-1.73.2-1.1.s390x",
"product_id": "rclone-bash-completion-1.73.2-1.1.s390x"
}
},
{
"category": "product_version",
"name": "rclone-zsh-completion-1.73.2-1.1.s390x",
"product": {
"name": "rclone-zsh-completion-1.73.2-1.1.s390x",
"product_id": "rclone-zsh-completion-1.73.2-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rclone-1.73.2-1.1.x86_64",
"product": {
"name": "rclone-1.73.2-1.1.x86_64",
"product_id": "rclone-1.73.2-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "rclone-bash-completion-1.73.2-1.1.x86_64",
"product": {
"name": "rclone-bash-completion-1.73.2-1.1.x86_64",
"product_id": "rclone-bash-completion-1.73.2-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "rclone-zsh-completion-1.73.2-1.1.x86_64",
"product": {
"name": "rclone-zsh-completion-1.73.2-1.1.x86_64",
"product_id": "rclone-zsh-completion-1.73.2-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rclone-1.73.2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rclone-1.73.2-1.1.aarch64"
},
"product_reference": "rclone-1.73.2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rclone-1.73.2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rclone-1.73.2-1.1.ppc64le"
},
"product_reference": "rclone-1.73.2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rclone-1.73.2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rclone-1.73.2-1.1.s390x"
},
"product_reference": "rclone-1.73.2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rclone-1.73.2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rclone-1.73.2-1.1.x86_64"
},
"product_reference": "rclone-1.73.2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rclone-bash-completion-1.73.2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.aarch64"
},
"product_reference": "rclone-bash-completion-1.73.2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rclone-bash-completion-1.73.2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.ppc64le"
},
"product_reference": "rclone-bash-completion-1.73.2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rclone-bash-completion-1.73.2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.s390x"
},
"product_reference": "rclone-bash-completion-1.73.2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rclone-bash-completion-1.73.2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.x86_64"
},
"product_reference": "rclone-bash-completion-1.73.2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rclone-zsh-completion-1.73.2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.aarch64"
},
"product_reference": "rclone-zsh-completion-1.73.2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rclone-zsh-completion-1.73.2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.ppc64le"
},
"product_reference": "rclone-zsh-completion-1.73.2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rclone-zsh-completion-1.73.2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.s390x"
},
"product_reference": "rclone-zsh-completion-1.73.2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rclone-zsh-completion-1.73.2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.x86_64"
},
"product_reference": "rclone-zsh-completion-1.73.2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-1229",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-1229"
}
],
"notes": [
{
"category": "general",
"text": "The CombinedMult function in the CIRCL ecc/p384 package (secp384r1 curve) produces an incorrect value for specific inputs. The issue is fixed by using complete addition formulas.\nECDH and ECDSA signing relying on this curve are not affected.\n\nThe bug was fixed in v1.6.3 https://github.com/cloudflare/circl/releases/tag/v1.6.3 .",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:rclone-1.73.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-1.73.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-1.73.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-1.73.2-1.1.x86_64",
"openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.x86_64",
"openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-1229",
"url": "https://www.suse.com/security/cve/CVE-2026-1229"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:rclone-1.73.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-1.73.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-1.73.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-1.73.2-1.1.x86_64",
"openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.x86_64",
"openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:rclone-1.73.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-1.73.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-1.73.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-1.73.2-1.1.x86_64",
"openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.x86_64",
"openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-09T00:00:00Z",
"details": "critical"
}
],
"title": "CVE-2026-1229"
},
{
"cve": "CVE-2026-27141",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-27141"
}
],
"notes": [
{
"category": "general",
"text": "Due to missing nil check, sending 0x0a-0x0f HTTP/2 frames will cause a running server to panic",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:rclone-1.73.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-1.73.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-1.73.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-1.73.2-1.1.x86_64",
"openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.x86_64",
"openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-27141",
"url": "https://www.suse.com/security/cve/CVE-2026-27141"
},
{
"category": "external",
"summary": "SUSE Bug 1259062 for CVE-2026-27141",
"url": "https://bugzilla.suse.com/1259062"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:rclone-1.73.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-1.73.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-1.73.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-1.73.2-1.1.x86_64",
"openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.x86_64",
"openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:rclone-1.73.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-1.73.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-1.73.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-1.73.2-1.1.x86_64",
"openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-bash-completion-1.73.2-1.1.x86_64",
"openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-zsh-completion-1.73.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-09T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-27141"
}
]
}
OPENSUSE-SU-2026:10385-1
Vulnerability from csaf_opensuse - Published: 2026-03-17 00:00 - Updated: 2026-03-17 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:traefik-3.6.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:traefik-3.6.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:traefik-3.6.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:traefik-3.6.10-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:traefik-3.6.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:traefik-3.6.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:traefik-3.6.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:traefik-3.6.10-2.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "traefik-3.6.10-2.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the traefik-3.6.10-2.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-10385",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2026_10385-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-27141 page",
"url": "https://www.suse.com/security/cve/CVE-2026-27141/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-29777 page",
"url": "https://www.suse.com/security/cve/CVE-2026-29777/"
}
],
"title": "traefik-3.6.10-2.1 on GA media",
"tracking": {
"current_release_date": "2026-03-17T00:00:00Z",
"generator": {
"date": "2026-03-17T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:10385-1",
"initial_release_date": "2026-03-17T00:00:00Z",
"revision_history": [
{
"date": "2026-03-17T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "traefik-3.6.10-2.1.aarch64",
"product": {
"name": "traefik-3.6.10-2.1.aarch64",
"product_id": "traefik-3.6.10-2.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "traefik-3.6.10-2.1.ppc64le",
"product": {
"name": "traefik-3.6.10-2.1.ppc64le",
"product_id": "traefik-3.6.10-2.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "traefik-3.6.10-2.1.s390x",
"product": {
"name": "traefik-3.6.10-2.1.s390x",
"product_id": "traefik-3.6.10-2.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "traefik-3.6.10-2.1.x86_64",
"product": {
"name": "traefik-3.6.10-2.1.x86_64",
"product_id": "traefik-3.6.10-2.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "traefik-3.6.10-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:traefik-3.6.10-2.1.aarch64"
},
"product_reference": "traefik-3.6.10-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "traefik-3.6.10-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:traefik-3.6.10-2.1.ppc64le"
},
"product_reference": "traefik-3.6.10-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "traefik-3.6.10-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:traefik-3.6.10-2.1.s390x"
},
"product_reference": "traefik-3.6.10-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "traefik-3.6.10-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:traefik-3.6.10-2.1.x86_64"
},
"product_reference": "traefik-3.6.10-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-27141",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-27141"
}
],
"notes": [
{
"category": "general",
"text": "Due to missing nil check, sending 0x0a-0x0f HTTP/2 frames will cause a running server to panic",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:traefik-3.6.10-2.1.aarch64",
"openSUSE Tumbleweed:traefik-3.6.10-2.1.ppc64le",
"openSUSE Tumbleweed:traefik-3.6.10-2.1.s390x",
"openSUSE Tumbleweed:traefik-3.6.10-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-27141",
"url": "https://www.suse.com/security/cve/CVE-2026-27141"
},
{
"category": "external",
"summary": "SUSE Bug 1259062 for CVE-2026-27141",
"url": "https://bugzilla.suse.com/1259062"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:traefik-3.6.10-2.1.aarch64",
"openSUSE Tumbleweed:traefik-3.6.10-2.1.ppc64le",
"openSUSE Tumbleweed:traefik-3.6.10-2.1.s390x",
"openSUSE Tumbleweed:traefik-3.6.10-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:traefik-3.6.10-2.1.aarch64",
"openSUSE Tumbleweed:traefik-3.6.10-2.1.ppc64le",
"openSUSE Tumbleweed:traefik-3.6.10-2.1.s390x",
"openSUSE Tumbleweed:traefik-3.6.10-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-17T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-27141"
},
{
"cve": "CVE-2026-29777",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-29777"
}
],
"notes": [
{
"category": "general",
"text": "Traefik is an HTTP reverse proxy and load balancer. Prior to 3.6.10, A tenant with write access to an HTTPRoute resource can inject backtick-delimited rule tokens into Traefik\u0027s router rule language via unsanitized header or query parameter match values. In shared gateway deployments, this can bypass listener hostname constraints and redirect traffic for victim hostnames to attacker-controlled backends. This vulnerability is fixed in 3.6.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:traefik-3.6.10-2.1.aarch64",
"openSUSE Tumbleweed:traefik-3.6.10-2.1.ppc64le",
"openSUSE Tumbleweed:traefik-3.6.10-2.1.s390x",
"openSUSE Tumbleweed:traefik-3.6.10-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-29777",
"url": "https://www.suse.com/security/cve/CVE-2026-29777"
},
{
"category": "external",
"summary": "SUSE Bug 1259525 for CVE-2026-29777",
"url": "https://bugzilla.suse.com/1259525"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:traefik-3.6.10-2.1.aarch64",
"openSUSE Tumbleweed:traefik-3.6.10-2.1.ppc64le",
"openSUSE Tumbleweed:traefik-3.6.10-2.1.s390x",
"openSUSE Tumbleweed:traefik-3.6.10-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:traefik-3.6.10-2.1.aarch64",
"openSUSE Tumbleweed:traefik-3.6.10-2.1.ppc64le",
"openSUSE Tumbleweed:traefik-3.6.10-2.1.s390x",
"openSUSE Tumbleweed:traefik-3.6.10-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-17T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-29777"
}
]
}
OPENSUSE-SU-2026:20620-1
Vulnerability from csaf_opensuse - Published: 2026-04-23 16:22 - Updated: 2026-04-23 16:22| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "critical"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for rclone",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for rclone fixes the following issues:\n\nChanges in rclone:\n\n- Update to version 1.73.5:\n * Version v1.73.5\n * operations: add AuthRequired to operations/fsinfo to prevent backend creation CVE-2026-41179\n * rc: snapshot NoAuth at startup to prevent runtime auth bypass CVE-2026-41176\n * rc: add AuthRequired to options/set to prevent auth bypass CVE-2026-41176\n * s3: fix empty delimiter parameter rejected by Archiware P5 server\n * azureblob/auth: add Microsoft Partner Network User-Agent prefix\n * drime: fix User.EntryPermissions JSON unmarshalling\n * filter: fix debug logs that fire before logger is configured - fixes #9291\n * s3: fix TencentCOS CDN endpoint failing on bucket check\n * iclouddrive: fix \u0027directory not found\u0027 error when the directory contains accent marks\n * Start v1.73.5-DEV development\n\n- Update to version 1.73.4:\n * Version v1.73.4\n * Update to go 1.25.9 to fix multiple CVEs\n * build: fix Denial of Service due to Panic in AWS SDK for Go v2 SDK EventStream Decoder\n * docs: fix markdown issues in mount docs\n * docs: fix header level for metadata option\n * fix(docs): Fix link to not be language specific\n * filen: update SDK version\n * build(deps): bump golang.org/x/image from 0.36.0 to 0.38.0\n * docs: note macOS 10.15 (Catalina) support with version v1.70.3\n * Start v1.73.4-DEV development\n\n- Update to version 1.73.3: (CVE-2026-33186 GHSA-6g7g-w4f8-9c9x)\n * Version v1.73.3\n * build(deps): bump github.com/buger/jsonparser from 1.1.1 to 1.1.2\n * docs/jottacloud: fix broken link\n * docs: clarify Filen password change requires updating both password and API key in rclone config\n * docs: note that Filen API key changes on password change\n * build(deps): bump google.golang.org/grpc from 1.79.1 to 1.79.3\n * s3: add multi tenant support for Cubbit\n * lib/rest: fix URLPathEscapeAll breaking WebDAV servers (eg nzbdav) with strict path matching\n * list: fix nil pointer panic in Sorter when temp file creation fails\n * docs: update RELEASE procedure to avoid mistakes\n * docs: added text to the label showing version-introduced info\n * Start v1.73.3-DEV development\n * docs: update sponsors\n\n- Update to version 1.73.2:\n * Version v1.73.2\n * Update to go 1.25.8 to fix multiple CVEs\n * build: update to golang.org/x/net v0.51.0 to fix CVE-2026-27141 #9220\n * docs: fix new drive flag typo in changelog\n * webdav: add missing headers for CORS\n * docs: Document unsupported S3 object keys with double slashes\n * docs: note that --use-server-modtime only works on some backends\n * internxt: fix Entry doesn\u0027t belong in directory errors on windows\n * drime: fix chunk-uploaded files ignoring workspace ID\n * docs: Fix headers hierarchy for mount.md\n * webdav: escape reserved characters in URL path segments\n * bisync: add group Sync to the bisync command\n * archive: extract: strip \"./\" prefix from tar entry paths\n * docs: add instructions on how to update Go version\n * buid: update github.com/cloudflare/circl to v1.6.3 to fix CVE-2026-1229\n * Start v1.73.2-DEV development\n\n- Update to version 1.73.1:\n * Version v1.73.1\n * build: fix build using go 1.26.0 instead of go 1.25.7\n * fs/march: fix runtime: program exceeds 10000-thread limit\n * accounting: fix missing server side stats from core/stats rc\n * pacer: re-read the sleep time as it may be stale\n * pacer: fix deadlock between pacer token and --max-connections\n * build: fix CVE-2025-68121 by updating go to 1.25.7 or later - fixes #9167\n * drime: fix files and directories being created in the default workspace\n * docs: update sponsors\n * copyurl: Extend copyurl docs with an example of CSV FILENAMEs starting with a path.\n * internxt: implement re-login under refresh logic, improve retry logic - fixes #9174\n * docs: add ExchangeRate-API as a sponsor\n * build: bump github.com/go-chi/chi/v5 from 5.2.3 to 5.2.5 to fix GO-2026-4316\n * Set list_version to 2 for FileLu S3 configuration\n * filelu: add multipart upload support with configurable cutoff\n * filelu: add multipart init response type\n * filelu: add comment for response body wrapping\n * filelu: avoid buffering entire file in memory\n * docs: update sponsor logos\n * filen: fix potential panic in case of error during upload\n * filen: fix 32 bit targets not being able to list directories Fixes #9142\n * Start v1.73.1-DEV development\n\n- Update to version 1.73.0:\n * Version v1.73.0\n * drive: fix crash when trying to creating shortcut to a Google doc\n * azureblob,azurefiles: factor the common auth into a library\n * test: allow backends to return fs.ErrorCantListRoot to skip Root tests\n * build: add privatebeta Makefile target\n * docs: add Internxt as a sponsor\n * internxt: remove use of CVE laden github.com/disintegration/imaging\n * docs: fix Internxt docs after merge\n * docs: update making a new backend docs\n * docs: build overview page from the backend data\n * docs: add tiering to the documentation - fixes #8873\n * docs: add data about each backend in YAML format\n * docs: add bin/manage_backends.py for managing the backend data files\n * internxt: use rclone\u0027s http.Client to enable more features\n * internxt: fix lint problems\n * Add StarHack to contributors\n * Add lullius to contributors\n * Add jzunigax2 to contributors\n * internxt: add Internxt backend - fixes #7610\n * drive: add --drive-metadata-force-expansive-access flag - Fixes #8980\n * test_all: allow drime more time to complete\n * onedrive: fix permissions on onedrive Personal\n * onedrive: fix require sign in for Onedrive Personal\n * onedrive: Onedrive Personal no longer supports description\n * onedrive: fix setting modification time on directories for onedrive Personal\n * onedrive: fix cancelling multipart upload\n * docs: fix WinFsp link in mount documentation\n * cmount: make work under OpenBSD - fixes #1727\n * vfs: make mount tests run on OpenBSD\n * docs: improve alignment of icons\n * protondrive: update to use forks of upstream modules\n * Add hyusap to contributors\n * Add Nick Owens to contributors\n * Add Mikel Olasagasti Uranga to contributors\n * docs: fix googlephotos custom client_id instructions\n * cmount: fix OpenBSD mount support.\n * fs: fix bwlimit: correctly report minutes\n * fs: fix bwlimit: use %d instead of %q for ints\n * mega: reverts TLS workaround\n * docs: fix formatting\n * docs: add faq entry about re-enabling old TLS ciphers\n * Add Marc-Philip to contributors\n * Add yy to contributors\n * filen: swap to blake3 hashes\n * docs: fix echo command syntax for password input\n * docs: fix typos in comments and messages\n * docs: fix use of removed rem macro\n * uptobox: remove backend as service is no longer available\n * rc: add operations/hashsumfile to sum a single file only\n * docs: update sponsor link\n * filen: add Filen backend - Fixes #6728\n * sftp: fix proxy initialisation\n * fstest: skip Copy mutation test with --sftp-copy-is-hardlink\n * fstest: Make Copy mutation test work properly\n * Add Qingwei Li to contributors\n * Add Nicolas Dessart to contributors\n * log: fix systemd adding extra newline - fixes #9086\n * oracleobjectstorage, sftp: eliminate unnecessary heap allocation\n * sftp,ftp: add http proxy authentication support\n * Add Drime backend\n * lib/rest: add opts.MultipartContentType to explicitly set Content-Type of attachements\n * dircache: allow empty string as root parent id\n * docs: update sponsors\n * s3: add provider Bizfly Cloud Simple Storage\n * docs: update sponsor logos\n * Add sys6101 to contributors\n * Add darkdragon-001 to contributors\n * Add vupn0712 to contributors\n * docs: add cloudinary to readme\n * docs: fix headers hierarchy in mount docs\n * s3: fix Copy ignoring storage class\n * serve s3: make errors in --s3-auth-key fatal - fixes #9044\n * Add masrlinu to contributors\n * pcloud: add support for real-time updates in mount\n * memory: add --memory-discard flag for speed testing - fixes #9037\n * Add vyv03354 to contributors\n * shade: Fix VFS test issues\n * docs: mention use of ListR feature in ls docs\n * build: bump actions/download-artifact from 6 to 7\n * build: bump actions/upload-artifact from 5 to 6\n * build: bump actions/cache from 4 to 5\n * docs: reflects the fact that pCloud supports ListR\n * S3: Linode: updated endpoints to use ISO 3166-1 alpha-2 standard\n * sync: fix error propagation in tests (#9025)\n * Changelog updates from Version v1.72.1\n * s3: add more regions for Selectel\n * Add jhasse-shade to contributors\n * Add Shade backend\n * log: fix backtrace not going to the --log-file #9014\n * build: fix lint warning after linter upgrade\n * Add Jonas Tingeborn to contributors\n * Add Tingsong Xu to contributors\n * configfile: add piped config support - fixes #9012\n * fs/log: fix PID not included in JSON log output\n * build: adjust lint rules to exclude new errors from linter update\n * proxy: fix error handling in tests spotted by the linter\n * Add Johannes Rothe to contributors\n * Add Leo to contributors\n * Add Vladislav Tropnikov to contributors\n * Add Cliff Frey to contributors\n * Add vicerace to contributors\n * b2: Fix listing root buckets with unrestricted API key\n * googlecloudstorage: improve endpoint parameter docs\n * serve webdav: implement download-directory-as-zip\n * s3: The ability to specify an IAM role for cross-account interaction\n * azureblob: add metadata and tags support across upload and copy paths\n * refactor: use strings.Cut to simplify code\n * docs: note where a provider has an S3 compatible alternative\n * Add Shade as sponsor\n * Add Duncan Smart to contributors\n * Add Diana to contributors\n * docs: Clarify OAuth scopes for readonly Google Drive access\n * b2: support authentication with new bucket restricted application keys\n * docs: update sponsor logos\n * docs: fix lint error in changelog\n * Start v1.73.0-DEV development\n\n- Update to version 1.72.1:\n * Version v1.72.1\n * s3: add more regions for Selectel\n * log: fix backtrace not going to the --log-file #9014\n * build: fix lint warning after linter upgrade\n * configfile: add piped config support - fixes #9012\n * fs/log: fix PID not included in JSON log output\n * build: adjust lint rules to exclude new errors from linter update\n * proxy: fix error handling in tests spotted by the linter\n * googlecloudstorage: improve endpoint parameter docs\n * docs: note where a provider has an S3 compatible alternative\n * Add Shade as sponsor\n * docs: Clarify OAuth scopes for readonly Google Drive access\n * docs: update sponsor logos\n * docs: fix lint error in changelog\n * Start v1.72.1-DEV development\n\n- Update to version 1.72.0:\n * Version v1.72.0\n * rc: fix formatting in job/batch\n * test speed: fix formatting of help\n * docs: update sponsor logos\n * build: bump actions/checkout from 5 to 6\n * s3: add multi-part-upload support for If-Match and If-None-Match\n * rc: config/unlock: rename parameter to `configPassword` accept old as well\n * rc: correct names of parameters in job/list output\n * Add Nikolay Kiryanov to contributors\n * rc: add `executeId` to job statuses - fixes #8972\n * build: bump golang.org/x/crypto from 0.43.0 to 0.45.0 to fix CVE-2025-58181\n * s3: fix single file copying behavior with low permission - Fixes #8975\n * docs: onedrive: note how to backup up any user\u0027s data\n * Add Dominik Sander to contributors\n * Add jijamik to contributors\n * box: allow to configure with config file contents\n * http: add basic metadata and provide it via serve\n * ftp: fix transfers from servers that return 250 ok messages\n * b2: allow individual old versions to be deleted with --b2-versions - fixes #1626\n * build: fix tls: failed to verify certificate: x509: negative serial number\n * Add Sean Turner to contributors\n * s3: add support for --upload-header If-Match and If-None-Match\n * fix: comment typos\n * dropbox: fix error moving just created objects - fixes #8881\n * s3: add --s3-use-data-integrity-protections to fix BadDigest error in Alibaba, Tencent\n * rc: make sure fatal errors don\u0027t crash rclone - fixes #8955\n * pacer: factor call stack searching into its own package\n * rc: add osVersion, osKernel and osArch to core/version\n * build: update all dependencies\n * build(deps): bump golangci/golangci-lint-action from 8 to 9\n * webdav: fix out of memory with sharepoint-ntlm when uploading large file\n * testserver: fix owncloud test server startup\n * Add aliaj1 to contributors\n * ulozto: Fix downloads returning HTML error page\n * docs: adjust spectra logic example endpoint name\n * docs: update version introduced to v1.70 in doi docs\n * testserver: fix HDFS server after run.bash adjustments\n * testserver: remind developers about allocating a port\n * testserver: make run.bash variables less likely to collide with scripts\n * testserver: fix seafile servers messing up _connect string\n * testserver: make sure TestWebdavInfiniteScale uses an assigned port\n * testserver: make sure we don\u0027t overwrite the NAME variable set\n * Add n4n5 to contributors\n * Add Alex to contributors\n * Add Copilot to contributors\n * docs: update contributing docs regarding backend documentation\n * rc: add jobs stats\n * docs: fix alignment of some of the icons in the storage system dropdown\n * docs: run markdownlint on _index.md\n * docs: fix markdownlint issues and other styling improvements in backend command docs\n * docs: fix markdownlint issue md046/code-block-style in backend command docs\n * docs: fix missing punctuation in backend commands short description\n * docs: fix markdownlint issues in backend command generated output\n * build: improve backend docs autogenerated marker line\n * backend/compress: add zstd compression\n * sftp: fix zombie SSH processes with --sftp-ssh - Fixes #8929\n * testserver: fix tests failing due to stopped servers\n * docs: add new integration tester site link\n * docs: update the method for running integration tests\n * bisync: fix failing tests\n * Add SublimePeace to contributors\n * b2: fix \"expected a FileSseMode but found: \u0027\u0027\"\n * docs: s3: clarify multipart uploads memory usage\n * test_all: fix detection of running servers\n * accounting: add AccountReadN for use in cluster\n * fs: add NonDefaultRC for discovering options in use\n * fs: move tests into correct files\n * rc: add NewJobFromBytes for reading jobs from non HTTP transactions\n * rc: add job/batch for sending batches of rc commands to run concurrently\n * Add Ted Robertson to contributors\n * Add Joseph Brownlee to contributors\n * Add fries1234 to contributors\n * Add Fawzib Rojas to contributors\n * Add Riaz Arbi to contributors\n * Add Lukas Krejci to contributors\n * Add Adam Dinwoodie to contributors\n * Add dulanting to contributors\n * docs: add AppArmor restrictions to rclone mount\n * check: improved reporting of differences in sizes and contents\n * mega: implement 2FA login\n * docs: change to light code block style to better match overall theme\n * docs: fix various markdownlint issues\n * build: restrict the markdown languages to use for code blocks\n * docs: fix various markdownlint issues\n * docs: fix markdownlint issue md013/line-length\n * docs: change syntax hightlighting for command examples from sh to console\n * docs: Clarify remote naming convention\n * b2: Add Server-Side encryption support\n * Added rclone archive command to create and read archive files\n * accounting: add io.Seeker/io.ReaderAt support to accounting.Account\n * operations: add ReadAt method to ReOpen\n * fstest: add ResetRun to allow the remote to be reset in tests\n * gcs: fix --gcs-storage-class to work with server side copy for objects\n * ulozto: implement the about functionality\n * local: add --skip-specials to ignore special files\n * swift: Report disk usage in segment containers\n * refactor: use strings.Builder to improve performance\n * Archive backend to read archives on cloud storage.\n * vfs: remove unecessary import in tests to fix import cycles\n * Add Lakshmi-Surekha to contributors\n * Add Andrew Gunnerson to contributors\n * Add divinity76 to contributors\n * build: enable support for aix/ppc64\n * rc: fix name of \"queue\" JSON key in docs for vfs/cache\n * cmount: windows: improve error message on missing winfsp\n * docs: add the Provider to the options examples in the backend docs\n * Add Aneesh Agrawal to contributors\n * Add viocha to contributors\n * Add reddaisyy to contributors\n * fs: remove unnecessary Seek call on log file\n * s3: make it easier to add new S3 providers\n * build(deps): bump actions/upload-artifact from 4 to 5\n * build(deps): bump actions/download-artifact from 5 to 6\n * ftp: fix SOCK proxy support - fixes #8892 (#8918)\n * webdav: Add Access-Control-Max-Age header for CORS preflight caching - fixes #5078\n * webdav: use SpaceSepList to parse bearer token command\n * refactor: use strings.Builder to improve performance\n * docs: re-arrange sponsors page\n * docs: add Spectra Logic as a sponsor\n * Add Oleksandr Redko to contributors\n * build: enable all govet checks (except fieldalignment and shadow) and fix issues.\n * march: fix --no-traverse being very slow - fixes #8860\n * Add vastonus to contributors\n * s3: add new FileLu S5 endpoints\n * build: remove obsolete build tag\n * azurefiles: add ListP interface - #4788\n * dropbox: add ListP interface - #4788\n * webdav: add ListP interface - #4788\n * pcloud: add ListP interface - #4788\n * box: add ListP interface - #4788\n * onedrive: add ListP interface - #4788\n * drive: add ListP interface - #4788\n * Add hunshcn to contributors\n * webdav: optimize bearer token fetching with singleflight\n * Changelog updates from Version v1.71.2\n * lib/http: cleanup indentation and other whitespace in http serve template\n * docs: improve formatting of http serve template parameters\n * build: stop markdown linter leaving behind docker containers\n * Add Marco Ferretti to contributors\n * s3: add cubbit as provider\n * s3: add servercore as a provider\n * docs: update sponsors\n * docs: update sponsor images\n * docs: update privacy policy with a section on user data\n * Add Dulani Woods to contributors\n * Add spiffytech to contributors\n * gcs: add region us-east5 - fixes #8863\n * jottacloud: refactor service list from map to slice to get predefined order\n * jottacloud: added support for traditional oauth authentication also for the main service\n * oauthutil: improved debug logs from token refresh\n * backend: add S3 provider for Hetzner object storage #8183\n * jottacloud: improved token refresh handling\n * s3: provider reordering\n * index: add missing providers\n * docs: add missing `\n * s3: add rabata as a provider\n * mega: fix 402 payment required errors - fixes #8758\n * Add Andrew Ruthven to contributors\n * Add Microscotch to contributors\n * Add iTrooz to contributors\n * build: Bump SwiftAIO container to a newer one\n * build: Retry stopping the test server\n * build: Increase attempts to connect to test server\n * swift: If storage_policy isn\u0027t set, use the root containers policy\n * proton: automated 2FA login with OTP secret key\n * serve s3: fix log output to remove the EXTRA messages\n * docs/jottacloud: update description of invalid_grant error according to changes\n * jottacloud: add support for MediaMarkt Cloud as a whitelabel service\n * s3: add FileLu S5 provider\n * docs: fix variants of --user-from-header\n * vfs: fix chunker integration test\n * test_all: give TestZoho: extra time as it has been timing out\n * test_all: give TestCompressDrive: extra time as it has been timing out\n * rclone config string: reduce quoting with Human rendering for strings #8859\n * Add juejinyuxitu to contributors\n * docs/jottacloud: update documentation with new whitelabel services and changed configuration flow\n * jottacloud: abort attempts to run unsupported rclone authorize command\n * jottacloud: minor adjustment of texts in config ui\n * jottacloud: add support for Let\u0027s Go Cloud (from MediaMarkt) as a whitelabel service\n * jottacloud: fix authentication for whitelabel services from Elkjp subsidiaries\n * jottacloud: refactor config handling of whitelabel services to use openid provider configuration\n * jottacloud: remove nil error object from error message\n * jottacloud: fix legacy authentication\n * docs: add remote setup page to main docs dropdown\n * docs: update remote setup page\n * docs: add link from authorize command docs to remote setup docs\n * docs: lowercase internet and web browser instead of Internet browser\n * docs: use the term backend name instead of fs name for authorize command\n * add `rclone config string` for making connection strings #8859\n * config: add more human readable configmap.Simple output\n * serve http: download folders as zip\n * s3: reorder providers to be in alphabetical order\n * refactor: use strings.FieldsFuncSeq to reduce memory allocations\n * accounting: add SetMaxCompletedTransfers method to fix bisync race #8815\n * accounting: add RemoveDoneTransfers method to fix bisync race #8815\n * bisync: fix race when CaptureOutput is used concurrently #8815\n * build: update all dependencies\n * Makefile: remove deprecated go mod usage\n * azurefiles: Fix server side copy not waiting for completion - fixes #8848\n * Changelog updates from Version v1.71.1\n * test_all: fix branch name in test report\n * pacer: fix deadlock with --max-connections\n * Revert \"azureblob: fix deadlock with --max-connections with InvalidBlockOrBlob errors\"\n * Add Youfu Zhang to contributors\n * Add Matt LaPaglia to contributors\n * smb: optimize smb mount performance by avoiding stat checks during initialization\n * pikpak: fix unnecessary retries by using URL expire parameter - fixes #8601\n * serve http: fix: logging url on start\n * docs: fix typo\n * b2: fix 1TB+ uploads\n * march: fix deadlock when using --fast-list on syncs - fixes #8811\n * build: slices.Contains, added in go1.21\n * build: use strings.CutPrefix introduced in go1.20\n * build: use sequence Split introduced in go1.24\n * build: use \"for i := range n\", added in go1.22\n * build: modernize benchmark usage\n * build: in tests use t.Context, added in go1.24\n * build: replace interface{} by the \u0027any\u0027 type added in go1.18\n * build: use the built-in min or max functions added in go1.21\n * Add russcoss to contributors\n * build: remove x := x made unnecessary by the new semantics of loops in go1.22\n * lib/pool: fix unreliable TestPoolMaxBufferMemory test\n * Update S-Pegg1 email\n * Add Jean-Christophe Cura to contributors\n * pool: fix flaky unreliability test\n * copyurl: reworked code, added concurrency and tests\n * copyurl: Added --url to read urls from csv file - #8127\n * docs: HDFS: erasure coding limitation #8808\n * fstest: fix slice bounds out of range error when using -remotes local\n * local: fix time zones on tests\n * s3: added SpectraLogic as a provider\n * local: fix rmdir \"Access is denied\" on windows - fixes #8363\n * bisync: fix error handling for renamed conflicts\n * docs: pcloud: update root_folder_id instructions\n * operations: fix partial name collisions for non --inplace copies\n * drive: docs: update making your own client ID instructions\n * swift: add ListP interface - #4788\n * memory: add ListP interface - #4788\n * oraceobjectstorage: add ListP interface - #4788\n * B2: add ListP interface - #4788\n * azureblob: add ListP interface - #4788\n * googlecloudstorage: add ListP interface - Fixes #8763\n * build: bump actions/github-script from 7 to 8\n * build: bump actions/setup-go from 5 to 6\n * bisync: fix chunker integration tests\n * bisync: fix koofr integration tests\n * internetarchive: fix server side copy files with spaces\n * lib/rest: add URLPathEscapeAll to URL escape as many chars as possible\n * Add alternate email for dougal to contributors\n * test speed: add command to test a specified remotes speed\n * docs: add link to MEGA S4 from MEGA page\n * Add Robin Rolf to contributors\n * Add anon-pradip to contributors\n * s3: Add Intercolo provider\n * gendocs: refactor and add logging of skipped command docs\n * gendocs: ignore missing rclone_mount.md, rclone_nfsmount.md, rclone_serve_nfs.md on windows\n * bin: add bisync.md generator\n * fstest: refactor to decouple package from implementation\n * gendocs: ignore missing rclone_mount.md on macOS\n * bisync: ignore expected \"nothing to transfer\" differences on tests\n * bisync: fix TestBisyncConcurrent ignoring -case\n * bisync: make number of parallel tests configurable\n * docs: clarify subcommand description in rclone usage\n * docs: fix description of regex syntax of name transform\n * docs: add some more details about supported regex syntax\n * makefile: fix lib/transform docs not getting updated\n * lib/pool: fix flaky test which was causing timeouts\n * Add dougal to contributors\n * vfs: fix SIGHUP killing serve instead of flushing directory caches\n * bisync: use unique stats groups on tests\n * fstest: stop errors in test cleanup changing the global stats\n * Add Motte to contributors\n * Add Claudius Ellsel to contributors\n * build: add local markdown linting to make check\n * lsf: add support for unix and unixnano time formats\n * docs: remove broken links from rc to commands\n * hashsum: changed output format when listing algorithms\n * docs: add example of how to add date as suffix\n * box: fix about after change in API return - fixes #8776\n * Add skbeh to contributors\n * Add Tilman Vogel to contributors\n * docs: fix incorrectly escaped windows path separators\n * build: restore error handling in gendocs\n * combine: propagate SlowHash feature\n * docs/oracleobjectstorage: add introduction before external links and remove broken link\n * docs: fix markdown lint issues in backend docs\n * docs: fix markdown lint issues in command docs\n * docs: update markdown code block json indent size 2\n * mount: do not log successful unmount as an error - fixes #8766\n * Start v1.72.0-DEV development\n\n- Update to version 1.71.2:\n * Version v1.71.2\n * docs: update sponsors\n * docs: update sponsor images\n * docs: update privacy policy with a section on user data\n * gcs: add region us-east5 - fixes #8863\n * index: add missing providers\n * docs: add missing `\n * mega: fix 402 payment required errors - fixes #8758\n * docs: fix variants of --user-from-header\n * docs: add remote setup page to main docs dropdown\n * docs: update remote setup page\n * docs: add link from authorize command docs to remote setup docs\n * docs: lowercase internet and web browser instead of Internet browser\n * docs: use the term backend name instead of fs name for authorize command\n * bisync: fix race when CaptureOutput is used concurrently #8815\n * azurefiles: Fix server side copy not waiting for completion - fixes #8848\n * pikpak: fix unnecessary retries by using URL expire parameter - fixes #8601\n * serve http: fix: logging url on start\n * docs: fix typo\n * b2: fix 1TB+ uploads\n * Start v1.71.2-DEV development\n\n- Update to version 1.71.1:\n * Version v1.71.1\n * pacer: fix deadlock with --max-connections\n * Revert \"azureblob: fix deadlock with --max-connections with InvalidBlockOrBlob errors\"\n * march: fix deadlock when using --fast-list on syncs - fixes #8811\n * docs: HDFS: erasure coding limitation #8808\n * local: fix rmdir \"Access is denied\" on windows - fixes #8363\n * bisync: fix error handling for renamed conflicts\n * docs: pcloud: update root_folder_id instructions\n * operations: fix partial name collisions for non --inplace copies\n * drive: docs: update making your own client ID instructions\n * internetarchive: fix server side copy files with spaces\n * lib/rest: add URLPathEscapeAll to URL escape as many chars as possible\n * docs: add link to MEGA S4 from MEGA page\n * docs: clarify subcommand description in rclone usage\n * docs: fix description of regex syntax of name transform\n * docs: add some more details about supported regex syntax\n * makefile: fix lib/transform docs not getting updated\n * vfs: fix SIGHUP killing serve instead of flushing directory caches\n * docs: remove broken links from rc to commands\n * docs: add example of how to add date as suffix\n * box: fix about after change in API return - fixes #8776\n * docs: fix incorrectly escaped windows path separators\n * build: restore error handling in gendocs\n * combine: propagate SlowHash feature\n * docs/oracleobjectstorage: add introduction before external links and remove broken link\n * docs: fix markdown lint issues in backend docs\n * docs: fix markdown lint issues in command docs\n * docs: update markdown code block json indent size 2\n * mount: do not log successful unmount as an error - fixes #8766\n * Start v1.71.1-DEV development\n\n- Update to version 1.71.0:\n * Version v1.71.0\n * fs: tls: add --client-pass support for encrypted --client-key files\n * ftp: make TLS config default to global TLS config - Fixes #6671\n * fshttp: return *Transport rather than http.RoundTripper from NewTransport\n * bisync: release from beta\n * bisync: fix markdown formatting issues flagged by linter in docs\n * bisync: fix --no-slow-hash settings on path2\n * Add cui to contributors\n * docs: add code of conduct\n * lib/mmap: convert to using unsafe.Slice to avoid deprecated reflect.SliceHeader\n * build: bump golangci/golangci-lint-action from 6 to 8\n * build: update golangci-lint configuration\n * build: ignore revive lint issue var-naming: avoid meaningless package names\n * build: fix lint issue: should omit type error from declaration\n * Revert \"build: downgrade linter to use go1.24 until it is fixed for go1.25\"\n * build: migrate golangci-lint configuration to v2 format\n * s3: add --s3-use-arn-region flag - fixes #8686\n * Add Binbin Qian to contributors\n * Add Lucas Bremgartner to contributors\n * docs: add tips about outdated certificates\n * FAQ: specify the availability of SSL_CERT_* env vars\n * pikpak: add file name integrity check during upload\n * bisync: skip TestBisyncConcurrent on non-local\n * internetarchive: fix server side copy files with \u0026\n * Revert \"s3: set useAlreadyExists to false for Alibaba OSS\"\n * Add huangnauh to contributors\n * smb: improve multithreaded upload performance using multiple connections\n * bisync: fix data races on tests\n * bisync: remove unused parameters\n * bisync: deglobalize to fix concurrent runs via rc - fixes #8675\n * mount: fix identification of symlinks in directory listings\n * s3: fix Content-Type: aws-chunked causing upload errors with --metadata\n * config: fix problem reading pasted tokens over 4095 bytes\n * config: fix test failure on local machine with a config file\n * log: add log rotation to --log-file - fixes #2259\n * accounting: Fix stats (speed=0 and eta=nil) when starting jobs via rc\n * docs: update overview table for oracle object storage\n * Add praveen-solanki-oracle to contributors\n * oracleobjectstorage: add read only metadata support - Fixes #8705\n * doc: sync doesn\u0027t symlinks in dest without --link - Fixes #8749\n * s3: sort providers in docs\n * s3: add docs for Exaba Object Storage\n * azureblob: fix double accounting for multipart uploads - fixes #8718\n * pool: fix deadlock with --max-buffer-memory\n * azureblob: fix deadlock with --max-connections with InvalidBlockOrBlob errors\n * build: downgrade linter to use go1.24 until it is fixed for go1.25\n * build: update all dependencies\n * build: update to go1.25 and make go1.24 the minimum required version\n * Add Timothy Jacobs to contributors\n * bisync: fix time.Local data race on tests - fixes #8272\n * googlecloudstorage: fix rateLimitExceeded error on bisync tests\n * accounting: populate transfer snapshot with \"what\" value\n * build(deps): bump actions/checkout from 4 to 5\n * build(deps): bump actions/download-artifact from 4 to 5\n * googlecloudstorage: enable bisync integration tests\n * fstest: fix parsing of commas in -remotes\n * azurefiles: fix hash getting erased when modtime is set\n * bisync: disable --sftp-copy-is-hardlink on sftp tests\n * local: fix --copy-links on Windows when listing Junction points\n * operations: fix too many connections open when using --max-memory\n * pool: fix deadlock with --max-memory and multipart transfers\n * pool: unify memory between multipart and asyncreader to use one pool\n * docs: update links to rcloneui\n * docs: add MEGA S4 as a gold sponsor\n * about: fix potential overflow of about in various backends\n * box: fix about: cannot unmarshal number 1.0e+18 into Go struct field\n * oauthutil: fix nil pointer crash when started with expired token\n * rc: listremotes should send an empty array instead of nil\n * config: add error if RCLONE_CONFIG_PASS was supplied but didn\u0027t decrypt config\n * rc: add config/unlock to unlock the config file\n * ftp: allow insecure TLS ciphers - fixes #8701\n * s3: set useAlreadyExists to false for Alibaba OSS\n * docs: update sponsors page\n * fs: allow global variables to be overriden or set on backend creation\n * fs: allow setting of --http_proxy from command line\n * tests: cloudinary: remove test ignore after merging fix from #8707\n * Add Antonin Goude to contributors\n * Add Yu Xin to contributors\n * Add houance to contributors\n * Add Florent Vennetier to contributors\n * Add n4n5 to contributors\n * Add Albin Parou to contributors\n * Add liubingrun to contributors\n * sync: fix testLoggerVsLsf when backend only reads modtime\n * sync: fix testLoggerVsLsf checking wrong fs\n * docs: fix make opengraph tags absolute as not all sites understand relative\n * docs: update contributing guide regarding markdown documentation\n * build: add markdown linting to workflow\n * build: add markdownlint configuration\n * docs: minor format cleanup install.md\n * docs: fix markdownlint issue md049/emphasis-style\n * docs: fix markdownlint issue md036/no-emphasis-as-heading\n * docs: fix markdownlint issue md033/no-inline-html\n * docs: fix markdownlint issue md025/single-title\n * docs: fix markdownlint issue md041/first-line-heading\n * docs: fix markdownlint issue md001/heading-increment\n * docs: fix markdownlint issue md003/heading-style\n * docs: fix markdownlint issue md034/no-bare-urls\n * docs: fix markdownlint issue md010/no-hard-tabs\n * docs: fix markdownlint issue md013/line-length\n * docs: fix markdownlint issue md038/no-space-in-code\n * docs: fix markdownlint issue md040/fenced-code-language\n * docs: fix markdownlint issue md046/code-block-style\n * docs: fix markdownlint issue md037/no-space-in-emphasis\n * docs: fix markdownlint issue md059/descriptive-link-text\n * docs: fix markdownlint issues md007/ul-indent md004/ul-style\n * docs: fix markdownlint issue md012/no-multiple-blanks\n * docs: fix markdownlint issue md058/blanks-around-tables\n * docs: fix markdownlint issue md022/blanks-around-headings\n * docs: fix markdownlint issue md031/blanks-around-fences\n * docs: fix markdownlint issue md032/blanks-around-lists\n * docs: fix markdownlint issue md009/no-trailing-spaces\n * docs: fix markdownlint issue md014/commands-show-output\n * docs: fix markdownlint issues md007/ul-indent md004/ul-style (bin/update-authors.py)\n * docs: fix markdownlint issues md007/ul-indent md004/ul-style (authors.md)\n * docs: add opengraph tags for website social media previews\n * mount: note that bucket based remotes can use directory markers\n * pikpak: add docs for methods to clarify name collision handling and restrictions\n * pikpak: enhance Copy method to handle name collisions and improve error management\n * pikpak: enhance Move for better handling of error and name collision\n * accounting: fix incorrect stats with --transfers=1 - fixes #8670\n * rc: fix `operations/check` ignoring `oneWay` parameter\n * s3: add OVHcloud Object Storage provider\n * docs: rc: fix description of how to read local config\n * build: limit check for edits of autogenerated files to only commits in a pull request\n * build: extend check for edits of autogenerated files to all commits in a pull request\n * smb: refresh Kerberos credentials when ccache file changes\n * s3: fix multipart upload and server side copy when using bucket policy SSE-C\n * backend/s3: Fix memory leak by cloning strings #8683\n * purge: exit with a fatal error if filters are set on `rclone purge`\n * docs: Add Backblaze as a Platinum sponsor\n * Add Sam Pegg to contributors\n * googlephotos: added warning for Google Photos compatability-fixes #8672\n * test: remove flakey TestChunkerChunk50bYandex: test\n * docs: Consolidate entries for Josh Soref in contributors\n * docs: remove dead link to example of writing a plugin\n * filescom: document that hashes need to be enabled - fixes #8674\n * Add Sudipto Baral to contributors\n * docs: fix incorrect json syntax in sample output\n * docs: ignore author email piyushgarg80\n * docs: fix header level for --dump option section\n * docs: use stringArray as parameter type\n * docs: use consistent markdown heading syntax\n * imagekit: remove server side Copy method as it was downloading and uploading\n * imagekit: don\u0027t low level retry uploads\n * imagekit: return correct error when attempting to upload zero length files\n * smb: add --smb-kerberos-ccache option to set kerberos ccache per smb backend\n * test: fix smb kerberos integration tests\n * Changelog updates from Version v1.70.3\n * config: make parsing of duration options consistent\n * docs: cleanup usage\n * docs: break long lines\n * docs: add option value type to header where missing\n * docs: mention that identifiers in option values are case insensitive\n * docs: rewrite dump option examples\n * docs: use markdown inline code format for dump option headers that are real examples\n * docs: change spelling from server side to server-side\n * docs: cleanup header casing\n * docs: rename OSX to macOS\n * docs: fix list and code block issue\n * docs: consistent markdown list format\n * docs: split section with general description of options with that documenting actual main options\n * docs: improve description of option types\n * docs: use space instead of equal sign to separate option and value in headers\n * docs: use comma to separate short and long option format in headers\n * docs: remove use of uncommon parameter types\n * docs: remove use of parameter type FILE\n * docs: remove use of parameter type DIR\n * docs: remove use of parameter type CONFIG_FILE\n * docs: change use of parameter type N and NUMBER to int consistent with flags and cli help\n * docs: change use of parameter type TIME to Duration consistent with flags and cli help\n * docs: change use of parameter type BANDWIDTH_SPEC to BwTimetable consistent with flags and cli help\n * docs: change use of parameter type SIZE to SizeSuffix consistent with flags and cli help\n * docs: cleanup markdown header format\n * docs: explain separated list parameters\n * azureblob: fix server side copy error \"requires exactly one scope\"\n * test: remove and ignore failing integration tests\n * docs: explain the json log format in more detail\n * check: fix difference report (was reporting error counts)\n * serve sftp: add support for more hashes (crc32, sha256, blake3, xxh3, xxh128)\n * serve sftp: extract function refactoring for handling hashsum commands\n * sftp: add support for more hashes (crc32, sha256, blake3, xxh3, xxh128)\n * local: configurable supported hashes\n * hash: add support for BLAKE3, XXH3, XXH128\n * vfs: make integration TestDirEntryModTimeInvalidation test more reliable\n * smb: skip non integration tests when doing integration tests\n * seafile: fix integration test errors by adding dot to encoding\n * linkbox: fix upload error \"user upload file not exist\"\n * build: remove integration tests which are too slow\n * march: fix deadlock when using --no-traverse - fixes #8656\n * pikpak: improve error handling for missing links and unrecoverable 500s\n * pikpak: rewrite upload to bypass AWS S3 manager - fixes #8629\n * test: fix TestSMBKerberos password expiring errors\n * Add Vikas Bhansali to contributors\n * Add Ross Smith II to contributors\n * azureblob,azurefiles: add support for client assertion based authentication\n * webdav: fix setting modtime to that of local object instead of remote\n * build: set default shell to bash in build.yml\n * docs: fix filescom/filelu link mixup\n * Add Davide Bizzarri to contributors\n * fix: b2 versionAt read metadata\n * test: make TestWebdavInfiniteScale startup more reliable\n * test_all: add _connect_delay for slow starting servers\n * docs: update link for filescom\n * test_all: make TestWebdav InfiniteScale integration tests run\n * test_all: make SMB with Kerberos integration tests run properly\n * test_all: allow an env parameter to set environment variables\n * Changelog updates from Version v1.70.2\n * Add Ali Zein Yousuf to contributors\n * Add $@M@RTH_ to contributors\n * docs: update client ID instructions to current Azure AD portal - fixes #8027\n * s3: add Zata provider\n * pacer: fix nil pointer deref in RetryError - fixes #8077\n * docs: Remove Warp as a sponsor\n * docs: add files.com as a Gold sponsor\n * docs: add links to SecureBuild docker image\n * Add curlwget to contributors\n * convmv: fix moving to unicode-equivalent name - fixes #8634\n * transform: add truncate_keep_extension and truncate_bytes\n * convmv: make --dry-run logs less noisy\n * sync: avoid copying dir metadata to itself\n * docs: fix some function names in comments\n * combine: fix directory not found errors with ListP interface - Fixes #8627\n * local: fix --skip-links on Windows when skipping Junction points\n * Add Marvin Rsch to contributors\n * build: bump github.com/go-chi/chi/v5 from 5.2.1 to 5.2.2 to fix GHSA-vrw8-fxc6-2r93\n * copy,copyto,move,moveto: implement logger flags to store result of sync\n * log: fix deadlock when using systemd logging - fixes #8621\n * docs: googlephotos: detail how to make your own client_id - fixes #8622\n * Add necaran to contributors\n * mega: fix tls handshake failure - fixes #8565\n * Changelog updates from Version v1.70.1\n * Add jinjingroad to contributors\n * docs: DOI grammar error\n * docs: lib/transform: cleanup formatting\n * lib/transform: avoid empty charmap entry\n * chore: fix function name\n * convmv: fix spurious \"error running command echo\" on Windows\n * docs: client-credentials is not support by all backends\n * Start v1.71.0-DEV development\n\n- Update to version 1.70.3:\n * Version v1.70.3\n * azureblob: fix server side copy error \"requires exactly one scope\"\n * docs: explain the json log format in more detail\n * check: fix difference report (was reporting error counts)\n * linkbox: fix upload error \"user upload file not exist\"\n * march: fix deadlock when using --no-traverse - fixes #8656\n * pikpak: improve error handling for missing links and unrecoverable 500s\n * webdav: fix setting modtime to that of local object instead of remote\n * fix: b2 versionAt read metadata\n * Start v1.70.3-DEV development\n * docs: fix filescom/filelu link mixup\n * docs: update link for filescom\n\n- Update to version 1.70.2:\n * Version v1.70.2\n * docs: update client ID instructions to current Azure AD portal - fixes #8027\n * mega: fix tls handshake failure - fixes #8565\n * pacer: fix nil pointer deref in RetryError - fixes #8077\n * convmv: fix moving to unicode-equivalent name - fixes #8634\n * convmv: make --dry-run logs less noisy\n * sync: avoid copying dir metadata to itself\n * combine: fix directory not found errors with ListP interface - Fixes #8627\n * local: fix --skip-links on Windows when skipping Junction points\n * build: bump github.com/go-chi/chi/v5 from 5.2.1 to 5.2.2 to fix GHSA-vrw8-fxc6-2r93\n * log: fix deadlock when using systemd logging - fixes #8621\n * docs: googlephotos: detail how to make your own client_id - fixes #8622\n * pikpak: fix uploads fail with \"aws-chunked encoding is not supported\" error\n * Start v1.70.2-DEV development\n * docs: Remove Warp as a sponsor\n * docs: add files.com as a Gold sponsor\n * docs: add links to SecureBuild docker image\n\n- Update to version 1.70.1:\n * Version v1.70.1\n * docs: DOI grammar error\n * docs: lib/transform: cleanup formatting\n * lib/transform: avoid empty charmap entry\n * chore: fix function name\n * convmv: fix spurious \"error running command echo\" on Windows\n * docs: client-credentials is not support by all backends\n * Start v1.70.1-DEV development\n\n- Update to version 1.70.0:\n * Version v1.70.0\n * ftp: add --ftp-http-proxy to connect via HTTP CONNECT proxy\n * pcloud: fix \"Access denied. You do not have permissions to perform this operation\" on large uploads\n * operations: fix TransformFile when can\u0027t server-side copy/move\n * fstest: fix -verbose flag after logging revamp\n * googlecloudstorage: fix directory marker after // changes in #5858\n * s3: fix directory marker after // changes in #5858\n * azureblob: fix directory marker after // changes in #5858\n * tests: ignore some more habitually failing tests\n * googlephotos: fix typo in error message - Fixes #8600\n * s3: MEGA S4 support\n * Add Ser-Bul to contributors\n * chunker: fix double-transform\n * docs: mailru: added note about permissions level choice for the apps password\n * tests: ignore habitually failing tests and backends\n * docs: link to asciinema rather than including the js\n * docs: target=\"_blank\" must have rel=\"noopener\"\n * sync: fix testLoggerVsLsf when dst is local\n * docs: fix FileLu docs\n * build: update all dependencies\n * onedrive: fix crash if no metadata was updated\n * Add kingston125 to contributors\n * Add Flora Thiebaut to contributors\n * Add FileLu cloud storage backend\n * doi: add new doi backend\n * build: fix check_autogenerated_edits.py flagging up files that didn\u0027t exist\n * docs: rc: add more info on how to discover _config and _filter parameters #8584\n * s3: add Exaba provider\n * convmv: add convmv command\n * lib/transform: add transform library and --name-transform flag\n * march: split src and dst\n * Add ahxxm to contributors\n * Add Nathanael Demacon to contributors\n * b2: use file id from listing when not presented in headers - fixes #8113\n * fs: fix goroutine leak and improve stats accounting process\n * march: fix syncing with a duplicate file and directory\n * Add PrathameshLakawade to contributors\n * Add Oleksiy Stashok to contributors\n * docs: fix page_facing_up typo next to Lyve Cloud in README.md\n * backend/s3: require custom endpoint for Lyve Cloud v2 support\n * backend: skip hash calculation when the hashType is None - fixes #8518\n * azureblob: fix multipart server side copies of 0 sized files\n * Add Jeremy Daer to contributors\n * Add wbulot to contributors\n * s3: add Pure Storage FlashBlade provider support (#8575)\n * backend/gofile: update to use new direct upload endpoint\n * log: add --windows-event-log-level to support Windows Event Log\n * fs: Remove github.com/sirupsen/logrus and replace with log/slog\n * Add fhuber to contributors\n * cmd serve s3: fix ListObjectsV2 response\n * Changelog updates from Version v1.69.3\n * onedrive: re-add --onedrive-upload-cutoff flag\n * onedrive: fix \"The upload session was not found\" errors\n * Add Germn Casares to contributors\n * Add Jeff Geerling to contributors\n * googlephotos: update read only and read write scopes to meet Google\u0027s requirements.\n * build: update github.com/ebitengine/purego to v0.8.3 to fix mac_amd64 build\n * docs: add hint about config touch and config file not found\n * docs: add FAQ for dismissing \u0027rclone.conf not found\u0027\n * docs: document how to keep an out of tree backend\n * Add Clment Wehrung to contributors\n * iclouddrive: fix panic and files potentially downloaded twice\n * docs: move --max-connections documentation to the correct place\n * Add Ben Boeckel to contributors\n * Add Tho Neyugn to contributors\n * docs: fix typo in s3/storj docs\n * serve s3: remove redundant handler initialization\n * Changelog updates from Version 1.69.2\n * sftp: add --sftp-http-proxy to connect via HTTP CONNECT proxy\n * Add Jugal Kishore to contributors\n * docs: correct SSL docs anchor link from #ssl-tls to #tls-ssl\n * drive: metadata: fix error when setting copy-requires-writer-permission on a folder\n * docs: Update contributors\n * build: bump golang.org/x/net from 0.36.0 to 0.38.0\n * Update README.md\n * docs: fix typos via codespell\n * webdav: add an ownCloud Infinite Scale vendor that enables tus chunked upload support\n * onedrive: fix metadata ordering in permissions\n * Add Ben Alex to contributors\n * Add simwai to contributors\n * iclouddrive: fix so created files are writable\n * cmd/authorize: show required arguments in help text\n * cloudinary: var naming convention - #8416\n * cloudinary: automatically add/remove known media files extensions #8416\n * Add Markus Gerstel to contributors\n * Add Enduriel to contributors\n * Add huanghaojun to contributors\n * Add simonmcnair to contributors\n * Add Samantha Bowen to contributors\n * s3: documentation regression - fixes #8438\n * hash: add SHA512 support for file hashes\n * vfs: fix inefficient directory caching when directory reads are slow\n * docs: update fuse version in docker docs\n * fs/config: Read configuration passwords from stdin even when terminated with EOF - fixes #8480\n * cmd/gitannex: Reject unknown layout modes in INITREMOTE\n * cmd/gitannex: Add configparse.go and refactor\n * cmd/gitannex: Permit remotes with options\n * serve ftp: add serve rc interface\n * serve sftp: add serve rc interface\n * serve restic: add serve rc interface\n * serve s3: add serve rc interface\n * serve dlna: add serve rc interface\n * serve webdav: add serve rc interface - fixes #4505\n * serve http: add serve rc interface\n * serve nfs: add serve rc interface\n * serve: Add rc control for serve commands #4505\n * configstruct: add SetAny to parse config from the rc\n * rc: In options/info make FieldName contain a \".\" if it should be nested\n * serve restic: convert options to new style\n * serve s3: convert options to new style\n * serve http: convert options to new style\n * serve webdav: convert options to new style\n * auth proxy: convert options to new style\n * auth proxy: add VFS options parameter for use for default VFS\n * serve: make the servers self registering\n * lib/http: fix race between Serve() and Shutdown()\n * lib/http: add Addr() method to return the first configured server address\n * Add Danny Garside to contributors\n * docs: fix minor typo in box docs\n * sync: implement --list-cutoff to allow on disk sorting for reduced memory use\n * march: Implement callback based syncing\n * list: add ListDirSortedFn for callback oriented directory listing\n * list: Implement Sorter to sort directory entries\n * cache: mark ListP as not supported yet\n * hasher: implement ListP interface\n * compress: implement ListP interface\n * chunker: mark ListP as not supported yet\n * union: mark ListP as not supported yet\n * crypt: implement ListP interface\n * combine: implement ListP interface\n * s3: Implement paged listing interface ListP\n * list: add WithListP helper to implement List for ListP backends\n * walk: move NewListRHelper into list.Helper to avoid circular dependency\n * fs: define ListP interface for paged listing #4788\n * accounting: Add listed stat for number of directory entries listed\n * walk: factor Listing helpers into their own file and add tests\n * serve nfs: make metadata files have special file handles\n * serve nfs: change the format of --nfs-cache-type symlink file handles\n * vfs: add --vfs-metadata-extension to expose metadata sidecar files\n * docs: Add rcloneui.com as Silver Sponsor\n * Add Klaas Freitag to contributors\n * Add eccoisle to contributors\n * Add Fernando Fernndez to contributors\n * Add alingse to contributors\n * Add Jrn Friedrich Dreyer to contributors\n * docs: replace option --auto-filename-header with --header-filename\n * build: update github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 to fix CVE-2025-30204\n * docs/googlephotos: fix typos\n * build: bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2\n * operations: fix call fmt.Errorf with wrong err\n * webdav: retry propfind on 425 status\n * Add --max-connections to control maximum backend concurrency\n * rc: fix debug/* commands not being available over unix sockets\n * cmd/gitannex: Prevent tests from hanging when assertion fails\n * cmd/gitannex: Add explicit timeout for mock stdout reads in tests\n * http: correct root if definitely pointing to a file - fixes #8428\n * pool: add --max-buffer-memory to limit total buffer memory usage\n * filter: Add `--hash-filter` to deterministically select a subset of files\n * build: update golang.org/x/net to 0.36.0. to fix CVE-2025-22869\n * rc: add add short parameter to core/stats to not return transferring and checking\n * fs: fix corruption of SizeSuffix with \"B\" suffix in config (eg --min-size)\n * filters: show --min-size and --max-size in --dump filters\n * build: check docs for edits of autogenerated sections\n * Add jack to contributors\n * docs: fix incorrect mentions of vfs-cache-min-free-size\n * fs/object: fix memory object out of bounds Seek\n * serve nfs: fix unlikely crash\n * docs: update minimum OS requirements for go1.24\n * cmd/gitannex: Tweak parsing of \"rcloneremotename\" config\n * cmd/gitannex: Drop var rebindings now that we have go1.23\n * docs: add note for using rclone cat for slicing out a byte range from a file\n * rcserver: improve content-type check\n * build: modernize Go usage\n * build: update all dependencies and fix deprecations\n * build: update golang.org/x/crypto to v0.35.0 to fix CVE-2025-22869\n * build: make go1.23 the minimum go version\n * cmd/gitannex: Add to integration tests\n * cmd/gitannex: Simplify verbose failures in tests\n * cmd/gitannex: Port unit tests to fstest\n * vfs: fix integration test failures\n * azureblob: fix errors not being retried when doing single part copy\n * azureblob: handle retry error codes more carefully\n * touch: make touch obey --transfers\n * Add luzpaz to contributors\n * Add Dave Vasilevsky to contributors\n * docs: fix various typos Found via\n * dropbox: Retry link without expiry\n * Dropbox: Support Dropbox Paper\n * chore: update contributor email\n * docs: correct stable release workflow\n * Add Lorenz Brun to contributors\n * Add Michael Kebe to contributors\n * vfs: fix directory cache serving stale data\n * build: fix docker plugin build - fixes #8394\n * docs: improved sftp limitations\n * Changelog updates from Version v1.69.1\n * docs: add FileLu as sponsors and tidy sponsor logos\n * accounting: fix percentDiff calculation -- fixes #8345\n * vfs: fix the cache failing to upload symlinks when --links was specified\n * Add jbagwell-akamai to contributors\n * Add ll3006 to contributors\n * doc: add note on concurrency of rclone purge\n * s3: add latest Linode Object Storage endpoints\n * cmd: fix crash if rclone is invoked without any arguments - Fixes #8378\n * build: disable docker builds on PRs \u0026 add missing dockerfile changes\n * sync: copy dir modtimes even when copyEmptySrcDirs is false - fixes #8317\n * sync: add tests to check dir modtimes are kept when syncing\n * fix golangci-lint errors\n * bisync: fix false positive on integration tests\n * s3: split the GCS quirks into -s3-use-x-id and -s3-sign-accept-encoding #8373\n * Add Joel K Biju to contributors\n * stats: fix the speed not getting updated after a pause in the processing\n * opendrive: added --opendrive-access flag to handle permissions\n * bisync: fix listings missing concurrent modifications - fixes #8359\n * Added parallel docker builds and caching for go build in the container\n * smb: improve connection pooling efficiency\n * lib/oauthutil: fix redirect URL mismatch errors - fixes #8351\n * b2: fix \"fatal error: concurrent map writes\" - fixes #8355\n * Add Alexander Minbaev to contributors\n * Add Zachary Vorhies to contributors\n * Add Jess to contributors\n * s3: add IBM IAM signer - fixes #7617\n * serve nfs: update docs to note Windows is not supported - fixes #8352\n * cmd/config(update remote): introduce --no-output option\n * s3: add DigitalOcean regions SFO2, LON1, TOR1, BLR1\n * sync: fix cpu spinning when empty directory finding with leading slashes\n * s3: fix handling of objects with // in #5858\n * azureblob: fix handling of objects with // in #5858\n * fstest: add integration tests objects with // on bucket based backends #5858\n * fs/list: tweak directory listing assertions after allowing // names\n * lib/bucket: fix tidying of // in object keys #5858\n * lib/bucket: add IsAllSlashes function\n * azureblob: remove uncommitted blocks on InvalidBlobOrBlock error\n * azureblob: implement multipart server side copy\n * azureblob: speed up server side copies for small files #8249\n * azureblob: cleanup uncommitted blocks on upload errors\n * azureblob: factor readMetaData into readMetaDataAlways returning blob properties\n * Add b-wimmer to contributors\n * azurefiles: add --azurefiles-use-az and --azurefiles-disable-instance-discovery\n * onedrive: mark German (de) region as deprecated\n * Add Trevor Starick to contributors\n * Add hiddenmarten to contributors\n * Add Corentin Barreau to contributors\n * Add Bruno Fernandes to contributors\n * Add Moises Lima to contributors\n * Add izouxv to contributors\n * Add Robin Schneider to contributors\n * Add Tim White to contributors\n * Add Christoph Berger to contributors\n * azureblob: add support for `x-ms-tags` header\n * rc: disable the metrics server when running `rclone rc`\n * internetarchive: add --internetarchive-metadata=\"key=value\" for setting item metadata\n * lib/batcher: Deprecate unused option: batch_commit_timeout\n * s3: Added new storage class to magalu provider\n * http servers: add --user-from-header to use for authentication\n * b2: add SkipDestructive handling to backend commands - fixes #8194\n * vfs: close the change notify channel on Shutdown\n * Docker image: Add label org.opencontainers.image.source for release notes in Renovate dependency updates\n * docs: add OneDrive Impersonate instructions - fixes #5610\n * docs: explain the stringArray flag parameter descriptor\n * iclouddrive: add notes on ADP and Missing PCS cookies - fixes #8310\n * docs: fix typos found by codespell in docs and code comments\n * fs: fix confusing \"didn\u0027t find section in config file\" error\n * vfs: fix race detected by race detector\n * Add Jonathan Giannuzzi to contributors\n * Add Spencer McCullough to contributors\n * Add Matt Ickstadt to contributors\n * smb: add support for kerberos authentication\n * drive: added `backend moveid` command\n * docs: fix reference to serves3 setting disable_multipart_uploads which was renamed\n * docs: fix link to Rclone Serve S3\n * serve s3: fix list objects encoding-type\n * build: update gopkg.in/yaml.v2 to v3\n * build: update all dependencies\n * bisync: fix go vet problems with go1.24\n * build: update to go1.24rc1 and make go1.22 the minimum required version\n * version: add --deps flag to show dependencies and other build info\n * doc: make man page well formed for whatis - fixes #7430\n * Start v1.70.0-DEV development\n\n- Install completion files in the right place.\n\n- Update to version 1.69.3:\n * build: update github.com/ebitengine/purego to work around bug in go1.24.3\n * build: reapply update github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 to fix CVE-2025-30204\n\n- Update to version 1.69.2:\n - Bug fixes\n - accounting: Fix percentDiff calculation -- (Anagh Kumar\n Baranwal)\n - build\n - Update github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 to\n fix CVE-2025-30204 (dependabot[bot])\n - Update github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 to\n fix CVE-2025-30204 (dependabot[bot])\n - Update golang.org/x/crypto to v0.35.0 to fix CVE-2025-22869\n (Nick Craig-Wood)\n - Update golang.org/x/net from 0.36.0 to 0.38.0 to fix\n CVE-2025-22870 (dependabot[bot])\n - Update golang.org/x/net to 0.36.0. to fix CVE-2025-22869\n (dependabot[bot])\n - Stop building with go \u003c go1.23 as security updates forbade\n it (Nick Craig-Wood)\n - Fix docker plugin build (Anagh Kumar Baranwal)\n - cmd: Fix crash if rclone is invoked without any arguments\n (Janne Hellsten)\n - config: Read configuration passwords from stdin even when\n terminated with EOF (Samantha Bowen)\n - doc fixes (Andrew Kreimer, Danny Garside, eccoisle, Ed\n Craig-Wood, emyarod, jack, Jugal Kishore, Markus Gerstel,\n Michael Kebe, Nick Craig-Wood, simonmcnair, simwai, Zachary\n Vorhies)\n - fs: Fix corruption of SizeSuffix with \"B\" suffix in config\n (eg --min-size) (Nick Craig-Wood)\n - lib/http: Fix race between Serve() and Shutdown() (Nick\n Craig-Wood)\n - object: Fix memory object out of bounds Seek (Nick\n Craig-Wood)\n - operations: Fix call fmt.Errorf with wrong err (alingse)\n - rc\n - Disable the metrics server when running rclone rc\n (hiddenmarten)\n - Fix debug/* commands not being available over unix sockets\n (Nick Craig-Wood)\n - serve nfs: Fix unlikely crash (Nick Craig-Wood)\n - stats: Fix the speed not getting updated after a pause in the\n processing (Anagh Kumar Baranwal)\n - sync\n - Fix cpu spinning when empty directory finding with leading\n slashes (Nick Craig-Wood)\n - Copy dir modtimes even when copyEmptySrcDirs is false\n (ll3006)\n - vfs\n - Fix directory cache serving stale data (Lorenz Brun)\n - Fix inefficient directory caching when directory reads are\n slow (huanghaojun)\n - Fix integration test failures (Nick Craig-Wood)\n - Drive\n - Metadata: fix error when setting\n copy-requires-writer-permission on a folder (Nick Craig-Wood)\n - Dropbox\n - Retry link without expiry (Dave Vasilevsky)\n - HTTP\n - Correct root if definitely pointing to a file (nielash)\n - Iclouddrive\n - Fix so created files are writable (Ben Alex)\n - Onedrive\n - Fix metadata ordering in permissions (Nick Craig-Wood)\n\n- Update to version 1.69.1:\n * Version v1.69.1\n * build: disable docker builds on PRs \u0026 add missing dockerfile changes\n * Added parallel docker builds and caching for go build in the container\n * docs: add FileLu as sponsors and tidy sponsor logos\n * vfs: fix the cache failing to upload symlinks when --links was specified\n * doc: add note on concurrency of rclone purge\n * s3: add latest Linode Object Storage endpoints\n * fix golangci-lint errors\n * bisync: fix listings missing concurrent modifications - fixes #8359\n * lib/oauthutil: fix redirect URL mismatch errors - fixes #8351\n * b2: fix \"fatal error: concurrent map writes\" - fixes #8355\n * serve nfs: update docs to note Windows is not supported - fixes #8352\n * s3: add DigitalOcean regions SFO2, LON1, TOR1, BLR1\n * onedrive: mark German (de) region as deprecated\n * s3: Added new storage class to magalu provider\n * vfs: close the change notify channel on Shutdown\n * docs: add OneDrive Impersonate instructions - fixes #5610\n * docs: explain the stringArray flag parameter descriptor\n * iclouddrive: add notes on ADP and Missing PCS cookies - fixes #8310\n * docs: fix typos found by codespell in docs and code comments\n * fs: fix confusing \"didn\u0027t find section in config file\" error\n * vfs: fix race detected by race detector\n * docs: fix reference to serves3 setting disable_multipart_uploads which was renamed\n * docs: fix link to Rclone Serve S3\n * serve s3: fix list objects encoding-type\n * doc: make man page well formed for whatis - fixes #7430\n * Start v1.69.1-DEV development\n\n- Update to version 1.69.0:\n https://rclone.org/changelog/#v1-69-0-2025-01-12\n\n Rclone is using golang.org/x/net but was not affected to\n CVE-2024-45337 and CVE-2024-45338.\n\n * Version v1.69.0\n * test_all: disable docker plugin tests\n * docs: fix typo\n * accounting: fix race stopping/starting the stats counter\n * docs: add github.com/icholy/gomajor to RELEASE for updating major versions\n * ftp: fix ls commands returning empty on \"Microsoft FTP Service\" servers\n * s3: add docs on data integrity\n * webdav: make --webdav-auth-redirect to fix 401 unauthorized on redirect\n * rest: make auth preserving redirects an option\n * box: fix panic when decoding corrupted PEM from JWT file\n * size: make output compatible with -P\n * vfs: add remote name to vfs cache log messages - fixes #7952\n * dropbox: fix return status when full to be fatal error\n * rc: add relative to vfs/queue-set-expiry\n * vfs: fix open files disappearing from directory listings\n * docker serve: parse all remaining mount and VFS options\n * smb: fix panic if stat fails\n * googlephotos: fix nil pointer crash on upload - fixes #8233\n * iclouddrive: tweak docs\n * serve dlna: sort the directory entries by directories first then alphabetically by name\n * serve nfs: fix missing inode numbers which was messing up ls -laR\n * serve nfs: implement --nfs-cache-type symlink\n * azureblob,oracleobjectstorage,s3: quit multipart uploads if the context is cancelled\n * http: fix incorrect URLs with initial slash\n * build: update `github.com/shirou/gopsutil` to v4\n * Replace Windows-specific NewLazyDLL with NewLazySystemDLL\n * lib/oauthutil: don\u0027t require token to exist for client credentials flow\n * fs/operations: make log messages consistent for mkdir/rmdir at INFO level\n * Add Francesco Frassinelli to contributors\n * smb: Add support for Kerberos authentication.\n * docs: smb: link to CloudSoda/go-smb2 fork\n * cloudinary: add cloudinary backend - fixes #7989\n * operations: fix eventual consistency in TestParseSumFile test\n * Add TAKEI Yuya to contributors\n * docs: Remove Backblaze as a Platinum sponsor\n * docs: add RcloneView as silver sponsor\n * serve docker: fix incorrect GID assignment\n * serve s3: fix Last-Modified timestamp\n * Add ToM to contributors\n * Add Henry Lee to contributors\n * Add Louis Laureys to contributors\n * docs: filtering: mention feeding --files-from from standard input\n * docs: filtering: fix --include-from copypaste error\n * s3: rename glacier storage class to flexible retrieval\n * b2: add daysFromStartingToCancelingUnfinishedLargeFiles to backend lifecycle command\n * build: update golang.org/x/net to v0.33.0 to fix CVE-2024-45338\n * azurefiles: fix missing x-ms-file-request-intent header\n * Add Thomas ten Cate to contributors\n * docs: Document --url and --unix-socket on the rc page\n * docs: link to the outstanding vfs symlinks issue\n * Add Yxxx to contributors\n * Add hayden.pan to contributors\n * docs: update pcloud doc to avoid puzzling token error when use remote rclone authorize\n * pikpak: add option to use original file links - fixes #8246\n * rc/job: use mutex for adding listeners thread safety\n * docs: mention in serve tls options when value is path to file - fixes #8232\n * build: update all dependencies\n * accounting: fix debug printing when debug wasn\u0027t set\n * Add Filipe Azevedo to contributors\n * fs: make --links flag global and add new --local-links and --vfs-links flag\n * vfs: add docs for -l/--links flag\n * nfsmount,serve nfs: introduce symlink support #2975\n * mount2: introduce symlink support #2975\n * mount: introduce symlink support #2975\n * cmount: introduce symlink support #2975\n * vfstest: make VFS test suite support symlinks\n * vfs: add symlink support to VFS\n * vfs: add ELOOP error\n * vfs: Add link permissions\n * vfs: Add VFS --links command line switch\n * vfs: add vfs.WriteFile to match os.WriteFile\n * fs: Move link suffix to fs\n * cmount: fix problems noticed by linter\n * mount2: Fix missing . and .. entries\n * sftp: fix nil check when using auth proxy\n * Add Martin Hassack to contributors\n * serve sftp: resolve CVE-2024-45337\n * googlecloudstorage: typo fix in docs\n * onedrive: add support for OAuth client credential flow - fixes #6197\n * lib/oauthutil: add support for OAuth client credential flow\n * lib/oauthutil: return error messages from the oauth process better\n * bin/test_backend_sizes.py fix compile flags and s3 reporting\n * test makefiles: add --flat flag for making directories with many entries\n * Add divinity76 to contributors\n * Add Ilias Ozgur Can Leonard to contributors\n * Add remygrandin to contributors\n * Add Michael R. Davis to contributors\n * cmd/mountlib: better snap mount error message\n * vfs: with --vfs-used-is-size value is calculated and then thrown away - fixes #8220\n * serve sftp: fix loading of authorized keys file with comment on last line - fixes #8227\n * oracleobjectstorage: make specifying compartmentid optional\n * plcoud: fix failing large file uploads - fixes #8147\n * docs: add docker volume plugin troubleshooting steps\n * docs: fix missing `state` parameter in `/auth` link in instructions\n * build: fix build failure on ubuntu\n * docs: upgrade fontawesome to v6\n * s3: fix multitenant multipart uploads with CEPH\n * Add David Seifert to contributors\n * Add vintagefuture to contributors\n * use better docs\n * googlecloudstorage: update docs on service account access tokens\n * test_all: POSIX head/tail invocations\n * icloud: Added note about app specific password not working\n * s3: fix download of compressed files from Cloudflare R2 - fixes #8137\n * s3: fix testing tiers which don\u0027t exist except on AWS\n * Changelog updates from Version v1.68.2\n * local: fix permission and ownership on symlinks with --links and --metadata\n * Revert \"Merge commit from fork\"\n * Add Dimitrios Slamaris to contributors\n * Merge commit from fork\n * onedrive: fix integration tests after precision change\n * operations: fix TestRemoveExisting on crypt backends by shortening the file name\n * bisync: fix output capture restoring the wrong output for logrus\n * serve sftp: update github.com/pkg/sftp to v1.13.7 and fix deadlock in tests\n * build: fix comments after golangci-lint upgrade\n * build: update all dependencies\n * build(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1\n * pikpak: fix fatal crash on startup with token that can\u0027t be refreshed\n * yandex: fix server side copying over existing object\n * sugarsync: fix server side copying over existing object\n * putio: fix server side copying over existing object\n * onedrive: fix server side copying over existing object\n * dropbox: fix server side copying over existing object\n * operations: add RemoveExisting to safely remove an existing file\n * gofile: fix server side copying over existing object\n * test_all: try to fix mailru rate limits in integration tests\n * Add shenpengfeng to contributors\n * Add Dimitar Ivanov to contributors\n * docs: fix function name in comment\n * sftp: allow inline ssh public certificate for sftp\n * serve s3: fix excess locking which was making serve s3 single threaded\n * lib/oauthutil: allow the browser opening function to be overridden\n * Add Moises Lima to contributors\n * lib/http: disable automatic authentication skipping for unix sockets\n * onedrive: fix Retry-After handling to look at 503 errors also\n * s3: Storj provider: fix server-side copy of files bigger than 5GB\n * s3: add Selectel as a provider\n * fs: fix Don\u0027t know how to set key \"chunkSize\" on upload errors in tests\n * drive: implement rclone backend rescue to rescue orphaned files\n * Add tgfisher to contributors\n * Add Diego Monti to contributors\n * Add Randy Bush to contributors\n * Add Alexandre Hamez to contributors\n * Add Simon Bos to contributors\n * docs: mention that inline comments are not supported in a filter-file\n * s3: add Wasabi eu-south-1 region\n * docs: fix forward refs in step 9 of using your own client id\n * docs: fix Scaleway Glacier website URL\n * dlna: fix loggingResponseWriter disregarding log level\n * build: remove required property on boolean inputs\n * build: use inputs context in github workflow\n * s3: fix crash when using --s3-download-url after migration to SDKv2\n * docs: update overview to show pcloud can set modtime\n * Add Andr Tran to contributors\n * Add Matthias Gatto to contributors\n * Add lostb1t to contributors\n * Add Noam Ross to contributors\n * Add Benjamin Legrand to contributors\n * s3: add Outscale provider\n * Add ICloud Drive backend\n * drive: add support for markdown format\n * accounting: fix global error acounting\n * onedrive: fix time precision for OneDrive personal\n * Add RcloneView as a sponsor\n * Add Leandro Piccilli to contributors\n * cache: skip bisync tests\n * bisync: allow blank hashes on tests\n * box: fix server-side copying a file over existing dst - fixes #3511\n * sync: add tests for copying/moving a file over itself\n * fs/cache: fix parent not getting pinned when remote is a file\n * gcs: add access token auth with --gcs-access-token\n * accounting: write the current bwlimit to the log on SIGUSR2\n * accounting: fix wrong message on SIGUSR2 to enable/disable bwlimit\n * gphotos: implment --gphotos-proxy to allow download of full resolution media\n * googlephotos: remove noisy debugging statements\n * docs: add note to CONTRIBUTING that the overview needs editing in 2 places\n * test_all: add ignoretests parameter for skipping certain tests\n * build: replace \"golang.org/x/exp/slices\" with \"slices\" now go1.21 is required\n * Changelog updates from Version v1.68.1\n * Makefile: Fail when doc recipes create dir named \u0027$HOME\u0027\n * Makefile: Prevent `doc` recipe from creating dir named \u0027$HOME\u0027\n * pikpak: fix cid/gcid calculations for fs.OverrideRemote\n * bisync: change exit code from 2 to 7 for critically aborted run\n * cmd: change exit code from 1 to 2 for syntax and usage errors\n * local: fix --copy-links on macOS when cloning\n * azureblob: add --azureblob-use-az to force the use of the Azure CLI for auth\n * azureblob: add --azureblob-disable-instance-discovery\n * s3: add initial --s3-directory-bucket to support AWS Directory Buckets\n * Add Lawrence Murray to contributors\n * backend/protondrive: improve performance of Proton Drive backend\n * ftp: implement --ftp-no-check-upload to allow upload to write only dirs\n * docs: document that fusermount3 may be needed when mounting/unmounting\n * Add rishi.sridhar to contributors\n * Add quiescens to contributors\n * docs/zoho: update options\n * zoho: make upload cutoff configurable\n * zoho: add support for private spaces\n * zoho: try to handle rate limits a bit better\n * zoho: print clear error message when missing oauth scope\n * zoho: switch to large file upload API for larger files, fix missing URL encoding of filenames for the upload API\n * zoho: use download server to accelerate downloads\n * opendrive: add about support to backend\n * pikpak: fix login issue where token retrieval fails\n * webdav: nextcloud: implement backoff and retry for 423 LOCKED errors\n * s3: fix rclone ignoring static credentials when env_auth=true\n * fs: fix setting stringArray config values from environment variables\n * rc: fix default value of --metrics-addr\n * fs: fix --dump filters not always appearing\n * docs: correct notes on docker manual build\n * Add ttionya to contributors\n * build: fix docker release build - fixes #8062\n * docs: add section for improving performance for s3\n * onedrive: fix spurious \"Couldn\u0027t decode error response: EOF\" DEBUG\n * Add Divyam to contributors\n * serve docker: add missing vfs-read-chunk-streams option in docker volume driver\n * Start v1.69.0-DEV development\n\n- Update to version 1.68.2:\n * Version v1.68.2\n * s3: fix multitenant multipart uploads with CEPH\n * local: fix permission and ownership on symlinks with --links and --metadata\n CVE-2024-52522 boo#1233422\n * bisync: fix output capture restoring the wrong output for logrus\n * build: fix comments after golangci-lint upgrade\n * build(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1\n * pikpak: fix fatal crash on startup with token that can\u0027t be refreshed\n * serve s3: fix excess locking which was making serve s3 single threaded\n * onedrive: fix Retry-After handling to look at 503 errors also\n * s3: Storj provider: fix server-side copy of files bigger than 5GB\n * docs: mention that inline comments are not supported in a filter-file\n * docs: fix forward refs in step 9 of using your own client id\n * docs: fix Scaleway Glacier website URL\n * dlna: fix loggingResponseWriter disregarding log level\n * s3: fix crash when using --s3-download-url after migration to SDKv2\n * docs: update overview to show pcloud can set modtime\n * Add RcloneView as a sponsor\n * accounting: fix wrong message on SIGUSR2 to enable/disable bwlimit\n * pikpak: fix cid/gcid calculations for fs.OverrideRemote\n * local: fix --copy-links on macOS when cloning\n * Start v1.68.2-DEV development\n\n- CVE-2024-51744: updated jwt to v4.5.1 (bsc#1232964).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Leap-16.0-packagehub-213",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2026_20620-1.json"
},
{
"category": "self",
"summary": "SUSE Bug 1232964",
"url": "https://bugzilla.suse.com/1232964"
},
{
"category": "self",
"summary": "SUSE Bug 1233422",
"url": "https://bugzilla.suse.com/1233422"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45337 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45337/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45338 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45338/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-51744 page",
"url": "https://www.suse.com/security/cve/CVE-2024-51744/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-52522 page",
"url": "https://www.suse.com/security/cve/CVE-2024-52522/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22870 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22870/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-30204 page",
"url": "https://www.suse.com/security/cve/CVE-2025-30204/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58181 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58181/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-68121 page",
"url": "https://www.suse.com/security/cve/CVE-2025-68121/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-1229 page",
"url": "https://www.suse.com/security/cve/CVE-2026-1229/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-27141 page",
"url": "https://www.suse.com/security/cve/CVE-2026-27141/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-33186 page",
"url": "https://www.suse.com/security/cve/CVE-2026-33186/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-41176 page",
"url": "https://www.suse.com/security/cve/CVE-2026-41176/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-41179 page",
"url": "https://www.suse.com/security/cve/CVE-2026-41179/"
}
],
"title": "Security update for rclone",
"tracking": {
"current_release_date": "2026-04-23T16:22:47Z",
"generator": {
"date": "2026-04-23T16:22:47Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:20620-1",
"initial_release_date": "2026-04-23T16:22:47Z",
"revision_history": [
{
"date": "2026-04-23T16:22:47Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "rclone-1.73.5-bp160.1.1.aarch64",
"product": {
"name": "rclone-1.73.5-bp160.1.1.aarch64",
"product_id": "rclone-1.73.5-bp160.1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"product": {
"name": "rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"product_id": "rclone-bash-completion-1.73.5-bp160.1.1.noarch"
}
},
{
"category": "product_version",
"name": "rclone-zsh-completion-1.73.5-bp160.1.1.noarch",
"product": {
"name": "rclone-zsh-completion-1.73.5-bp160.1.1.noarch",
"product_id": "rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "rclone-1.73.5-bp160.1.1.ppc64le",
"product": {
"name": "rclone-1.73.5-bp160.1.1.ppc64le",
"product_id": "rclone-1.73.5-bp160.1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "rclone-1.73.5-bp160.1.1.x86_64",
"product": {
"name": "rclone-1.73.5-bp160.1.1.x86_64",
"product_id": "rclone-1.73.5-bp160.1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Leap 16.0",
"product": {
"name": "openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0"
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rclone-1.73.5-bp160.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64"
},
"product_reference": "rclone-1.73.5-bp160.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rclone-1.73.5-bp160.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le"
},
"product_reference": "rclone-1.73.5-bp160.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rclone-1.73.5-bp160.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64"
},
"product_reference": "rclone-1.73.5-bp160.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rclone-bash-completion-1.73.5-bp160.1.1.noarch as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch"
},
"product_reference": "rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rclone-zsh-completion-1.73.5-bp160.1.1.noarch as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
},
"product_reference": "rclone-zsh-completion-1.73.5-bp160.1.1.noarch",
"relates_to_product_reference": "openSUSE Leap 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45337",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45337"
}
],
"notes": [
{
"category": "general",
"text": "Applications and libraries which misuse connection.serverAuthenticate (via callback field ServerConfig.PublicKeyCallback) may be susceptible to an authorization bypass. The documentation for ServerConfig.PublicKeyCallback says that \"A call to this function does not guarantee that the key offered is in fact used to authenticate.\" Specifically, the SSH protocol allows clients to inquire about whether a public key is acceptable before proving control of the corresponding private key. PublicKeyCallback may be called with multiple keys, and the order in which the keys were provided cannot be used to infer which key the client successfully authenticated with, if any. Some applications, which store the key(s) passed to PublicKeyCallback (or derived information) and make security relevant determinations based on it once the connection is established, may make incorrect assumptions. For example, an attacker may send public keys A and B, and then authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B for which the attacker does not actually control the private key. Since this API is widely misused, as a partial mitigation golang.org/x/cry...@v0.31.0 enforces the property that, when successfully authenticating via public key, the last key passed to ServerConfig.PublicKeyCallback will be the key used to authenticate the connection. PublicKeyCallback will now be called multiple times with the same key, if necessary. Note that the client may still not control the last key passed to PublicKeyCallback if the connection is then authenticated with a different method, such as PasswordCallback, KeyboardInteractiveCallback, or NoClientAuth. Users should be using the Extensions field of the Permissions return value from the various authentication callbacks to record data associated with the authentication attempt instead of referencing external state. Once the connection is established the state corresponding to the successful authentication attempt can be retrieved via the ServerConn.Permissions field. Note that some third-party libraries misuse the Permissions type by sharing it across authentication attempts; users of third-party libraries should refer to the relevant projects for guidance.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45337",
"url": "https://www.suse.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "SUSE Bug 1234482 for CVE-2024-45337",
"url": "https://bugzilla.suse.com/1234482"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-23T16:22:47Z",
"details": "important"
}
],
"title": "CVE-2024-45337"
},
{
"cve": "CVE-2024-45338",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45338"
}
],
"notes": [
{
"category": "general",
"text": "An attacker can craft an input to the Parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This could cause a denial of service.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45338",
"url": "https://www.suse.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "SUSE Bug 1234794 for CVE-2024-45338",
"url": "https://bugzilla.suse.com/1234794"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-23T16:22:47Z",
"details": "moderate"
}
],
"title": "CVE-2024-45338"
},
{
"cve": "CVE-2024-51744",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-51744"
}
],
"notes": [
{
"category": "general",
"text": "golang-jwt is a Go implementation of JSON Web Tokens. Unclear documentation of the error behavior in `ParseWithClaims` can lead to situation where users are potentially not checking errors in the way they should be. Especially, if a token is both expired and invalid, the errors returned by `ParseWithClaims` return both error codes. If users only check for the `jwt.ErrTokenExpired ` using `error.Is`, they will ignore the embedded `jwt.ErrTokenSignatureInvalid` and thus potentially accept invalid tokens. A fix has been back-ported with the error handling logic from the `v5` branch to the `v4` branch. In this logic, the `ParseWithClaims` function will immediately return in \"dangerous\" situations (e.g., an invalid signature), limiting the combined errors only to situations where the signature is valid, but further validation failed (e.g., if the signature is valid, but is expired AND has the wrong audience). This fix is part of the 4.5.1 release. We are aware that this changes the behaviour of an established function and is not 100 % backwards compatible, so updating to 4.5.1 might break your code. In case you cannot update to 4.5.0, please make sure that you are properly checking for all errors (\"dangerous\" ones first), so that you are not running in the case detailed above.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-51744",
"url": "https://www.suse.com/security/cve/CVE-2024-51744"
},
{
"category": "external",
"summary": "SUSE Bug 1232936 for CVE-2024-51744",
"url": "https://bugzilla.suse.com/1232936"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.1,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-23T16:22:47Z",
"details": "moderate"
}
],
"title": "CVE-2024-51744"
},
{
"cve": "CVE-2024-52522",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-52522"
}
],
"notes": [
{
"category": "general",
"text": "Rclone is a command-line program to sync files and directories to and from different cloud storage providers. Insecure handling of symlinks with --links and --metadata in rclone while copying to local disk allows unprivileged users to indirectly modify ownership and permissions on symlink target files when a superuser or privileged process performs a copy. This vulnerability could enable privilege escalation and unauthorized access to critical system files, compromising system integrity, confidentiality, and availability. This vulnerability is fixed in 1.68.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-52522",
"url": "https://www.suse.com/security/cve/CVE-2024-52522"
},
{
"category": "external",
"summary": "SUSE Bug 1233422 for CVE-2024-52522",
"url": "https://bugzilla.suse.com/1233422"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-23T16:22:47Z",
"details": "moderate"
}
],
"title": "CVE-2024-52522"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-23T16:22:47Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-22870",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22870"
}
],
"notes": [
{
"category": "general",
"text": "Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to \"*.example.com\", a request to \"[::1%25.example.com]:80` will incorrectly match and not be proxied.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22870",
"url": "https://www.suse.com/security/cve/CVE-2025-22870"
},
{
"category": "external",
"summary": "SUSE Bug 1238572 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238572"
},
{
"category": "external",
"summary": "SUSE Bug 1238611 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238611"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-23T16:22:47Z",
"details": "moderate"
}
],
"title": "CVE-2025-22870"
},
{
"cve": "CVE-2025-30204",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-30204"
}
],
"notes": [
{
"category": "general",
"text": "golang-jwt is a Go implementation of JSON Web Tokens. Starting in version 3.2.0 and prior to versions 5.2.2 and 4.5.2, the function parse.ParseUnverified splits (via a call to strings.Split) its argument (which is untrusted data) on periods. As a result, in the face of a malicious request whose Authorization header consists of Bearer followed by many period characters, a call to that function incurs allocations to the tune of O(n) bytes (where n stands for the length of the function\u0027s argument), with a constant factor of about 16. This issue is fixed in 5.2.2 and 4.5.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-30204",
"url": "https://www.suse.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "SUSE Bug 1240441 for CVE-2025-30204",
"url": "https://bugzilla.suse.com/1240441"
},
{
"category": "external",
"summary": "SUSE Bug 1240442 for CVE-2025-30204",
"url": "https://bugzilla.suse.com/1240442"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-23T16:22:47Z",
"details": "important"
}
],
"title": "CVE-2025-30204"
},
{
"cve": "CVE-2025-58181",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58181"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers parsing GSSAPI authentication requests do not validate the number of mechanisms specified in the request, allowing an attacker to cause unbounded memory consumption.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58181",
"url": "https://www.suse.com/security/cve/CVE-2025-58181"
},
{
"category": "external",
"summary": "SUSE Bug 1253784 for CVE-2025-58181",
"url": "https://bugzilla.suse.com/1253784"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-23T16:22:47Z",
"details": "moderate"
}
],
"title": "CVE-2025-58181"
},
{
"cve": "CVE-2025-68121",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-68121"
}
],
"notes": [
{
"category": "general",
"text": "During session resumption in crypto/tls, if the underlying Config has its ClientCAs or RootCAs fields mutated between the initial handshake and the resumed handshake, the resumed handshake may succeed when it should have failed. This may happen when a user calls Config.Clone and mutates the returned Config, or uses Config.GetConfigForClient. This can cause a client to resume a session with a server that it would not have resumed with during the initial handshake, or cause a server to resume a session with a client that it would not have resumed with during the initial handshake.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-68121",
"url": "https://www.suse.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "SUSE Bug 1256818 for CVE-2025-68121",
"url": "https://bugzilla.suse.com/1256818"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-23T16:22:47Z",
"details": "important"
}
],
"title": "CVE-2025-68121"
},
{
"cve": "CVE-2026-1229",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-1229"
}
],
"notes": [
{
"category": "general",
"text": "The CombinedMult function in the CIRCL ecc/p384 package (secp384r1 curve) produces an incorrect value for specific inputs. The issue is fixed by using complete addition formulas.\nECDH and ECDSA signing relying on this curve are not affected.\n\nThe bug was fixed in v1.6.3 https://github.com/cloudflare/circl/releases/tag/v1.6.3 .",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-1229",
"url": "https://www.suse.com/security/cve/CVE-2026-1229"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-23T16:22:47Z",
"details": "critical"
}
],
"title": "CVE-2026-1229"
},
{
"cve": "CVE-2026-27141",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-27141"
}
],
"notes": [
{
"category": "general",
"text": "Due to missing nil check, sending 0x0a-0x0f HTTP/2 frames will cause a running server to panic",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-27141",
"url": "https://www.suse.com/security/cve/CVE-2026-27141"
},
{
"category": "external",
"summary": "SUSE Bug 1259062 for CVE-2026-27141",
"url": "https://bugzilla.suse.com/1259062"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-23T16:22:47Z",
"details": "important"
}
],
"title": "CVE-2026-27141"
},
{
"cve": "CVE-2026-33186",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-33186"
}
],
"notes": [
{
"category": "general",
"text": "gRPC-Go is the Go language implementation of gRPC. Versions prior to 1.79.3 have an authorization bypass resulting from improper input validation of the HTTP/2 `:path` pseudo-header. The gRPC-Go server was too lenient in its routing logic, accepting requests where the `:path` omitted the mandatory leading slash (e.g., `Service/Method` instead of `/Service/Method`). While the server successfully routed these requests to the correct handler, authorization interceptors (including the official `grpc/authz` package) evaluated the raw, non-canonical path string. Consequently, \"deny\" rules defined using canonical paths (starting with `/`) failed to match the incoming request, allowing it to bypass the policy if a fallback \"allow\" rule was present. This affects gRPC-Go servers that use path-based authorization interceptors, such as the official RBAC implementation in `google.golang.org/grpc/authz` or custom interceptors relying on `info.FullMethod` or `grpc.Method(ctx)`; AND that have a security policy contains specific \"deny\" rules for canonical paths but allows other requests by default (a fallback \"allow\" rule). The vulnerability is exploitable by an attacker who can send raw HTTP/2 frames with malformed `:path` headers directly to the gRPC server. The fix in version 1.79.3 ensures that any request with a `:path` that does not start with a leading slash is immediately rejected with a `codes.Unimplemented` error, preventing it from reaching authorization interceptors or handlers with a non-canonical path string. While upgrading is the most secure and recommended path, users can mitigate the vulnerability using one of the following methods: Use a validating interceptor (recommended mitigation); infrastructure-level normalization; and/or policy hardening.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-33186",
"url": "https://www.suse.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "SUSE Bug 1260085 for CVE-2026-33186",
"url": "https://bugzilla.suse.com/1260085"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-23T16:22:47Z",
"details": "important"
}
],
"title": "CVE-2026-33186"
},
{
"cve": "CVE-2026-41176",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-41176"
}
],
"notes": [
{
"category": "general",
"text": "Rclone is a command-line program to sync files and directories to and from different cloud storage providers. The RC endpoint `options/set` is exposed without `AuthRequired: true`, but it can mutate global runtime configuration, including the RC option block itself. Starting in version 1.45.0 and prior to version 1.73.5, an unauthenticated attacker can set `rc.NoAuth=true`, which disables the authorization gate for many RC methods registered with `AuthRequired: true` on reachable RC servers that are started without global HTTP authentication. This can lead to unauthorized access to sensitive administrative functionality, including configuration and operational RC methods. Version 1.73.5 patches the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-41176",
"url": "https://www.suse.com/security/cve/CVE-2026-41176"
},
{
"category": "external",
"summary": "SUSE Bug 1262438 for CVE-2026-41176",
"url": "https://bugzilla.suse.com/1262438"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-23T16:22:47Z",
"details": "moderate"
}
],
"title": "CVE-2026-41176"
},
{
"cve": "CVE-2026-41179",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-41179"
}
],
"notes": [
{
"category": "general",
"text": "Rclone is a command-line program to sync files and directories to and from different cloud storage providers. Starting in version 1.48.0 and prior to version 1.73.5, the RC endpoint `operations/fsinfo` is exposed without `AuthRequired: true` and accepts attacker-controlled `fs` input. Because `rc.GetFs(...)` supports inline backend definitions, an unauthenticated attacker can instantiate an attacker-controlled backend on demand. For the WebDAV backend, `bearer_token_command` is executed during backend initialization, making single-request unauthenticated local command execution possible on reachable RC deployments without global HTTP authentication. Version 1.73.5 patches the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-41179",
"url": "https://www.suse.com/security/cve/CVE-2026-41179"
},
{
"category": "external",
"summary": "SUSE Bug 1262439 for CVE-2026-41179",
"url": "https://bugzilla.suse.com/1262439"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-23T16:22:47Z",
"details": "moderate"
}
],
"title": "CVE-2026-41179"
}
]
}
RHSA-2026:26519
Vulnerability from csaf_redhat - Published: 2026-06-17 06:49 - Updated: 2026-06-21 07:57A flaw was found in golang.org/x/net/http2. A remote attacker can exploit this vulnerability by sending specially crafted HTTP/2 frames, which are data packets used in the HTTP/2 protocol. Due to a missing check for null values, processing these specific frames (types 0x0a through 0x0f) can cause the server to crash. This leads to a Denial of Service (DoS) condition, making the affected server unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:0739254d745378452259e4d9a84ba9f6bd03e523bda40d9fadfd999812003421_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:3278f98d80e2626bf481811b03908d955019137b47bacbfc6894949e067f39b1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:73959111c980def943d458774e2b86446e9cc5f96fa6f2d4b45b7db563f44d4b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:f30b4949b3342a56ce37ab6368e3cd58d23581f8190b0652b1e2e6a4b9daed91_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:3c4587b2b5dc7426cc24e8678dd103ed2b1abb8ca13f5ea5aab606d92e5e00ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:5330de373490f5bfd8fa40de3c8dfb21f64128dab695aaff3a6a4c96c3388d3b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c26593f4740103d3296bb094cf30af778128384617d0ac5b7ecef9987a88003a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c728d376aafac1219d957bafe2f3ab75ae88e1d326d48ca409e209e09a782e6c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:1cd66608b31afb07d5575714fd24becb2a3eb48fd6f897240986e5b5cd5ca25f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:99aab6998dc6e4c8349a53e4ab52c0a9730aa75b36bb4e87d74bb6ee5f2044da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:9d7a69223b0662bcf109a02007d017e5f10e5c563ff78c02d87af8d5d4ea24de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:dd5328245120eb981cf5fe6153fc2d33ed9817612884bb7cf7fed77782cd1e20_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:0b3a5aa6d681f46fc242eefae9a3540b43c2be17b643d40ca4446cd0e8fc2abb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:8627d0dd68402dc51137d89534c0bdb72e27fc3327be1e63e93a38ae72f653cd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:a395182a2cda20322f0af7ecc972ab3bc9c07161e70174c2b4d9ac08f6aa9845_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:b289110701914022840061f5f5a931e5c895d16898fff3d78193b89c37943201_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:51d8398c7057486fbc41a810031276ccd05179d43e9cf4369c8df440495c6ef7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:6aaf557a08c0952e2ec7463e3b3cef4d5f8fc9d24427a28c9766f6f0d12f08bd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:9f9b88b0fbc438aad06752a21fe76a870ba4d8042c6ee1ff0505af780ca8c2f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:ff4f49f5218d296b3af828c17283f870aebd6d60813563b55908ffd4629eeab1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9e75f7392dcc9df58236d14c8c56e69b34564525b72862d851bea16367270128_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9f80cfe35f04cbe6a16069c1ec1d8811be4d593e64e4c416f3c10d0867e6ae19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9fabbf4a7e28f6ab02f1ac77b82fc37e0e295f71b05fa9e56b1a5ee4056a0fed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:fdebb108386237b2ceb1a09abfd18a26fa724dfeb288b8db05a324c4534b109a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:632a9d70719cce5d0fde98642ff48e6e810072173dd73db3792f6f80d5272fa7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:838ee5faa3da19a38b8df19373dc4019f7b80ffdb71053e4f74d53a447a48eca_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:a1477ff3ddb9315e482647d228c09e55356d00291f9fde419d36e064b54fc6b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:e10748a721cdb9316cc4283549a800b7725268ba3e181945329c76350ab7b32d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:34cde8028262bd635134993a4d95bbc63a38dc943862938955c2eda609a67f71_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:3ef24dc7c5588180203520784ea3db6e1501e5190b3f59aa1f77df1a5bee9bfc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:82192c8ede01ce878231c9c56d7104d845e6bb69a8eeea17af84be7b56654eea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d54076093c47f3d5576eb0a5c1e4cd7963a9d29f393a277721c8f34cb7efc263_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:04ddf503b9da7491acec12879894486790a2d2baf3256837ae5884eb73e91bce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:10ec14b028d3926a2c0ba35810035e69d669c0e358ed8832d854f0454c77e516_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:12ee577bf514a68c17d1b5ad73b91365c3f242bd82edee45422326ba2e0c0b65_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:de69bc0e11397002240253365aa2b2338b401e7aa4f74478e5f202184662a235_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:77751c116d7b990d00fe24beb6a3d5bc7faedd5f628b379903384e9c8ddb2c7c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:7e4262c5ce1b614df5a3575111aa8d1f047ad476660b25e6318b562275626c51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:fa74f6dc71dd03e23612312e6c6e988ff1234a8e75752087abb980ca983fdac2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:fff455cdc1c5015bad5296c85a6a13b2b4593b57dbf78164c1328cea9b228601_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:1364a6b06e13e205088d8690ae753c99527fc130cd5d8ece02fd92538f522a1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:1509f4cd6e5aaeed58bd8d2fc518183a6943d546d1cf969fddaec4c075051001_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:2a767fe742df781ebf07f553a7274e766b3dea1b8f12ea665d5ef19efccdcb1e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:ac3242268defa432b3245eeebaff125bbdbcfec532f5d25d7e96d81f0b4482c9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:017afc8d42f2f0dd7adaf151c0cb79200724994d92e1b5e2f0c2461a9d7a75e0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:32d4c74e6dad2e47b4129320cfd7c2c69fbdad29dbe3822749a98c023bce5be2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:44d851608309de07e95081a748aa6b0ae1fde09fa8524ac9723aa9c0ea956785_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:f2659636edc0651da9d6bc18a09df3ddc94b80143ba4818dd9f818840c776d60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:7cf7b1d6ec5e436fc35eb92ade0e29316b5af4c6a0df3b3cc0ade5fc732631bf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:880ca9bd23984cde3a928c7266cd89051ca8bb95b94be54dfbe1e5330ff89674_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:d4bf6a34a799554347bcca84210428262288b32e8d340926f1100a4c05edf4a4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:fef0a1823440a06135a3d77afe86367c0f969cace70ac39b9fd1f188a80e69f2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:0521f90dec2a5a5cd930b3e3bf0de90b066eb1b2b2e74e82c9d63d3512b3e6c2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:09ec7273c5e72adfc183c3af125e2cd47bc1ddb7c44c28aeae18ee488844348c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:e490cc741517a709f420720b8ee9d9a5ee5335675caa6e967a45b1be0b1404b4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:ee97bfec045744082cb9a2c806fb8808a25bb5014ee9568ff22e12803f03f26d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:1a9beb7528ea2ac15e1257be1ff0c8b1ecd4d2e103792efcb5408b0de77fce32_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:4104ea287b8e2476ed618e6e16a35658dddf4ec1da5b58d3196cd68f03fc8989_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:785a7d536bcd955878d80b28a9c5f2d3fbc73cc1ec76dcdbdaacd5454365cea8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:defe86d856b97f76f8b1455f61c865cf0dbac67810cb67ea5eada820a2f948e6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:4333b9d650627bb913456e6504faaaf0f0efb55e40a95546c3d31d08d8e2b076_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:c7bd2ccc85720656c78d2808a9059e50457ff6a74fc8a00fcce1b05e193c7244_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:d671e8634526c2e661713be807e2e7f32e46e58dbf7eea44e43ee17a87db601d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:e32b399bba77a431ffc4e8f24744a790b7aab19f061f7ecca929cb795c83c4d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:0ff3decd7dfc8d54779ad65d693327c810f0094200aa34079d929039773887c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:1767e287d7463f0d9b6c3af65f98699746835e2c44af4a0b5398139be2aefd23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:4a0c4d9dc31805b56a417b2359f5da2adaafced10dacf2110bda3d99c73184fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:e5abf59262ae41f04385437e3f95924eb505eaf936f5a988319b5a6a52f708c2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:230119ab73baf69b572857a4b923baf2e267d2d77f8d373d924db1eb832d9a08_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:246f462c19203a5c3c28277bc857e38d9f5b648c4e3b6b77c35c0162e5c95d1a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:6de3add0818fe352c79cdc4c53c792fcd4150e07908a9dae274e1a7b34d7e545_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:d3c4701a2aeac9cd836962c6c5d999a0aabb0c472c57fa4fe105e0c1a099059c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:98c3af814cc1d5a34f33cfeeeba1f7940f8e30e306da9487dca475bd31938fac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:ad47d4bd6e23f0661b826a0f7c826a791474f4a9e15db453d941d143cb42c90c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:af5002abc824cf36f90e16bc715ae619c035905442c0801cc92031a6a7765576_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:bfcc99ea9f1c699b48dcf2994afdd8a68f031f794d721ae745de54a924e59c76_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:3390ca1fd9ae0602c829961dc332c7e3c417020c18c50a08cefdb90c621d6474_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:606e8a370de720153a1dced87cacf1caa1549e6ef8ceaccfe1062663fd18a493_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:67cc277bedd68e09d92c3c256e886ca2506636dfcd77625a5ea3db4005b5d586_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:6e1b97632dea6ef859141e933ca2370d8fc90ab60f66a810e79290116d36d58d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:42e1a906ab4a97af8537be7b433ac2c7d2b9240d4a42ca9bc65ebf8af78fd7fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:af26c01c9129a5f2fbe128d2fe7fe25fb03c0ee6cd76571155147cd4ea3c2de1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:bb2e059a922f8ece5011db593873c8839d1951ceee09d50fff1613ab270e1062_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:dc1a40ceab9f4100575ac0348a5e17514312d1dabfdb096130093914ff329059_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:5172c4fce21f42b27a34e3f7997e193107e0c0acc680b76058a2f099bf7141b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:652771b15fc2b567ef2003d737397364c47bc641eb8bee217cf908679721c7ea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:d297745a65c828d0a32ca68198e796a37fdef153bfb040cecb9739a868899777_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:e35424513c27c433a94b68d573ab05027fd8b63494414c68ea07a3f3efa01345_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:4c0c8bc122d612b3c0e228e1c5573fad021c4546496c45fbc2a2dc4225fbe727_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:7d4436578b21ba00a60f5cf6bd74988f976f6c167475cc76f39b34b20da182df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:bcf6c5a3baaa23bb19a487126003eb8f2194f9238cbe8170c5d34930d47cc36c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:dd8c287009c850126d2b4ae5623420c2ccde38bf14c9c853bdbe5c2e1586db06_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:48fd8e0d453e54ed7531678b05b65e388c00daae63ac5745c9ee8924f7c40371_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:5ad699e6e0061b76f3f50424cb557bcb9fc9569d48f76973da683a45b6ec9147_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:aac030d920f635b8ad7edf6cf046047c82f064bcb081e6071b86e8ee7d84464e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:e43f01110886845433f023331f62328b116c20d404e70197fb70eac1df7ba155_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:04633a6772144e0362a5d059a21684026d8e78a28c2463c65daade75f3477548_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:5251d3f63d49ff224ca777898f93a5fdd6de407db59a315aefdfc49963f98c32_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:74f1f26bdb3c05af324066ce828f0863c2c5156e949c6cbeedd0d66068847033_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:c71c29bc335b77b98419e90f24a0396a1093edc2d985aae48f5000f9de75941f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:34af5e7e166ea2ac902d3d0414adfb8442859396e60b4992de59d7ee130b3fef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:8bfe1d490a44c6d495c7d30ddb4245746a2e48f0f72343574b3235fa3526cc6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:af942926936e39d0f7a3ef1ed1af7fb97aaa04fee8a4ad4e6e21e8931ef42809_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:f929464036bfd53938a4cd7cd39297801a122fd20461cdce31cf8d6d96a3bb86_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:19425135838ddcea73db774c7dfa8a8a9f1301fb1bd488dd662cb02f3d7be670_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:447c983d4e104c79e59492ff5aebc62feccca29d08d11a8856c46710e3cb14fe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:c01da1031a93870d3aabfd644585c88a53ab3cff759067b54ef08f3ebd690cf3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:cb3fb52bf47fe049263cd6f87ecfe9f1941fc9f7f4fe69385415cdbc9017aa5e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:1d18b01daba0807067ff5642305147ee613a22232a0a6ef88601243d59801f8d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:91e904d51d7505f19e7db68574a957febcb1963bad2f4452e9723be1bd5a79ce_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:bdf506a2c20720048d32e2f1a7df58a0e53f1df827611627d53c49cc005157b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:fd318fe6bac9e3f6fb87fa8773d96803e44ba82d5367438f26b1aa04744d60c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:26cd2ddeea2e3de5552a95537b4acbfb546076e4d6673b6a68f4c9e2b8dc0142_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:c22c8d4a9dfd25462ed4b37b20d3917cdc87bdc4a90718835dd7cfd70ac7eef8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:eba4d1b2d03ad132af50bb12a3e67633234494a62a458fd05fa645696f6215cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:f80821688e548ecf8b8ffd8ef6c4c5f3bc04f32628e7f83a97c910f43ce3dbe2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:301d210efc58e5e08c62ce58e308298aa25f92743b261c258359b26231b179d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:491faee7ce303a18b80934ac246b965e9353764c9a9df3928af2757ef0c1104d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:553e7ea4c082a871ded4daa0865bd2387ec6f99fc6fbd4713a27873cf5bc565d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:fc03869cd583f8e31cf895f07ff7a96a9d7c236eab36b9e56136e58ca7db96bd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:1262b507d141cb572339ea7dd149215af3ee891343a66c1d8436c4ef2c3e51ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:17db909660a9b940339d94e06e3b7f0612e0e306c6e877debded146505d274b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:4fb24af422753d3194a182894499628b10c2fdf22c441b9a90ab9748d3138d7e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:cce28f2d920fc8d3bfa1b6c64f4c58ec7b02eabaffa7fd05293b725030463bf5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:438039b78b649983401a817b6937f95915088796a815f80b9625e19fab1a64c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:9d748d3f2c587649dbaf6c7f222aadf47ba4e744fab63a252d49ae1c9049e26c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c036df7a4bc62e7bafe4b549f3e1fe17b6f9894ac4dedd6018df7d07e267b5a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c7b9e3af430d26a1914bce5bf4189de1ebb3d61c4d8098b7b163c1b6d6f554f2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:32376725b6ca30983e9fef1b1d6bfa51a7b1d7e1960ccb50bafccb15efe8c7ae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:47dc50b7a92d96c2dadc980c97f5d58e6e3fcadf5a29c7736209e7e9a47a47c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:d51f2814147a117c3465dc38c3940df147092aebcd694e7453b2e4aadeb83ba0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:e7e8f68f0c3563ff5055685647d20e61a8811f07c828ed4ce88e5c0fa57577bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:06dcdd95fe32e4bfe8197f85a92e15e1b3266d195ecef3a3c11350c43e025b54_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:61d7da5e8a4fd131f49e7217c2a43ee60ee179ca8d74c1dd3b2a653e9864bc5c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:7ddd248c4db55f65e82c0e6ceaa125876cc18cc6c4611a50f2bdb80809f02914_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:ec3dffec1e3bbbd7381e45f888ee06fb080414fe9dc6935cd4caeff0a4e65636_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:0b0cc51d2f5df8a7cc2e30f80fcd4bdb7a38bd5f8a9ecc6d5e5870dc5fdc36e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:25933d9a51a2679fea10bda3d72addcadfe26a055a137c628bfdb5f818896536_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:290eacede3daa3be390b910c7116380a5a5dbc2ccc7c3ae8b562c67af76d3fd0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:79799a8308a0b356a639bceca16c2a728f5bc78a88097fdd149173ef80d2c9c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:323921bcd7db381b2a1953764d5f85a14abcbdc1ccece894f8961d8b2b2fb779_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:abfc5c2b61eff272ef04d38a18b7bebaad8aac824a68fe0bd6a95e595678e2d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:bd91a02760bac7f4e1f30753d7b9f29c9abcaeeaddde7e3c55c14ce827d07e52_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:e8c62219f6073bd08d585d5f159c6beab76e5553a7e8ae4d1e7c2bdb01c4c7c1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:8105660323b2250eee6ec111eb4aca20e7a88cdcd1b243ae9c6bc0bee8642293_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:8689c9c077663f3dbd393b9aa1ad5dfad6226c398070804b1e5f3afefaf2ec39_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:d97699f5c4083039de2cf17de20d4e93ac38bb10c885785705d4ce17bc80a37f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:dae5d2a9e6b12479f742d1110f20059acd9e831ea272a52525d9c3ee42d44d94_amd64 | — |
Workaround
|
A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:34af5e7e166ea2ac902d3d0414adfb8442859396e60b4992de59d7ee130b3fef_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:8bfe1d490a44c6d495c7d30ddb4245746a2e48f0f72343574b3235fa3526cc6d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:af942926936e39d0f7a3ef1ed1af7fb97aaa04fee8a4ad4e6e21e8931ef42809_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:f929464036bfd53938a4cd7cd39297801a122fd20461cdce31cf8d6d96a3bb86_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:3c4587b2b5dc7426cc24e8678dd103ed2b1abb8ca13f5ea5aab606d92e5e00ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:5330de373490f5bfd8fa40de3c8dfb21f64128dab695aaff3a6a4c96c3388d3b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c26593f4740103d3296bb094cf30af778128384617d0ac5b7ecef9987a88003a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c728d376aafac1219d957bafe2f3ab75ae88e1d326d48ca409e209e09a782e6c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:1cd66608b31afb07d5575714fd24becb2a3eb48fd6f897240986e5b5cd5ca25f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:99aab6998dc6e4c8349a53e4ab52c0a9730aa75b36bb4e87d74bb6ee5f2044da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:9d7a69223b0662bcf109a02007d017e5f10e5c563ff78c02d87af8d5d4ea24de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:dd5328245120eb981cf5fe6153fc2d33ed9817612884bb7cf7fed77782cd1e20_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:0b3a5aa6d681f46fc242eefae9a3540b43c2be17b643d40ca4446cd0e8fc2abb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:8627d0dd68402dc51137d89534c0bdb72e27fc3327be1e63e93a38ae72f653cd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:a395182a2cda20322f0af7ecc972ab3bc9c07161e70174c2b4d9ac08f6aa9845_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:b289110701914022840061f5f5a931e5c895d16898fff3d78193b89c37943201_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:51d8398c7057486fbc41a810031276ccd05179d43e9cf4369c8df440495c6ef7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:6aaf557a08c0952e2ec7463e3b3cef4d5f8fc9d24427a28c9766f6f0d12f08bd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:9f9b88b0fbc438aad06752a21fe76a870ba4d8042c6ee1ff0505af780ca8c2f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:ff4f49f5218d296b3af828c17283f870aebd6d60813563b55908ffd4629eeab1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9e75f7392dcc9df58236d14c8c56e69b34564525b72862d851bea16367270128_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9f80cfe35f04cbe6a16069c1ec1d8811be4d593e64e4c416f3c10d0867e6ae19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9fabbf4a7e28f6ab02f1ac77b82fc37e0e295f71b05fa9e56b1a5ee4056a0fed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:fdebb108386237b2ceb1a09abfd18a26fa724dfeb288b8db05a324c4534b109a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:632a9d70719cce5d0fde98642ff48e6e810072173dd73db3792f6f80d5272fa7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:838ee5faa3da19a38b8df19373dc4019f7b80ffdb71053e4f74d53a447a48eca_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:a1477ff3ddb9315e482647d228c09e55356d00291f9fde419d36e064b54fc6b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:e10748a721cdb9316cc4283549a800b7725268ba3e181945329c76350ab7b32d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:34cde8028262bd635134993a4d95bbc63a38dc943862938955c2eda609a67f71_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:3ef24dc7c5588180203520784ea3db6e1501e5190b3f59aa1f77df1a5bee9bfc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:82192c8ede01ce878231c9c56d7104d845e6bb69a8eeea17af84be7b56654eea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d54076093c47f3d5576eb0a5c1e4cd7963a9d29f393a277721c8f34cb7efc263_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:04ddf503b9da7491acec12879894486790a2d2baf3256837ae5884eb73e91bce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:10ec14b028d3926a2c0ba35810035e69d669c0e358ed8832d854f0454c77e516_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:12ee577bf514a68c17d1b5ad73b91365c3f242bd82edee45422326ba2e0c0b65_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:de69bc0e11397002240253365aa2b2338b401e7aa4f74478e5f202184662a235_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:77751c116d7b990d00fe24beb6a3d5bc7faedd5f628b379903384e9c8ddb2c7c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:7e4262c5ce1b614df5a3575111aa8d1f047ad476660b25e6318b562275626c51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:fa74f6dc71dd03e23612312e6c6e988ff1234a8e75752087abb980ca983fdac2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:fff455cdc1c5015bad5296c85a6a13b2b4593b57dbf78164c1328cea9b228601_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:1364a6b06e13e205088d8690ae753c99527fc130cd5d8ece02fd92538f522a1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:1509f4cd6e5aaeed58bd8d2fc518183a6943d546d1cf969fddaec4c075051001_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:2a767fe742df781ebf07f553a7274e766b3dea1b8f12ea665d5ef19efccdcb1e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:ac3242268defa432b3245eeebaff125bbdbcfec532f5d25d7e96d81f0b4482c9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:017afc8d42f2f0dd7adaf151c0cb79200724994d92e1b5e2f0c2461a9d7a75e0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:32d4c74e6dad2e47b4129320cfd7c2c69fbdad29dbe3822749a98c023bce5be2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:44d851608309de07e95081a748aa6b0ae1fde09fa8524ac9723aa9c0ea956785_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:f2659636edc0651da9d6bc18a09df3ddc94b80143ba4818dd9f818840c776d60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:7cf7b1d6ec5e436fc35eb92ade0e29316b5af4c6a0df3b3cc0ade5fc732631bf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:880ca9bd23984cde3a928c7266cd89051ca8bb95b94be54dfbe1e5330ff89674_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:d4bf6a34a799554347bcca84210428262288b32e8d340926f1100a4c05edf4a4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:fef0a1823440a06135a3d77afe86367c0f969cace70ac39b9fd1f188a80e69f2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:0521f90dec2a5a5cd930b3e3bf0de90b066eb1b2b2e74e82c9d63d3512b3e6c2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:09ec7273c5e72adfc183c3af125e2cd47bc1ddb7c44c28aeae18ee488844348c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:e490cc741517a709f420720b8ee9d9a5ee5335675caa6e967a45b1be0b1404b4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:ee97bfec045744082cb9a2c806fb8808a25bb5014ee9568ff22e12803f03f26d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:1a9beb7528ea2ac15e1257be1ff0c8b1ecd4d2e103792efcb5408b0de77fce32_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:4104ea287b8e2476ed618e6e16a35658dddf4ec1da5b58d3196cd68f03fc8989_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:785a7d536bcd955878d80b28a9c5f2d3fbc73cc1ec76dcdbdaacd5454365cea8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:defe86d856b97f76f8b1455f61c865cf0dbac67810cb67ea5eada820a2f948e6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:4333b9d650627bb913456e6504faaaf0f0efb55e40a95546c3d31d08d8e2b076_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:c7bd2ccc85720656c78d2808a9059e50457ff6a74fc8a00fcce1b05e193c7244_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:d671e8634526c2e661713be807e2e7f32e46e58dbf7eea44e43ee17a87db601d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:e32b399bba77a431ffc4e8f24744a790b7aab19f061f7ecca929cb795c83c4d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:0ff3decd7dfc8d54779ad65d693327c810f0094200aa34079d929039773887c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:1767e287d7463f0d9b6c3af65f98699746835e2c44af4a0b5398139be2aefd23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:4a0c4d9dc31805b56a417b2359f5da2adaafced10dacf2110bda3d99c73184fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:e5abf59262ae41f04385437e3f95924eb505eaf936f5a988319b5a6a52f708c2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:230119ab73baf69b572857a4b923baf2e267d2d77f8d373d924db1eb832d9a08_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:246f462c19203a5c3c28277bc857e38d9f5b648c4e3b6b77c35c0162e5c95d1a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:6de3add0818fe352c79cdc4c53c792fcd4150e07908a9dae274e1a7b34d7e545_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:d3c4701a2aeac9cd836962c6c5d999a0aabb0c472c57fa4fe105e0c1a099059c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:98c3af814cc1d5a34f33cfeeeba1f7940f8e30e306da9487dca475bd31938fac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:ad47d4bd6e23f0661b826a0f7c826a791474f4a9e15db453d941d143cb42c90c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:af5002abc824cf36f90e16bc715ae619c035905442c0801cc92031a6a7765576_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:bfcc99ea9f1c699b48dcf2994afdd8a68f031f794d721ae745de54a924e59c76_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:3390ca1fd9ae0602c829961dc332c7e3c417020c18c50a08cefdb90c621d6474_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:606e8a370de720153a1dced87cacf1caa1549e6ef8ceaccfe1062663fd18a493_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:67cc277bedd68e09d92c3c256e886ca2506636dfcd77625a5ea3db4005b5d586_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:6e1b97632dea6ef859141e933ca2370d8fc90ab60f66a810e79290116d36d58d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:42e1a906ab4a97af8537be7b433ac2c7d2b9240d4a42ca9bc65ebf8af78fd7fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:af26c01c9129a5f2fbe128d2fe7fe25fb03c0ee6cd76571155147cd4ea3c2de1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:bb2e059a922f8ece5011db593873c8839d1951ceee09d50fff1613ab270e1062_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:dc1a40ceab9f4100575ac0348a5e17514312d1dabfdb096130093914ff329059_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:5172c4fce21f42b27a34e3f7997e193107e0c0acc680b76058a2f099bf7141b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:652771b15fc2b567ef2003d737397364c47bc641eb8bee217cf908679721c7ea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:d297745a65c828d0a32ca68198e796a37fdef153bfb040cecb9739a868899777_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:e35424513c27c433a94b68d573ab05027fd8b63494414c68ea07a3f3efa01345_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:4c0c8bc122d612b3c0e228e1c5573fad021c4546496c45fbc2a2dc4225fbe727_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:7d4436578b21ba00a60f5cf6bd74988f976f6c167475cc76f39b34b20da182df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:bcf6c5a3baaa23bb19a487126003eb8f2194f9238cbe8170c5d34930d47cc36c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:dd8c287009c850126d2b4ae5623420c2ccde38bf14c9c853bdbe5c2e1586db06_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:48fd8e0d453e54ed7531678b05b65e388c00daae63ac5745c9ee8924f7c40371_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:5ad699e6e0061b76f3f50424cb557bcb9fc9569d48f76973da683a45b6ec9147_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:aac030d920f635b8ad7edf6cf046047c82f064bcb081e6071b86e8ee7d84464e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:e43f01110886845433f023331f62328b116c20d404e70197fb70eac1df7ba155_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:04633a6772144e0362a5d059a21684026d8e78a28c2463c65daade75f3477548_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:5251d3f63d49ff224ca777898f93a5fdd6de407db59a315aefdfc49963f98c32_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:74f1f26bdb3c05af324066ce828f0863c2c5156e949c6cbeedd0d66068847033_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:c71c29bc335b77b98419e90f24a0396a1093edc2d985aae48f5000f9de75941f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:19425135838ddcea73db774c7dfa8a8a9f1301fb1bd488dd662cb02f3d7be670_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:447c983d4e104c79e59492ff5aebc62feccca29d08d11a8856c46710e3cb14fe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:c01da1031a93870d3aabfd644585c88a53ab3cff759067b54ef08f3ebd690cf3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:cb3fb52bf47fe049263cd6f87ecfe9f1941fc9f7f4fe69385415cdbc9017aa5e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:1d18b01daba0807067ff5642305147ee613a22232a0a6ef88601243d59801f8d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:91e904d51d7505f19e7db68574a957febcb1963bad2f4452e9723be1bd5a79ce_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:bdf506a2c20720048d32e2f1a7df58a0e53f1df827611627d53c49cc005157b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:fd318fe6bac9e3f6fb87fa8773d96803e44ba82d5367438f26b1aa04744d60c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:26cd2ddeea2e3de5552a95537b4acbfb546076e4d6673b6a68f4c9e2b8dc0142_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:c22c8d4a9dfd25462ed4b37b20d3917cdc87bdc4a90718835dd7cfd70ac7eef8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:eba4d1b2d03ad132af50bb12a3e67633234494a62a458fd05fa645696f6215cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:f80821688e548ecf8b8ffd8ef6c4c5f3bc04f32628e7f83a97c910f43ce3dbe2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:0739254d745378452259e4d9a84ba9f6bd03e523bda40d9fadfd999812003421_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:3278f98d80e2626bf481811b03908d955019137b47bacbfc6894949e067f39b1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:73959111c980def943d458774e2b86446e9cc5f96fa6f2d4b45b7db563f44d4b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:f30b4949b3342a56ce37ab6368e3cd58d23581f8190b0652b1e2e6a4b9daed91_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:301d210efc58e5e08c62ce58e308298aa25f92743b261c258359b26231b179d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:491faee7ce303a18b80934ac246b965e9353764c9a9df3928af2757ef0c1104d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:553e7ea4c082a871ded4daa0865bd2387ec6f99fc6fbd4713a27873cf5bc565d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:fc03869cd583f8e31cf895f07ff7a96a9d7c236eab36b9e56136e58ca7db96bd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:1262b507d141cb572339ea7dd149215af3ee891343a66c1d8436c4ef2c3e51ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:17db909660a9b940339d94e06e3b7f0612e0e306c6e877debded146505d274b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:4fb24af422753d3194a182894499628b10c2fdf22c441b9a90ab9748d3138d7e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:cce28f2d920fc8d3bfa1b6c64f4c58ec7b02eabaffa7fd05293b725030463bf5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:438039b78b649983401a817b6937f95915088796a815f80b9625e19fab1a64c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:9d748d3f2c587649dbaf6c7f222aadf47ba4e744fab63a252d49ae1c9049e26c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c036df7a4bc62e7bafe4b549f3e1fe17b6f9894ac4dedd6018df7d07e267b5a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c7b9e3af430d26a1914bce5bf4189de1ebb3d61c4d8098b7b163c1b6d6f554f2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:32376725b6ca30983e9fef1b1d6bfa51a7b1d7e1960ccb50bafccb15efe8c7ae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:47dc50b7a92d96c2dadc980c97f5d58e6e3fcadf5a29c7736209e7e9a47a47c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:d51f2814147a117c3465dc38c3940df147092aebcd694e7453b2e4aadeb83ba0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:e7e8f68f0c3563ff5055685647d20e61a8811f07c828ed4ce88e5c0fa57577bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:06dcdd95fe32e4bfe8197f85a92e15e1b3266d195ecef3a3c11350c43e025b54_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:61d7da5e8a4fd131f49e7217c2a43ee60ee179ca8d74c1dd3b2a653e9864bc5c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:7ddd248c4db55f65e82c0e6ceaa125876cc18cc6c4611a50f2bdb80809f02914_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:ec3dffec1e3bbbd7381e45f888ee06fb080414fe9dc6935cd4caeff0a4e65636_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:0b0cc51d2f5df8a7cc2e30f80fcd4bdb7a38bd5f8a9ecc6d5e5870dc5fdc36e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:25933d9a51a2679fea10bda3d72addcadfe26a055a137c628bfdb5f818896536_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:290eacede3daa3be390b910c7116380a5a5dbc2ccc7c3ae8b562c67af76d3fd0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:79799a8308a0b356a639bceca16c2a728f5bc78a88097fdd149173ef80d2c9c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:323921bcd7db381b2a1953764d5f85a14abcbdc1ccece894f8961d8b2b2fb779_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:abfc5c2b61eff272ef04d38a18b7bebaad8aac824a68fe0bd6a95e595678e2d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:bd91a02760bac7f4e1f30753d7b9f29c9abcaeeaddde7e3c55c14ce827d07e52_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:e8c62219f6073bd08d585d5f159c6beab76e5553a7e8ae4d1e7c2bdb01c4c7c1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:8105660323b2250eee6ec111eb4aca20e7a88cdcd1b243ae9c6bc0bee8642293_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:8689c9c077663f3dbd393b9aa1ad5dfad6226c398070804b1e5f3afefaf2ec39_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:d97699f5c4083039de2cf17de20d4e93ac38bb10c885785705d4ce17bc80a37f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:dae5d2a9e6b12479f742d1110f20059acd9e831ea272a52525d9c3ee42d44d94_amd64 | — |
Workaround
|
A flaw was found in github.com/jackc/pgx, a PostgreSQL driver for Go. This memory-safety vulnerability could allow an attacker to cause various impacts, such as denial of service (DoS) or potentially arbitrary code execution, by exploiting memory corruption issues. The exact method of exploitation and specific consequences would depend on the nature of the memory corruption.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:19425135838ddcea73db774c7dfa8a8a9f1301fb1bd488dd662cb02f3d7be670_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:447c983d4e104c79e59492ff5aebc62feccca29d08d11a8856c46710e3cb14fe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:c01da1031a93870d3aabfd644585c88a53ab3cff759067b54ef08f3ebd690cf3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:cb3fb52bf47fe049263cd6f87ecfe9f1941fc9f7f4fe69385415cdbc9017aa5e_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:3c4587b2b5dc7426cc24e8678dd103ed2b1abb8ca13f5ea5aab606d92e5e00ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:5330de373490f5bfd8fa40de3c8dfb21f64128dab695aaff3a6a4c96c3388d3b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c26593f4740103d3296bb094cf30af778128384617d0ac5b7ecef9987a88003a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c728d376aafac1219d957bafe2f3ab75ae88e1d326d48ca409e209e09a782e6c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:1cd66608b31afb07d5575714fd24becb2a3eb48fd6f897240986e5b5cd5ca25f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:99aab6998dc6e4c8349a53e4ab52c0a9730aa75b36bb4e87d74bb6ee5f2044da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:9d7a69223b0662bcf109a02007d017e5f10e5c563ff78c02d87af8d5d4ea24de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:dd5328245120eb981cf5fe6153fc2d33ed9817612884bb7cf7fed77782cd1e20_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:0b3a5aa6d681f46fc242eefae9a3540b43c2be17b643d40ca4446cd0e8fc2abb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:8627d0dd68402dc51137d89534c0bdb72e27fc3327be1e63e93a38ae72f653cd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:a395182a2cda20322f0af7ecc972ab3bc9c07161e70174c2b4d9ac08f6aa9845_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:b289110701914022840061f5f5a931e5c895d16898fff3d78193b89c37943201_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:51d8398c7057486fbc41a810031276ccd05179d43e9cf4369c8df440495c6ef7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:6aaf557a08c0952e2ec7463e3b3cef4d5f8fc9d24427a28c9766f6f0d12f08bd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:9f9b88b0fbc438aad06752a21fe76a870ba4d8042c6ee1ff0505af780ca8c2f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:ff4f49f5218d296b3af828c17283f870aebd6d60813563b55908ffd4629eeab1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9e75f7392dcc9df58236d14c8c56e69b34564525b72862d851bea16367270128_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9f80cfe35f04cbe6a16069c1ec1d8811be4d593e64e4c416f3c10d0867e6ae19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9fabbf4a7e28f6ab02f1ac77b82fc37e0e295f71b05fa9e56b1a5ee4056a0fed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:fdebb108386237b2ceb1a09abfd18a26fa724dfeb288b8db05a324c4534b109a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:632a9d70719cce5d0fde98642ff48e6e810072173dd73db3792f6f80d5272fa7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:838ee5faa3da19a38b8df19373dc4019f7b80ffdb71053e4f74d53a447a48eca_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:a1477ff3ddb9315e482647d228c09e55356d00291f9fde419d36e064b54fc6b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:e10748a721cdb9316cc4283549a800b7725268ba3e181945329c76350ab7b32d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:34cde8028262bd635134993a4d95bbc63a38dc943862938955c2eda609a67f71_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:3ef24dc7c5588180203520784ea3db6e1501e5190b3f59aa1f77df1a5bee9bfc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:82192c8ede01ce878231c9c56d7104d845e6bb69a8eeea17af84be7b56654eea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d54076093c47f3d5576eb0a5c1e4cd7963a9d29f393a277721c8f34cb7efc263_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:04ddf503b9da7491acec12879894486790a2d2baf3256837ae5884eb73e91bce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:10ec14b028d3926a2c0ba35810035e69d669c0e358ed8832d854f0454c77e516_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:12ee577bf514a68c17d1b5ad73b91365c3f242bd82edee45422326ba2e0c0b65_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:de69bc0e11397002240253365aa2b2338b401e7aa4f74478e5f202184662a235_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:77751c116d7b990d00fe24beb6a3d5bc7faedd5f628b379903384e9c8ddb2c7c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:7e4262c5ce1b614df5a3575111aa8d1f047ad476660b25e6318b562275626c51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:fa74f6dc71dd03e23612312e6c6e988ff1234a8e75752087abb980ca983fdac2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:fff455cdc1c5015bad5296c85a6a13b2b4593b57dbf78164c1328cea9b228601_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:1364a6b06e13e205088d8690ae753c99527fc130cd5d8ece02fd92538f522a1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:1509f4cd6e5aaeed58bd8d2fc518183a6943d546d1cf969fddaec4c075051001_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:2a767fe742df781ebf07f553a7274e766b3dea1b8f12ea665d5ef19efccdcb1e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:ac3242268defa432b3245eeebaff125bbdbcfec532f5d25d7e96d81f0b4482c9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:017afc8d42f2f0dd7adaf151c0cb79200724994d92e1b5e2f0c2461a9d7a75e0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:32d4c74e6dad2e47b4129320cfd7c2c69fbdad29dbe3822749a98c023bce5be2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:44d851608309de07e95081a748aa6b0ae1fde09fa8524ac9723aa9c0ea956785_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:f2659636edc0651da9d6bc18a09df3ddc94b80143ba4818dd9f818840c776d60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:7cf7b1d6ec5e436fc35eb92ade0e29316b5af4c6a0df3b3cc0ade5fc732631bf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:880ca9bd23984cde3a928c7266cd89051ca8bb95b94be54dfbe1e5330ff89674_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:d4bf6a34a799554347bcca84210428262288b32e8d340926f1100a4c05edf4a4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:fef0a1823440a06135a3d77afe86367c0f969cace70ac39b9fd1f188a80e69f2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:0521f90dec2a5a5cd930b3e3bf0de90b066eb1b2b2e74e82c9d63d3512b3e6c2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:09ec7273c5e72adfc183c3af125e2cd47bc1ddb7c44c28aeae18ee488844348c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:e490cc741517a709f420720b8ee9d9a5ee5335675caa6e967a45b1be0b1404b4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:ee97bfec045744082cb9a2c806fb8808a25bb5014ee9568ff22e12803f03f26d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:1a9beb7528ea2ac15e1257be1ff0c8b1ecd4d2e103792efcb5408b0de77fce32_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:4104ea287b8e2476ed618e6e16a35658dddf4ec1da5b58d3196cd68f03fc8989_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:785a7d536bcd955878d80b28a9c5f2d3fbc73cc1ec76dcdbdaacd5454365cea8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:defe86d856b97f76f8b1455f61c865cf0dbac67810cb67ea5eada820a2f948e6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:4333b9d650627bb913456e6504faaaf0f0efb55e40a95546c3d31d08d8e2b076_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:c7bd2ccc85720656c78d2808a9059e50457ff6a74fc8a00fcce1b05e193c7244_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:d671e8634526c2e661713be807e2e7f32e46e58dbf7eea44e43ee17a87db601d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:e32b399bba77a431ffc4e8f24744a790b7aab19f061f7ecca929cb795c83c4d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:0ff3decd7dfc8d54779ad65d693327c810f0094200aa34079d929039773887c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:1767e287d7463f0d9b6c3af65f98699746835e2c44af4a0b5398139be2aefd23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:4a0c4d9dc31805b56a417b2359f5da2adaafced10dacf2110bda3d99c73184fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:e5abf59262ae41f04385437e3f95924eb505eaf936f5a988319b5a6a52f708c2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:230119ab73baf69b572857a4b923baf2e267d2d77f8d373d924db1eb832d9a08_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:246f462c19203a5c3c28277bc857e38d9f5b648c4e3b6b77c35c0162e5c95d1a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:6de3add0818fe352c79cdc4c53c792fcd4150e07908a9dae274e1a7b34d7e545_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:d3c4701a2aeac9cd836962c6c5d999a0aabb0c472c57fa4fe105e0c1a099059c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:98c3af814cc1d5a34f33cfeeeba1f7940f8e30e306da9487dca475bd31938fac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:ad47d4bd6e23f0661b826a0f7c826a791474f4a9e15db453d941d143cb42c90c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:af5002abc824cf36f90e16bc715ae619c035905442c0801cc92031a6a7765576_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:bfcc99ea9f1c699b48dcf2994afdd8a68f031f794d721ae745de54a924e59c76_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:3390ca1fd9ae0602c829961dc332c7e3c417020c18c50a08cefdb90c621d6474_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:606e8a370de720153a1dced87cacf1caa1549e6ef8ceaccfe1062663fd18a493_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:67cc277bedd68e09d92c3c256e886ca2506636dfcd77625a5ea3db4005b5d586_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:6e1b97632dea6ef859141e933ca2370d8fc90ab60f66a810e79290116d36d58d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:42e1a906ab4a97af8537be7b433ac2c7d2b9240d4a42ca9bc65ebf8af78fd7fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:af26c01c9129a5f2fbe128d2fe7fe25fb03c0ee6cd76571155147cd4ea3c2de1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:bb2e059a922f8ece5011db593873c8839d1951ceee09d50fff1613ab270e1062_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:dc1a40ceab9f4100575ac0348a5e17514312d1dabfdb096130093914ff329059_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:5172c4fce21f42b27a34e3f7997e193107e0c0acc680b76058a2f099bf7141b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:652771b15fc2b567ef2003d737397364c47bc641eb8bee217cf908679721c7ea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:d297745a65c828d0a32ca68198e796a37fdef153bfb040cecb9739a868899777_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:e35424513c27c433a94b68d573ab05027fd8b63494414c68ea07a3f3efa01345_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:4c0c8bc122d612b3c0e228e1c5573fad021c4546496c45fbc2a2dc4225fbe727_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:7d4436578b21ba00a60f5cf6bd74988f976f6c167475cc76f39b34b20da182df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:bcf6c5a3baaa23bb19a487126003eb8f2194f9238cbe8170c5d34930d47cc36c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:dd8c287009c850126d2b4ae5623420c2ccde38bf14c9c853bdbe5c2e1586db06_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:48fd8e0d453e54ed7531678b05b65e388c00daae63ac5745c9ee8924f7c40371_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:5ad699e6e0061b76f3f50424cb557bcb9fc9569d48f76973da683a45b6ec9147_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:aac030d920f635b8ad7edf6cf046047c82f064bcb081e6071b86e8ee7d84464e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:e43f01110886845433f023331f62328b116c20d404e70197fb70eac1df7ba155_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:04633a6772144e0362a5d059a21684026d8e78a28c2463c65daade75f3477548_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:5251d3f63d49ff224ca777898f93a5fdd6de407db59a315aefdfc49963f98c32_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:74f1f26bdb3c05af324066ce828f0863c2c5156e949c6cbeedd0d66068847033_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:c71c29bc335b77b98419e90f24a0396a1093edc2d985aae48f5000f9de75941f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:34af5e7e166ea2ac902d3d0414adfb8442859396e60b4992de59d7ee130b3fef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:8bfe1d490a44c6d495c7d30ddb4245746a2e48f0f72343574b3235fa3526cc6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:af942926936e39d0f7a3ef1ed1af7fb97aaa04fee8a4ad4e6e21e8931ef42809_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:f929464036bfd53938a4cd7cd39297801a122fd20461cdce31cf8d6d96a3bb86_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:1d18b01daba0807067ff5642305147ee613a22232a0a6ef88601243d59801f8d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:91e904d51d7505f19e7db68574a957febcb1963bad2f4452e9723be1bd5a79ce_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:bdf506a2c20720048d32e2f1a7df58a0e53f1df827611627d53c49cc005157b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:fd318fe6bac9e3f6fb87fa8773d96803e44ba82d5367438f26b1aa04744d60c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:26cd2ddeea2e3de5552a95537b4acbfb546076e4d6673b6a68f4c9e2b8dc0142_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:c22c8d4a9dfd25462ed4b37b20d3917cdc87bdc4a90718835dd7cfd70ac7eef8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:eba4d1b2d03ad132af50bb12a3e67633234494a62a458fd05fa645696f6215cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:f80821688e548ecf8b8ffd8ef6c4c5f3bc04f32628e7f83a97c910f43ce3dbe2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:0739254d745378452259e4d9a84ba9f6bd03e523bda40d9fadfd999812003421_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:3278f98d80e2626bf481811b03908d955019137b47bacbfc6894949e067f39b1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:73959111c980def943d458774e2b86446e9cc5f96fa6f2d4b45b7db563f44d4b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:f30b4949b3342a56ce37ab6368e3cd58d23581f8190b0652b1e2e6a4b9daed91_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:301d210efc58e5e08c62ce58e308298aa25f92743b261c258359b26231b179d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:491faee7ce303a18b80934ac246b965e9353764c9a9df3928af2757ef0c1104d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:553e7ea4c082a871ded4daa0865bd2387ec6f99fc6fbd4713a27873cf5bc565d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:fc03869cd583f8e31cf895f07ff7a96a9d7c236eab36b9e56136e58ca7db96bd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:1262b507d141cb572339ea7dd149215af3ee891343a66c1d8436c4ef2c3e51ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:17db909660a9b940339d94e06e3b7f0612e0e306c6e877debded146505d274b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:4fb24af422753d3194a182894499628b10c2fdf22c441b9a90ab9748d3138d7e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:cce28f2d920fc8d3bfa1b6c64f4c58ec7b02eabaffa7fd05293b725030463bf5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:438039b78b649983401a817b6937f95915088796a815f80b9625e19fab1a64c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:9d748d3f2c587649dbaf6c7f222aadf47ba4e744fab63a252d49ae1c9049e26c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c036df7a4bc62e7bafe4b549f3e1fe17b6f9894ac4dedd6018df7d07e267b5a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c7b9e3af430d26a1914bce5bf4189de1ebb3d61c4d8098b7b163c1b6d6f554f2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:32376725b6ca30983e9fef1b1d6bfa51a7b1d7e1960ccb50bafccb15efe8c7ae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:47dc50b7a92d96c2dadc980c97f5d58e6e3fcadf5a29c7736209e7e9a47a47c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:d51f2814147a117c3465dc38c3940df147092aebcd694e7453b2e4aadeb83ba0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:e7e8f68f0c3563ff5055685647d20e61a8811f07c828ed4ce88e5c0fa57577bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:06dcdd95fe32e4bfe8197f85a92e15e1b3266d195ecef3a3c11350c43e025b54_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:61d7da5e8a4fd131f49e7217c2a43ee60ee179ca8d74c1dd3b2a653e9864bc5c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:7ddd248c4db55f65e82c0e6ceaa125876cc18cc6c4611a50f2bdb80809f02914_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:ec3dffec1e3bbbd7381e45f888ee06fb080414fe9dc6935cd4caeff0a4e65636_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:0b0cc51d2f5df8a7cc2e30f80fcd4bdb7a38bd5f8a9ecc6d5e5870dc5fdc36e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:25933d9a51a2679fea10bda3d72addcadfe26a055a137c628bfdb5f818896536_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:290eacede3daa3be390b910c7116380a5a5dbc2ccc7c3ae8b562c67af76d3fd0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:79799a8308a0b356a639bceca16c2a728f5bc78a88097fdd149173ef80d2c9c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:323921bcd7db381b2a1953764d5f85a14abcbdc1ccece894f8961d8b2b2fb779_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:abfc5c2b61eff272ef04d38a18b7bebaad8aac824a68fe0bd6a95e595678e2d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:bd91a02760bac7f4e1f30753d7b9f29c9abcaeeaddde7e3c55c14ce827d07e52_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:e8c62219f6073bd08d585d5f159c6beab76e5553a7e8ae4d1e7c2bdb01c4c7c1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:8105660323b2250eee6ec111eb4aca20e7a88cdcd1b243ae9c6bc0bee8642293_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:8689c9c077663f3dbd393b9aa1ad5dfad6226c398070804b1e5f3afefaf2ec39_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:d97699f5c4083039de2cf17de20d4e93ac38bb10c885785705d4ce17bc80a37f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:dae5d2a9e6b12479f742d1110f20059acd9e831ea272a52525d9c3ee42d44d94_amd64 | — |
Workaround
|
A flaw was found in Tekton Pipelines, a system for declaring continuous integration/continuous delivery (CI/CD) pipelines. An authenticated user, able to submit `ResolutionRequest` objects, can exploit a vulnerability by injecting malicious commands into the git resolver's revision parameter. This allows for the execution of unauthorized programs on the resolver pod. Successful exploitation can lead to the exfiltration of all cluster-wide secrets, resulting in significant information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:0739254d745378452259e4d9a84ba9f6bd03e523bda40d9fadfd999812003421_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:3278f98d80e2626bf481811b03908d955019137b47bacbfc6894949e067f39b1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:73959111c980def943d458774e2b86446e9cc5f96fa6f2d4b45b7db563f44d4b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:f30b4949b3342a56ce37ab6368e3cd58d23581f8190b0652b1e2e6a4b9daed91_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:3c4587b2b5dc7426cc24e8678dd103ed2b1abb8ca13f5ea5aab606d92e5e00ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:5330de373490f5bfd8fa40de3c8dfb21f64128dab695aaff3a6a4c96c3388d3b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c26593f4740103d3296bb094cf30af778128384617d0ac5b7ecef9987a88003a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c728d376aafac1219d957bafe2f3ab75ae88e1d326d48ca409e209e09a782e6c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:1cd66608b31afb07d5575714fd24becb2a3eb48fd6f897240986e5b5cd5ca25f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:99aab6998dc6e4c8349a53e4ab52c0a9730aa75b36bb4e87d74bb6ee5f2044da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:9d7a69223b0662bcf109a02007d017e5f10e5c563ff78c02d87af8d5d4ea24de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:dd5328245120eb981cf5fe6153fc2d33ed9817612884bb7cf7fed77782cd1e20_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:0b3a5aa6d681f46fc242eefae9a3540b43c2be17b643d40ca4446cd0e8fc2abb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:8627d0dd68402dc51137d89534c0bdb72e27fc3327be1e63e93a38ae72f653cd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:a395182a2cda20322f0af7ecc972ab3bc9c07161e70174c2b4d9ac08f6aa9845_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:b289110701914022840061f5f5a931e5c895d16898fff3d78193b89c37943201_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:51d8398c7057486fbc41a810031276ccd05179d43e9cf4369c8df440495c6ef7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:6aaf557a08c0952e2ec7463e3b3cef4d5f8fc9d24427a28c9766f6f0d12f08bd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:9f9b88b0fbc438aad06752a21fe76a870ba4d8042c6ee1ff0505af780ca8c2f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:ff4f49f5218d296b3af828c17283f870aebd6d60813563b55908ffd4629eeab1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9e75f7392dcc9df58236d14c8c56e69b34564525b72862d851bea16367270128_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9f80cfe35f04cbe6a16069c1ec1d8811be4d593e64e4c416f3c10d0867e6ae19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9fabbf4a7e28f6ab02f1ac77b82fc37e0e295f71b05fa9e56b1a5ee4056a0fed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:fdebb108386237b2ceb1a09abfd18a26fa724dfeb288b8db05a324c4534b109a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:632a9d70719cce5d0fde98642ff48e6e810072173dd73db3792f6f80d5272fa7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:838ee5faa3da19a38b8df19373dc4019f7b80ffdb71053e4f74d53a447a48eca_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:a1477ff3ddb9315e482647d228c09e55356d00291f9fde419d36e064b54fc6b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:e10748a721cdb9316cc4283549a800b7725268ba3e181945329c76350ab7b32d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:34cde8028262bd635134993a4d95bbc63a38dc943862938955c2eda609a67f71_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:3ef24dc7c5588180203520784ea3db6e1501e5190b3f59aa1f77df1a5bee9bfc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:82192c8ede01ce878231c9c56d7104d845e6bb69a8eeea17af84be7b56654eea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d54076093c47f3d5576eb0a5c1e4cd7963a9d29f393a277721c8f34cb7efc263_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:04ddf503b9da7491acec12879894486790a2d2baf3256837ae5884eb73e91bce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:10ec14b028d3926a2c0ba35810035e69d669c0e358ed8832d854f0454c77e516_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:12ee577bf514a68c17d1b5ad73b91365c3f242bd82edee45422326ba2e0c0b65_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:de69bc0e11397002240253365aa2b2338b401e7aa4f74478e5f202184662a235_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:77751c116d7b990d00fe24beb6a3d5bc7faedd5f628b379903384e9c8ddb2c7c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:7e4262c5ce1b614df5a3575111aa8d1f047ad476660b25e6318b562275626c51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:fa74f6dc71dd03e23612312e6c6e988ff1234a8e75752087abb980ca983fdac2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:fff455cdc1c5015bad5296c85a6a13b2b4593b57dbf78164c1328cea9b228601_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:1364a6b06e13e205088d8690ae753c99527fc130cd5d8ece02fd92538f522a1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:1509f4cd6e5aaeed58bd8d2fc518183a6943d546d1cf969fddaec4c075051001_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:2a767fe742df781ebf07f553a7274e766b3dea1b8f12ea665d5ef19efccdcb1e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:ac3242268defa432b3245eeebaff125bbdbcfec532f5d25d7e96d81f0b4482c9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:017afc8d42f2f0dd7adaf151c0cb79200724994d92e1b5e2f0c2461a9d7a75e0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:32d4c74e6dad2e47b4129320cfd7c2c69fbdad29dbe3822749a98c023bce5be2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:44d851608309de07e95081a748aa6b0ae1fde09fa8524ac9723aa9c0ea956785_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:f2659636edc0651da9d6bc18a09df3ddc94b80143ba4818dd9f818840c776d60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:7cf7b1d6ec5e436fc35eb92ade0e29316b5af4c6a0df3b3cc0ade5fc732631bf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:880ca9bd23984cde3a928c7266cd89051ca8bb95b94be54dfbe1e5330ff89674_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:d4bf6a34a799554347bcca84210428262288b32e8d340926f1100a4c05edf4a4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:fef0a1823440a06135a3d77afe86367c0f969cace70ac39b9fd1f188a80e69f2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:0521f90dec2a5a5cd930b3e3bf0de90b066eb1b2b2e74e82c9d63d3512b3e6c2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:09ec7273c5e72adfc183c3af125e2cd47bc1ddb7c44c28aeae18ee488844348c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:e490cc741517a709f420720b8ee9d9a5ee5335675caa6e967a45b1be0b1404b4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:ee97bfec045744082cb9a2c806fb8808a25bb5014ee9568ff22e12803f03f26d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:1a9beb7528ea2ac15e1257be1ff0c8b1ecd4d2e103792efcb5408b0de77fce32_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:4104ea287b8e2476ed618e6e16a35658dddf4ec1da5b58d3196cd68f03fc8989_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:785a7d536bcd955878d80b28a9c5f2d3fbc73cc1ec76dcdbdaacd5454365cea8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:defe86d856b97f76f8b1455f61c865cf0dbac67810cb67ea5eada820a2f948e6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:4333b9d650627bb913456e6504faaaf0f0efb55e40a95546c3d31d08d8e2b076_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:c7bd2ccc85720656c78d2808a9059e50457ff6a74fc8a00fcce1b05e193c7244_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:d671e8634526c2e661713be807e2e7f32e46e58dbf7eea44e43ee17a87db601d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:e32b399bba77a431ffc4e8f24744a790b7aab19f061f7ecca929cb795c83c4d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:0ff3decd7dfc8d54779ad65d693327c810f0094200aa34079d929039773887c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:1767e287d7463f0d9b6c3af65f98699746835e2c44af4a0b5398139be2aefd23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:4a0c4d9dc31805b56a417b2359f5da2adaafced10dacf2110bda3d99c73184fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:e5abf59262ae41f04385437e3f95924eb505eaf936f5a988319b5a6a52f708c2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:230119ab73baf69b572857a4b923baf2e267d2d77f8d373d924db1eb832d9a08_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:246f462c19203a5c3c28277bc857e38d9f5b648c4e3b6b77c35c0162e5c95d1a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:6de3add0818fe352c79cdc4c53c792fcd4150e07908a9dae274e1a7b34d7e545_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:d3c4701a2aeac9cd836962c6c5d999a0aabb0c472c57fa4fe105e0c1a099059c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:98c3af814cc1d5a34f33cfeeeba1f7940f8e30e306da9487dca475bd31938fac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:ad47d4bd6e23f0661b826a0f7c826a791474f4a9e15db453d941d143cb42c90c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:af5002abc824cf36f90e16bc715ae619c035905442c0801cc92031a6a7765576_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:bfcc99ea9f1c699b48dcf2994afdd8a68f031f794d721ae745de54a924e59c76_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:3390ca1fd9ae0602c829961dc332c7e3c417020c18c50a08cefdb90c621d6474_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:606e8a370de720153a1dced87cacf1caa1549e6ef8ceaccfe1062663fd18a493_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:67cc277bedd68e09d92c3c256e886ca2506636dfcd77625a5ea3db4005b5d586_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:6e1b97632dea6ef859141e933ca2370d8fc90ab60f66a810e79290116d36d58d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:42e1a906ab4a97af8537be7b433ac2c7d2b9240d4a42ca9bc65ebf8af78fd7fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:af26c01c9129a5f2fbe128d2fe7fe25fb03c0ee6cd76571155147cd4ea3c2de1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:bb2e059a922f8ece5011db593873c8839d1951ceee09d50fff1613ab270e1062_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:dc1a40ceab9f4100575ac0348a5e17514312d1dabfdb096130093914ff329059_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:5172c4fce21f42b27a34e3f7997e193107e0c0acc680b76058a2f099bf7141b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:652771b15fc2b567ef2003d737397364c47bc641eb8bee217cf908679721c7ea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:d297745a65c828d0a32ca68198e796a37fdef153bfb040cecb9739a868899777_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:e35424513c27c433a94b68d573ab05027fd8b63494414c68ea07a3f3efa01345_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:4c0c8bc122d612b3c0e228e1c5573fad021c4546496c45fbc2a2dc4225fbe727_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:7d4436578b21ba00a60f5cf6bd74988f976f6c167475cc76f39b34b20da182df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:bcf6c5a3baaa23bb19a487126003eb8f2194f9238cbe8170c5d34930d47cc36c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:dd8c287009c850126d2b4ae5623420c2ccde38bf14c9c853bdbe5c2e1586db06_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:48fd8e0d453e54ed7531678b05b65e388c00daae63ac5745c9ee8924f7c40371_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:5ad699e6e0061b76f3f50424cb557bcb9fc9569d48f76973da683a45b6ec9147_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:aac030d920f635b8ad7edf6cf046047c82f064bcb081e6071b86e8ee7d84464e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:e43f01110886845433f023331f62328b116c20d404e70197fb70eac1df7ba155_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:04633a6772144e0362a5d059a21684026d8e78a28c2463c65daade75f3477548_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:5251d3f63d49ff224ca777898f93a5fdd6de407db59a315aefdfc49963f98c32_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:74f1f26bdb3c05af324066ce828f0863c2c5156e949c6cbeedd0d66068847033_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:c71c29bc335b77b98419e90f24a0396a1093edc2d985aae48f5000f9de75941f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:34af5e7e166ea2ac902d3d0414adfb8442859396e60b4992de59d7ee130b3fef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:8bfe1d490a44c6d495c7d30ddb4245746a2e48f0f72343574b3235fa3526cc6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:af942926936e39d0f7a3ef1ed1af7fb97aaa04fee8a4ad4e6e21e8931ef42809_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:f929464036bfd53938a4cd7cd39297801a122fd20461cdce31cf8d6d96a3bb86_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:19425135838ddcea73db774c7dfa8a8a9f1301fb1bd488dd662cb02f3d7be670_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:447c983d4e104c79e59492ff5aebc62feccca29d08d11a8856c46710e3cb14fe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:c01da1031a93870d3aabfd644585c88a53ab3cff759067b54ef08f3ebd690cf3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:cb3fb52bf47fe049263cd6f87ecfe9f1941fc9f7f4fe69385415cdbc9017aa5e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:1d18b01daba0807067ff5642305147ee613a22232a0a6ef88601243d59801f8d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:91e904d51d7505f19e7db68574a957febcb1963bad2f4452e9723be1bd5a79ce_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:bdf506a2c20720048d32e2f1a7df58a0e53f1df827611627d53c49cc005157b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:fd318fe6bac9e3f6fb87fa8773d96803e44ba82d5367438f26b1aa04744d60c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:26cd2ddeea2e3de5552a95537b4acbfb546076e4d6673b6a68f4c9e2b8dc0142_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:c22c8d4a9dfd25462ed4b37b20d3917cdc87bdc4a90718835dd7cfd70ac7eef8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:eba4d1b2d03ad132af50bb12a3e67633234494a62a458fd05fa645696f6215cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:f80821688e548ecf8b8ffd8ef6c4c5f3bc04f32628e7f83a97c910f43ce3dbe2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:301d210efc58e5e08c62ce58e308298aa25f92743b261c258359b26231b179d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:491faee7ce303a18b80934ac246b965e9353764c9a9df3928af2757ef0c1104d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:553e7ea4c082a871ded4daa0865bd2387ec6f99fc6fbd4713a27873cf5bc565d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:fc03869cd583f8e31cf895f07ff7a96a9d7c236eab36b9e56136e58ca7db96bd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:1262b507d141cb572339ea7dd149215af3ee891343a66c1d8436c4ef2c3e51ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:17db909660a9b940339d94e06e3b7f0612e0e306c6e877debded146505d274b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:4fb24af422753d3194a182894499628b10c2fdf22c441b9a90ab9748d3138d7e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:cce28f2d920fc8d3bfa1b6c64f4c58ec7b02eabaffa7fd05293b725030463bf5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:438039b78b649983401a817b6937f95915088796a815f80b9625e19fab1a64c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:9d748d3f2c587649dbaf6c7f222aadf47ba4e744fab63a252d49ae1c9049e26c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c036df7a4bc62e7bafe4b549f3e1fe17b6f9894ac4dedd6018df7d07e267b5a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c7b9e3af430d26a1914bce5bf4189de1ebb3d61c4d8098b7b163c1b6d6f554f2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:32376725b6ca30983e9fef1b1d6bfa51a7b1d7e1960ccb50bafccb15efe8c7ae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:47dc50b7a92d96c2dadc980c97f5d58e6e3fcadf5a29c7736209e7e9a47a47c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:d51f2814147a117c3465dc38c3940df147092aebcd694e7453b2e4aadeb83ba0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:e7e8f68f0c3563ff5055685647d20e61a8811f07c828ed4ce88e5c0fa57577bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:06dcdd95fe32e4bfe8197f85a92e15e1b3266d195ecef3a3c11350c43e025b54_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:61d7da5e8a4fd131f49e7217c2a43ee60ee179ca8d74c1dd3b2a653e9864bc5c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:7ddd248c4db55f65e82c0e6ceaa125876cc18cc6c4611a50f2bdb80809f02914_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:ec3dffec1e3bbbd7381e45f888ee06fb080414fe9dc6935cd4caeff0a4e65636_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:0b0cc51d2f5df8a7cc2e30f80fcd4bdb7a38bd5f8a9ecc6d5e5870dc5fdc36e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:25933d9a51a2679fea10bda3d72addcadfe26a055a137c628bfdb5f818896536_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:290eacede3daa3be390b910c7116380a5a5dbc2ccc7c3ae8b562c67af76d3fd0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:79799a8308a0b356a639bceca16c2a728f5bc78a88097fdd149173ef80d2c9c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:323921bcd7db381b2a1953764d5f85a14abcbdc1ccece894f8961d8b2b2fb779_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:abfc5c2b61eff272ef04d38a18b7bebaad8aac824a68fe0bd6a95e595678e2d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:bd91a02760bac7f4e1f30753d7b9f29c9abcaeeaddde7e3c55c14ce827d07e52_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:e8c62219f6073bd08d585d5f159c6beab76e5553a7e8ae4d1e7c2bdb01c4c7c1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:8105660323b2250eee6ec111eb4aca20e7a88cdcd1b243ae9c6bc0bee8642293_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:8689c9c077663f3dbd393b9aa1ad5dfad6226c398070804b1e5f3afefaf2ec39_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:d97699f5c4083039de2cf17de20d4e93ac38bb10c885785705d4ce17bc80a37f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:dae5d2a9e6b12479f742d1110f20059acd9e831ea272a52525d9c3ee42d44d94_amd64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "The 1.21.2 GA release of Red Hat OpenShift Pipelines Operator..\nFor more details see [product documentation](https://docs.redhat.com/en/documentation/red_hat_openshift_pipelines).",
"title": "Topic"
},
{
"category": "general",
"text": "The 1.21.2 release of Red Hat OpenShift Pipelines Operator.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:26519",
"url": "https://access.redhat.com/errata/RHSA-2026:26519"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27141",
"url": "https://access.redhat.com/security/cve/CVE-2026-27141"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33186",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33816",
"url": "https://access.redhat.com/security/cve/CVE-2026-33816"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-40938",
"url": "https://access.redhat.com/security/cve/CVE-2026-40938"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_openshift_pipelines",
"url": "https://docs.redhat.com/en/documentation/red_hat_openshift_pipelines"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_26519.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Pipelines Release 1.21.2",
"tracking": {
"current_release_date": "2026-06-21T07:57:23+00:00",
"generator": {
"date": "2026-06-21T07:57:23+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2026:26519",
"initial_release_date": "2026-06-17T06:49:10+00:00",
"revision_history": [
{
"date": "2026-06-17T06:49:10+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-06-17T06:49:24+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-21T07:57:23+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Pipelines 1.21",
"product": {
"name": "Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_pipelines:1.21::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Pipelines"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:fdebb108386237b2ceb1a09abfd18a26fa724dfeb288b8db05a324c4534b109a_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:fdebb108386237b2ceb1a09abfd18a26fa724dfeb288b8db05a324c4534b109a_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:fdebb108386237b2ceb1a09abfd18a26fa724dfeb288b8db05a324c4534b109a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-console-plugin-rhel9@sha256%3Afdebb108386237b2ceb1a09abfd18a26fa724dfeb288b8db05a324c4534b109a?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9\u0026tag=1780512811"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:6aaf557a08c0952e2ec7463e3b3cef4d5f8fc9d24427a28c9766f6f0d12f08bd_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:6aaf557a08c0952e2ec7463e3b3cef4d5f8fc9d24427a28c9766f6f0d12f08bd_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:6aaf557a08c0952e2ec7463e3b3cef4d5f8fc9d24427a28c9766f6f0d12f08bd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-console-plugin-pf5-rhel9@sha256%3A6aaf557a08c0952e2ec7463e3b3cef4d5f8fc9d24427a28c9766f6f0d12f08bd?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9\u0026tag=1780991861"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:ee97bfec045744082cb9a2c806fb8808a25bb5014ee9568ff22e12803f03f26d_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:ee97bfec045744082cb9a2c806fb8808a25bb5014ee9568ff22e12803f03f26d_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:ee97bfec045744082cb9a2c806fb8808a25bb5014ee9568ff22e12803f03f26d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-manual-approval-gate-controller-rhel9@sha256%3Aee97bfec045744082cb9a2c806fb8808a25bb5014ee9568ff22e12803f03f26d?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9\u0026tag=1780724204"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:785a7d536bcd955878d80b28a9c5f2d3fbc73cc1ec76dcdbdaacd5454365cea8_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:785a7d536bcd955878d80b28a9c5f2d3fbc73cc1ec76dcdbdaacd5454365cea8_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:785a7d536bcd955878d80b28a9c5f2d3fbc73cc1ec76dcdbdaacd5454365cea8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-manual-approval-gate-webhook-rhel9@sha256%3A785a7d536bcd955878d80b28a9c5f2d3fbc73cc1ec76dcdbdaacd5454365cea8?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9\u0026tag=1780724268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:4a0c4d9dc31805b56a417b2359f5da2adaafced10dacf2110bda3d99c73184fc_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:4a0c4d9dc31805b56a417b2359f5da2adaafced10dacf2110bda3d99c73184fc_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:4a0c4d9dc31805b56a417b2359f5da2adaafced10dacf2110bda3d99c73184fc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-opc-rhel9@sha256%3A4a0c4d9dc31805b56a417b2359f5da2adaafced10dacf2110bda3d99c73184fc?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9\u0026tag=1780572821"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:f30b4949b3342a56ce37ab6368e3cd58d23581f8190b0652b1e2e6a4b9daed91_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:f30b4949b3342a56ce37ab6368e3cd58d23581f8190b0652b1e2e6a4b9daed91_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:f30b4949b3342a56ce37ab6368e3cd58d23581f8190b0652b1e2e6a4b9daed91_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-rhel9-operator@sha256%3Af30b4949b3342a56ce37ab6368e3cd58d23581f8190b0652b1e2e6a4b9daed91?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator\u0026tag=1780645012"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:246f462c19203a5c3c28277bc857e38d9f5b648c4e3b6b77c35c0162e5c95d1a_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:246f462c19203a5c3c28277bc857e38d9f5b648c4e3b6b77c35c0162e5c95d1a_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:246f462c19203a5c3c28277bc857e38d9f5b648c4e3b6b77c35c0162e5c95d1a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-operator-proxy-rhel9@sha256%3A246f462c19203a5c3c28277bc857e38d9f5b648c4e3b6b77c35c0162e5c95d1a?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9\u0026tag=1780645016"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:ad47d4bd6e23f0661b826a0f7c826a791474f4a9e15db453d941d143cb42c90c_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:ad47d4bd6e23f0661b826a0f7c826a791474f4a9e15db453d941d143cb42c90c_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:ad47d4bd6e23f0661b826a0f7c826a791474f4a9e15db453d941d143cb42c90c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-operator-webhook-rhel9@sha256%3Aad47d4bd6e23f0661b826a0f7c826a791474f4a9e15db453d941d143cb42c90c?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9\u0026tag=1780645012"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:6e1b97632dea6ef859141e933ca2370d8fc90ab60f66a810e79290116d36d58d_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:6e1b97632dea6ef859141e933ca2370d8fc90ab60f66a810e79290116d36d58d_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:6e1b97632dea6ef859141e933ca2370d8fc90ab60f66a810e79290116d36d58d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-cli-rhel9@sha256%3A6e1b97632dea6ef859141e933ca2370d8fc90ab60f66a810e79290116d36d58d?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9\u0026tag=1781067439"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:42e1a906ab4a97af8537be7b433ac2c7d2b9240d4a42ca9bc65ebf8af78fd7fc_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:42e1a906ab4a97af8537be7b433ac2c7d2b9240d4a42ca9bc65ebf8af78fd7fc_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:42e1a906ab4a97af8537be7b433ac2c7d2b9240d4a42ca9bc65ebf8af78fd7fc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-controller-rhel9@sha256%3A42e1a906ab4a97af8537be7b433ac2c7d2b9240d4a42ca9bc65ebf8af78fd7fc?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9\u0026tag=1781067498"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:652771b15fc2b567ef2003d737397364c47bc641eb8bee217cf908679721c7ea_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:652771b15fc2b567ef2003d737397364c47bc641eb8bee217cf908679721c7ea_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:652771b15fc2b567ef2003d737397364c47bc641eb8bee217cf908679721c7ea_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-watcher-rhel9@sha256%3A652771b15fc2b567ef2003d737397364c47bc641eb8bee217cf908679721c7ea?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9\u0026tag=1781067497"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:7d4436578b21ba00a60f5cf6bd74988f976f6c167475cc76f39b34b20da182df_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:7d4436578b21ba00a60f5cf6bd74988f976f6c167475cc76f39b34b20da182df_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:7d4436578b21ba00a60f5cf6bd74988f976f6c167475cc76f39b34b20da182df_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-webhook-rhel9@sha256%3A7d4436578b21ba00a60f5cf6bd74988f976f6c167475cc76f39b34b20da182df?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9\u0026tag=1781067432"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:553e7ea4c082a871ded4daa0865bd2387ec6f99fc6fbd4713a27873cf5bc565d_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:553e7ea4c082a871ded4daa0865bd2387ec6f99fc6fbd4713a27873cf5bc565d_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:553e7ea4c082a871ded4daa0865bd2387ec6f99fc6fbd4713a27873cf5bc565d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-serve-tkn-cli-rhel9@sha256%3A553e7ea4c082a871ded4daa0865bd2387ec6f99fc6fbd4713a27873cf5bc565d?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9\u0026tag=1780575969"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:5330de373490f5bfd8fa40de3c8dfb21f64128dab695aaff3a6a4c96c3388d3b_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:5330de373490f5bfd8fa40de3c8dfb21f64128dab695aaff3a6a4c96c3388d3b_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:5330de373490f5bfd8fa40de3c8dfb21f64128dab695aaff3a6a4c96c3388d3b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-cache-rhel9@sha256%3A5330de373490f5bfd8fa40de3c8dfb21f64128dab695aaff3a6a4c96c3388d3b?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9\u0026tag=1780402306"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:dd5328245120eb981cf5fe6153fc2d33ed9817612884bb7cf7fed77782cd1e20_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:dd5328245120eb981cf5fe6153fc2d33ed9817612884bb7cf7fed77782cd1e20_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:dd5328245120eb981cf5fe6153fc2d33ed9817612884bb7cf7fed77782cd1e20_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-chains-controller-rhel9@sha256%3Add5328245120eb981cf5fe6153fc2d33ed9817612884bb7cf7fed77782cd1e20?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9\u0026tag=1780366737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:b289110701914022840061f5f5a931e5c895d16898fff3d78193b89c37943201_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:b289110701914022840061f5f5a931e5c895d16898fff3d78193b89c37943201_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:b289110701914022840061f5f5a931e5c895d16898fff3d78193b89c37943201_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-cli-tkn-rhel9@sha256%3Ab289110701914022840061f5f5a931e5c895d16898fff3d78193b89c37943201?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9\u0026tag=1780922870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:77751c116d7b990d00fe24beb6a3d5bc7faedd5f628b379903384e9c8ddb2c7c_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:77751c116d7b990d00fe24beb6a3d5bc7faedd5f628b379903384e9c8ddb2c7c_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:77751c116d7b990d00fe24beb6a3d5bc7faedd5f628b379903384e9c8ddb2c7c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-git-init-rhel9@sha256%3A77751c116d7b990d00fe24beb6a3d5bc7faedd5f628b379903384e9c8ddb2c7c?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9\u0026tag=1780567490"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:1364a6b06e13e205088d8690ae753c99527fc130cd5d8ece02fd92538f522a1d_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:1364a6b06e13e205088d8690ae753c99527fc130cd5d8ece02fd92538f522a1d_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:1364a6b06e13e205088d8690ae753c99527fc130cd5d8ece02fd92538f522a1d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-api-rhel9@sha256%3A1364a6b06e13e205088d8690ae753c99527fc130cd5d8ece02fd92538f522a1d?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9\u0026tag=1780633099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:f2659636edc0651da9d6bc18a09df3ddc94b80143ba4818dd9f818840c776d60_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:f2659636edc0651da9d6bc18a09df3ddc94b80143ba4818dd9f818840c776d60_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:f2659636edc0651da9d6bc18a09df3ddc94b80143ba4818dd9f818840c776d60_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-db-migration-rhel9@sha256%3Af2659636edc0651da9d6bc18a09df3ddc94b80143ba4818dd9f818840c776d60?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9\u0026tag=1780633024"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:880ca9bd23984cde3a928c7266cd89051ca8bb95b94be54dfbe1e5330ff89674_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:880ca9bd23984cde3a928c7266cd89051ca8bb95b94be54dfbe1e5330ff89674_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:880ca9bd23984cde3a928c7266cd89051ca8bb95b94be54dfbe1e5330ff89674_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-ui-rhel9@sha256%3A880ca9bd23984cde3a928c7266cd89051ca8bb95b94be54dfbe1e5330ff89674?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9\u0026tag=1780633047"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:632a9d70719cce5d0fde98642ff48e6e810072173dd73db3792f6f80d5272fa7_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:632a9d70719cce5d0fde98642ff48e6e810072173dd73db3792f6f80d5272fa7_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:632a9d70719cce5d0fde98642ff48e6e810072173dd73db3792f6f80d5272fa7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-controller-rhel9@sha256%3A632a9d70719cce5d0fde98642ff48e6e810072173dd73db3792f6f80d5272fa7?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9\u0026tag=1780984164"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:3ef24dc7c5588180203520784ea3db6e1501e5190b3f59aa1f77df1a5bee9bfc_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:3ef24dc7c5588180203520784ea3db6e1501e5190b3f59aa1f77df1a5bee9bfc_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:3ef24dc7c5588180203520784ea3db6e1501e5190b3f59aa1f77df1a5bee9bfc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-entrypoint-rhel9@sha256%3A3ef24dc7c5588180203520784ea3db6e1501e5190b3f59aa1f77df1a5bee9bfc?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9\u0026tag=1780983852"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:10ec14b028d3926a2c0ba35810035e69d669c0e358ed8832d854f0454c77e516_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:10ec14b028d3926a2c0ba35810035e69d669c0e358ed8832d854f0454c77e516_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:10ec14b028d3926a2c0ba35810035e69d669c0e358ed8832d854f0454c77e516_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-events-rhel9@sha256%3A10ec14b028d3926a2c0ba35810035e69d669c0e358ed8832d854f0454c77e516?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-events-rhel9\u0026tag=1780983714"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:e32b399bba77a431ffc4e8f24744a790b7aab19f061f7ecca929cb795c83c4d0_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:e32b399bba77a431ffc4e8f24744a790b7aab19f061f7ecca929cb795c83c4d0_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:e32b399bba77a431ffc4e8f24744a790b7aab19f061f7ecca929cb795c83c4d0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-nop-rhel9@sha256%3Ae32b399bba77a431ffc4e8f24744a790b7aab19f061f7ecca929cb795c83c4d0?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9\u0026tag=1780984035"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:f929464036bfd53938a4cd7cd39297801a122fd20461cdce31cf8d6d96a3bb86_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:f929464036bfd53938a4cd7cd39297801a122fd20461cdce31cf8d6d96a3bb86_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:f929464036bfd53938a4cd7cd39297801a122fd20461cdce31cf8d6d96a3bb86_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-resolvers-rhel9@sha256%3Af929464036bfd53938a4cd7cd39297801a122fd20461cdce31cf8d6d96a3bb86?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9\u0026tag=1780984057"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:4fb24af422753d3194a182894499628b10c2fdf22c441b9a90ab9748d3138d7e_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:4fb24af422753d3194a182894499628b10c2fdf22c441b9a90ab9748d3138d7e_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:4fb24af422753d3194a182894499628b10c2fdf22c441b9a90ab9748d3138d7e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-sidecarlogresults-rhel9@sha256%3A4fb24af422753d3194a182894499628b10c2fdf22c441b9a90ab9748d3138d7e?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9\u0026tag=1780983724"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:bd91a02760bac7f4e1f30753d7b9f29c9abcaeeaddde7e3c55c14ce827d07e52_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:bd91a02760bac7f4e1f30753d7b9f29c9abcaeeaddde7e3c55c14ce827d07e52_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:bd91a02760bac7f4e1f30753d7b9f29c9abcaeeaddde7e3c55c14ce827d07e52_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-webhook-rhel9@sha256%3Abd91a02760bac7f4e1f30753d7b9f29c9abcaeeaddde7e3c55c14ce827d07e52?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9\u0026tag=1780984221"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:d97699f5c4083039de2cf17de20d4e93ac38bb10c885785705d4ce17bc80a37f_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:d97699f5c4083039de2cf17de20d4e93ac38bb10c885785705d4ce17bc80a37f_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:d97699f5c4083039de2cf17de20d4e93ac38bb10c885785705d4ce17bc80a37f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-workingdirinit-rhel9@sha256%3Ad97699f5c4083039de2cf17de20d4e93ac38bb10c885785705d4ce17bc80a37f?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9\u0026tag=1780984646"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:48fd8e0d453e54ed7531678b05b65e388c00daae63ac5745c9ee8924f7c40371_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:48fd8e0d453e54ed7531678b05b65e388c00daae63ac5745c9ee8924f7c40371_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:48fd8e0d453e54ed7531678b05b65e388c00daae63ac5745c9ee8924f7c40371_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pruner-controller-rhel9@sha256%3A48fd8e0d453e54ed7531678b05b65e388c00daae63ac5745c9ee8924f7c40371?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9\u0026tag=1780720784"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:c71c29bc335b77b98419e90f24a0396a1093edc2d985aae48f5000f9de75941f_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:c71c29bc335b77b98419e90f24a0396a1093edc2d985aae48f5000f9de75941f_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:c71c29bc335b77b98419e90f24a0396a1093edc2d985aae48f5000f9de75941f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pruner-webhook-rhel9@sha256%3Ac71c29bc335b77b98419e90f24a0396a1093edc2d985aae48f5000f9de75941f?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9\u0026tag=1780720920"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:cb3fb52bf47fe049263cd6f87ecfe9f1941fc9f7f4fe69385415cdbc9017aa5e_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:cb3fb52bf47fe049263cd6f87ecfe9f1941fc9f7f4fe69385415cdbc9017aa5e_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:cb3fb52bf47fe049263cd6f87ecfe9f1941fc9f7f4fe69385415cdbc9017aa5e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-api-rhel9@sha256%3Acb3fb52bf47fe049263cd6f87ecfe9f1941fc9f7f4fe69385415cdbc9017aa5e?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9\u0026tag=1780641574"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:fd318fe6bac9e3f6fb87fa8773d96803e44ba82d5367438f26b1aa04744d60c9_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:fd318fe6bac9e3f6fb87fa8773d96803e44ba82d5367438f26b1aa04744d60c9_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:fd318fe6bac9e3f6fb87fa8773d96803e44ba82d5367438f26b1aa04744d60c9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-retention-policy-agent-rhel9@sha256%3Afd318fe6bac9e3f6fb87fa8773d96803e44ba82d5367438f26b1aa04744d60c9?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9\u0026tag=1780641638"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:f80821688e548ecf8b8ffd8ef6c4c5f3bc04f32628e7f83a97c910f43ce3dbe2_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:f80821688e548ecf8b8ffd8ef6c4c5f3bc04f32628e7f83a97c910f43ce3dbe2_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:f80821688e548ecf8b8ffd8ef6c4c5f3bc04f32628e7f83a97c910f43ce3dbe2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-watcher-rhel9@sha256%3Af80821688e548ecf8b8ffd8ef6c4c5f3bc04f32628e7f83a97c910f43ce3dbe2?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9\u0026tag=1780641637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c036df7a4bc62e7bafe4b549f3e1fe17b6f9894ac4dedd6018df7d07e267b5a3_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c036df7a4bc62e7bafe4b549f3e1fe17b6f9894ac4dedd6018df7d07e267b5a3_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c036df7a4bc62e7bafe4b549f3e1fe17b6f9894ac4dedd6018df7d07e267b5a3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-controller-rhel9@sha256%3Ac036df7a4bc62e7bafe4b549f3e1fe17b6f9894ac4dedd6018df7d07e267b5a3?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9\u0026tag=1780575285"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:e7e8f68f0c3563ff5055685647d20e61a8811f07c828ed4ce88e5c0fa57577bb_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:e7e8f68f0c3563ff5055685647d20e61a8811f07c828ed4ce88e5c0fa57577bb_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:e7e8f68f0c3563ff5055685647d20e61a8811f07c828ed4ce88e5c0fa57577bb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-core-interceptors-rhel9@sha256%3Ae7e8f68f0c3563ff5055685647d20e61a8811f07c828ed4ce88e5c0fa57577bb?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9\u0026tag=1780575283"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:7ddd248c4db55f65e82c0e6ceaa125876cc18cc6c4611a50f2bdb80809f02914_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:7ddd248c4db55f65e82c0e6ceaa125876cc18cc6c4611a50f2bdb80809f02914_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:7ddd248c4db55f65e82c0e6ceaa125876cc18cc6c4611a50f2bdb80809f02914_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-eventlistenersink-rhel9@sha256%3A7ddd248c4db55f65e82c0e6ceaa125876cc18cc6c4611a50f2bdb80809f02914?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9\u0026tag=1780575272"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:79799a8308a0b356a639bceca16c2a728f5bc78a88097fdd149173ef80d2c9c9_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:79799a8308a0b356a639bceca16c2a728f5bc78a88097fdd149173ef80d2c9c9_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:79799a8308a0b356a639bceca16c2a728f5bc78a88097fdd149173ef80d2c9c9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-webhook-rhel9@sha256%3A79799a8308a0b356a639bceca16c2a728f5bc78a88097fdd149173ef80d2c9c9?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9\u0026tag=1780575209"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9f80cfe35f04cbe6a16069c1ec1d8811be4d593e64e4c416f3c10d0867e6ae19_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9f80cfe35f04cbe6a16069c1ec1d8811be4d593e64e4c416f3c10d0867e6ae19_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9f80cfe35f04cbe6a16069c1ec1d8811be4d593e64e4c416f3c10d0867e6ae19_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-console-plugin-rhel9@sha256%3A9f80cfe35f04cbe6a16069c1ec1d8811be4d593e64e4c416f3c10d0867e6ae19?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9\u0026tag=1780512811"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:ff4f49f5218d296b3af828c17283f870aebd6d60813563b55908ffd4629eeab1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:ff4f49f5218d296b3af828c17283f870aebd6d60813563b55908ffd4629eeab1_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:ff4f49f5218d296b3af828c17283f870aebd6d60813563b55908ffd4629eeab1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-console-plugin-pf5-rhel9@sha256%3Aff4f49f5218d296b3af828c17283f870aebd6d60813563b55908ffd4629eeab1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9\u0026tag=1780991861"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:0521f90dec2a5a5cd930b3e3bf0de90b066eb1b2b2e74e82c9d63d3512b3e6c2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:0521f90dec2a5a5cd930b3e3bf0de90b066eb1b2b2e74e82c9d63d3512b3e6c2_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:0521f90dec2a5a5cd930b3e3bf0de90b066eb1b2b2e74e82c9d63d3512b3e6c2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-manual-approval-gate-controller-rhel9@sha256%3A0521f90dec2a5a5cd930b3e3bf0de90b066eb1b2b2e74e82c9d63d3512b3e6c2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9\u0026tag=1780724204"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:1a9beb7528ea2ac15e1257be1ff0c8b1ecd4d2e103792efcb5408b0de77fce32_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:1a9beb7528ea2ac15e1257be1ff0c8b1ecd4d2e103792efcb5408b0de77fce32_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:1a9beb7528ea2ac15e1257be1ff0c8b1ecd4d2e103792efcb5408b0de77fce32_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-manual-approval-gate-webhook-rhel9@sha256%3A1a9beb7528ea2ac15e1257be1ff0c8b1ecd4d2e103792efcb5408b0de77fce32?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9\u0026tag=1780724268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:0ff3decd7dfc8d54779ad65d693327c810f0094200aa34079d929039773887c3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:0ff3decd7dfc8d54779ad65d693327c810f0094200aa34079d929039773887c3_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:0ff3decd7dfc8d54779ad65d693327c810f0094200aa34079d929039773887c3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-opc-rhel9@sha256%3A0ff3decd7dfc8d54779ad65d693327c810f0094200aa34079d929039773887c3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9\u0026tag=1780572821"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:3278f98d80e2626bf481811b03908d955019137b47bacbfc6894949e067f39b1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:3278f98d80e2626bf481811b03908d955019137b47bacbfc6894949e067f39b1_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:3278f98d80e2626bf481811b03908d955019137b47bacbfc6894949e067f39b1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-rhel9-operator@sha256%3A3278f98d80e2626bf481811b03908d955019137b47bacbfc6894949e067f39b1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator\u0026tag=1780645012"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:d3c4701a2aeac9cd836962c6c5d999a0aabb0c472c57fa4fe105e0c1a099059c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:d3c4701a2aeac9cd836962c6c5d999a0aabb0c472c57fa4fe105e0c1a099059c_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:d3c4701a2aeac9cd836962c6c5d999a0aabb0c472c57fa4fe105e0c1a099059c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-operator-proxy-rhel9@sha256%3Ad3c4701a2aeac9cd836962c6c5d999a0aabb0c472c57fa4fe105e0c1a099059c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9\u0026tag=1780645016"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:bfcc99ea9f1c699b48dcf2994afdd8a68f031f794d721ae745de54a924e59c76_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:bfcc99ea9f1c699b48dcf2994afdd8a68f031f794d721ae745de54a924e59c76_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:bfcc99ea9f1c699b48dcf2994afdd8a68f031f794d721ae745de54a924e59c76_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-operator-webhook-rhel9@sha256%3Abfcc99ea9f1c699b48dcf2994afdd8a68f031f794d721ae745de54a924e59c76?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9\u0026tag=1780645012"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:67cc277bedd68e09d92c3c256e886ca2506636dfcd77625a5ea3db4005b5d586_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:67cc277bedd68e09d92c3c256e886ca2506636dfcd77625a5ea3db4005b5d586_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:67cc277bedd68e09d92c3c256e886ca2506636dfcd77625a5ea3db4005b5d586_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-cli-rhel9@sha256%3A67cc277bedd68e09d92c3c256e886ca2506636dfcd77625a5ea3db4005b5d586?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9\u0026tag=1781067439"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:dc1a40ceab9f4100575ac0348a5e17514312d1dabfdb096130093914ff329059_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:dc1a40ceab9f4100575ac0348a5e17514312d1dabfdb096130093914ff329059_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:dc1a40ceab9f4100575ac0348a5e17514312d1dabfdb096130093914ff329059_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-controller-rhel9@sha256%3Adc1a40ceab9f4100575ac0348a5e17514312d1dabfdb096130093914ff329059?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9\u0026tag=1781067498"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:d297745a65c828d0a32ca68198e796a37fdef153bfb040cecb9739a868899777_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:d297745a65c828d0a32ca68198e796a37fdef153bfb040cecb9739a868899777_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:d297745a65c828d0a32ca68198e796a37fdef153bfb040cecb9739a868899777_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-watcher-rhel9@sha256%3Ad297745a65c828d0a32ca68198e796a37fdef153bfb040cecb9739a868899777?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9\u0026tag=1781067497"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:dd8c287009c850126d2b4ae5623420c2ccde38bf14c9c853bdbe5c2e1586db06_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:dd8c287009c850126d2b4ae5623420c2ccde38bf14c9c853bdbe5c2e1586db06_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:dd8c287009c850126d2b4ae5623420c2ccde38bf14c9c853bdbe5c2e1586db06_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-webhook-rhel9@sha256%3Add8c287009c850126d2b4ae5623420c2ccde38bf14c9c853bdbe5c2e1586db06?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9\u0026tag=1781067432"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:fc03869cd583f8e31cf895f07ff7a96a9d7c236eab36b9e56136e58ca7db96bd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:fc03869cd583f8e31cf895f07ff7a96a9d7c236eab36b9e56136e58ca7db96bd_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:fc03869cd583f8e31cf895f07ff7a96a9d7c236eab36b9e56136e58ca7db96bd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-serve-tkn-cli-rhel9@sha256%3Afc03869cd583f8e31cf895f07ff7a96a9d7c236eab36b9e56136e58ca7db96bd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9\u0026tag=1780575969"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c728d376aafac1219d957bafe2f3ab75ae88e1d326d48ca409e209e09a782e6c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c728d376aafac1219d957bafe2f3ab75ae88e1d326d48ca409e209e09a782e6c_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c728d376aafac1219d957bafe2f3ab75ae88e1d326d48ca409e209e09a782e6c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-cache-rhel9@sha256%3Ac728d376aafac1219d957bafe2f3ab75ae88e1d326d48ca409e209e09a782e6c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9\u0026tag=1780402306"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:99aab6998dc6e4c8349a53e4ab52c0a9730aa75b36bb4e87d74bb6ee5f2044da_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:99aab6998dc6e4c8349a53e4ab52c0a9730aa75b36bb4e87d74bb6ee5f2044da_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:99aab6998dc6e4c8349a53e4ab52c0a9730aa75b36bb4e87d74bb6ee5f2044da_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-chains-controller-rhel9@sha256%3A99aab6998dc6e4c8349a53e4ab52c0a9730aa75b36bb4e87d74bb6ee5f2044da?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9\u0026tag=1780366737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:a395182a2cda20322f0af7ecc972ab3bc9c07161e70174c2b4d9ac08f6aa9845_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:a395182a2cda20322f0af7ecc972ab3bc9c07161e70174c2b4d9ac08f6aa9845_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:a395182a2cda20322f0af7ecc972ab3bc9c07161e70174c2b4d9ac08f6aa9845_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-cli-tkn-rhel9@sha256%3Aa395182a2cda20322f0af7ecc972ab3bc9c07161e70174c2b4d9ac08f6aa9845?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9\u0026tag=1780922870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:fa74f6dc71dd03e23612312e6c6e988ff1234a8e75752087abb980ca983fdac2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:fa74f6dc71dd03e23612312e6c6e988ff1234a8e75752087abb980ca983fdac2_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:fa74f6dc71dd03e23612312e6c6e988ff1234a8e75752087abb980ca983fdac2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-git-init-rhel9@sha256%3Afa74f6dc71dd03e23612312e6c6e988ff1234a8e75752087abb980ca983fdac2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9\u0026tag=1780567490"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:2a767fe742df781ebf07f553a7274e766b3dea1b8f12ea665d5ef19efccdcb1e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:2a767fe742df781ebf07f553a7274e766b3dea1b8f12ea665d5ef19efccdcb1e_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:2a767fe742df781ebf07f553a7274e766b3dea1b8f12ea665d5ef19efccdcb1e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-api-rhel9@sha256%3A2a767fe742df781ebf07f553a7274e766b3dea1b8f12ea665d5ef19efccdcb1e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9\u0026tag=1780633099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:017afc8d42f2f0dd7adaf151c0cb79200724994d92e1b5e2f0c2461a9d7a75e0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:017afc8d42f2f0dd7adaf151c0cb79200724994d92e1b5e2f0c2461a9d7a75e0_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:017afc8d42f2f0dd7adaf151c0cb79200724994d92e1b5e2f0c2461a9d7a75e0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-db-migration-rhel9@sha256%3A017afc8d42f2f0dd7adaf151c0cb79200724994d92e1b5e2f0c2461a9d7a75e0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9\u0026tag=1780633024"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:fef0a1823440a06135a3d77afe86367c0f969cace70ac39b9fd1f188a80e69f2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:fef0a1823440a06135a3d77afe86367c0f969cace70ac39b9fd1f188a80e69f2_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:fef0a1823440a06135a3d77afe86367c0f969cace70ac39b9fd1f188a80e69f2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-ui-rhel9@sha256%3Afef0a1823440a06135a3d77afe86367c0f969cace70ac39b9fd1f188a80e69f2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9\u0026tag=1780633047"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:a1477ff3ddb9315e482647d228c09e55356d00291f9fde419d36e064b54fc6b8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:a1477ff3ddb9315e482647d228c09e55356d00291f9fde419d36e064b54fc6b8_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:a1477ff3ddb9315e482647d228c09e55356d00291f9fde419d36e064b54fc6b8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-controller-rhel9@sha256%3Aa1477ff3ddb9315e482647d228c09e55356d00291f9fde419d36e064b54fc6b8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9\u0026tag=1780984164"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:82192c8ede01ce878231c9c56d7104d845e6bb69a8eeea17af84be7b56654eea_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:82192c8ede01ce878231c9c56d7104d845e6bb69a8eeea17af84be7b56654eea_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:82192c8ede01ce878231c9c56d7104d845e6bb69a8eeea17af84be7b56654eea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-entrypoint-rhel9@sha256%3A82192c8ede01ce878231c9c56d7104d845e6bb69a8eeea17af84be7b56654eea?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9\u0026tag=1780983852"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:de69bc0e11397002240253365aa2b2338b401e7aa4f74478e5f202184662a235_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:de69bc0e11397002240253365aa2b2338b401e7aa4f74478e5f202184662a235_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:de69bc0e11397002240253365aa2b2338b401e7aa4f74478e5f202184662a235_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-events-rhel9@sha256%3Ade69bc0e11397002240253365aa2b2338b401e7aa4f74478e5f202184662a235?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-events-rhel9\u0026tag=1780983714"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:d671e8634526c2e661713be807e2e7f32e46e58dbf7eea44e43ee17a87db601d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:d671e8634526c2e661713be807e2e7f32e46e58dbf7eea44e43ee17a87db601d_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:d671e8634526c2e661713be807e2e7f32e46e58dbf7eea44e43ee17a87db601d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-nop-rhel9@sha256%3Ad671e8634526c2e661713be807e2e7f32e46e58dbf7eea44e43ee17a87db601d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9\u0026tag=1780984035"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:34af5e7e166ea2ac902d3d0414adfb8442859396e60b4992de59d7ee130b3fef_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:34af5e7e166ea2ac902d3d0414adfb8442859396e60b4992de59d7ee130b3fef_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:34af5e7e166ea2ac902d3d0414adfb8442859396e60b4992de59d7ee130b3fef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-resolvers-rhel9@sha256%3A34af5e7e166ea2ac902d3d0414adfb8442859396e60b4992de59d7ee130b3fef?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9\u0026tag=1780984057"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:1262b507d141cb572339ea7dd149215af3ee891343a66c1d8436c4ef2c3e51ba_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:1262b507d141cb572339ea7dd149215af3ee891343a66c1d8436c4ef2c3e51ba_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:1262b507d141cb572339ea7dd149215af3ee891343a66c1d8436c4ef2c3e51ba_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-sidecarlogresults-rhel9@sha256%3A1262b507d141cb572339ea7dd149215af3ee891343a66c1d8436c4ef2c3e51ba?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9\u0026tag=1780983724"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:e8c62219f6073bd08d585d5f159c6beab76e5553a7e8ae4d1e7c2bdb01c4c7c1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:e8c62219f6073bd08d585d5f159c6beab76e5553a7e8ae4d1e7c2bdb01c4c7c1_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:e8c62219f6073bd08d585d5f159c6beab76e5553a7e8ae4d1e7c2bdb01c4c7c1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-webhook-rhel9@sha256%3Ae8c62219f6073bd08d585d5f159c6beab76e5553a7e8ae4d1e7c2bdb01c4c7c1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9\u0026tag=1780984221"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:8105660323b2250eee6ec111eb4aca20e7a88cdcd1b243ae9c6bc0bee8642293_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:8105660323b2250eee6ec111eb4aca20e7a88cdcd1b243ae9c6bc0bee8642293_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:8105660323b2250eee6ec111eb4aca20e7a88cdcd1b243ae9c6bc0bee8642293_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-workingdirinit-rhel9@sha256%3A8105660323b2250eee6ec111eb4aca20e7a88cdcd1b243ae9c6bc0bee8642293?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9\u0026tag=1780984646"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:aac030d920f635b8ad7edf6cf046047c82f064bcb081e6071b86e8ee7d84464e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:aac030d920f635b8ad7edf6cf046047c82f064bcb081e6071b86e8ee7d84464e_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:aac030d920f635b8ad7edf6cf046047c82f064bcb081e6071b86e8ee7d84464e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pruner-controller-rhel9@sha256%3Aaac030d920f635b8ad7edf6cf046047c82f064bcb081e6071b86e8ee7d84464e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9\u0026tag=1780720784"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:74f1f26bdb3c05af324066ce828f0863c2c5156e949c6cbeedd0d66068847033_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:74f1f26bdb3c05af324066ce828f0863c2c5156e949c6cbeedd0d66068847033_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:74f1f26bdb3c05af324066ce828f0863c2c5156e949c6cbeedd0d66068847033_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pruner-webhook-rhel9@sha256%3A74f1f26bdb3c05af324066ce828f0863c2c5156e949c6cbeedd0d66068847033?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9\u0026tag=1780720920"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:19425135838ddcea73db774c7dfa8a8a9f1301fb1bd488dd662cb02f3d7be670_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:19425135838ddcea73db774c7dfa8a8a9f1301fb1bd488dd662cb02f3d7be670_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:19425135838ddcea73db774c7dfa8a8a9f1301fb1bd488dd662cb02f3d7be670_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-api-rhel9@sha256%3A19425135838ddcea73db774c7dfa8a8a9f1301fb1bd488dd662cb02f3d7be670?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9\u0026tag=1780641574"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:91e904d51d7505f19e7db68574a957febcb1963bad2f4452e9723be1bd5a79ce_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:91e904d51d7505f19e7db68574a957febcb1963bad2f4452e9723be1bd5a79ce_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:91e904d51d7505f19e7db68574a957febcb1963bad2f4452e9723be1bd5a79ce_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-retention-policy-agent-rhel9@sha256%3A91e904d51d7505f19e7db68574a957febcb1963bad2f4452e9723be1bd5a79ce?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9\u0026tag=1780641638"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:c22c8d4a9dfd25462ed4b37b20d3917cdc87bdc4a90718835dd7cfd70ac7eef8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:c22c8d4a9dfd25462ed4b37b20d3917cdc87bdc4a90718835dd7cfd70ac7eef8_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:c22c8d4a9dfd25462ed4b37b20d3917cdc87bdc4a90718835dd7cfd70ac7eef8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-watcher-rhel9@sha256%3Ac22c8d4a9dfd25462ed4b37b20d3917cdc87bdc4a90718835dd7cfd70ac7eef8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9\u0026tag=1780641637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c7b9e3af430d26a1914bce5bf4189de1ebb3d61c4d8098b7b163c1b6d6f554f2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c7b9e3af430d26a1914bce5bf4189de1ebb3d61c4d8098b7b163c1b6d6f554f2_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c7b9e3af430d26a1914bce5bf4189de1ebb3d61c4d8098b7b163c1b6d6f554f2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-controller-rhel9@sha256%3Ac7b9e3af430d26a1914bce5bf4189de1ebb3d61c4d8098b7b163c1b6d6f554f2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9\u0026tag=1780575285"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:32376725b6ca30983e9fef1b1d6bfa51a7b1d7e1960ccb50bafccb15efe8c7ae_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:32376725b6ca30983e9fef1b1d6bfa51a7b1d7e1960ccb50bafccb15efe8c7ae_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:32376725b6ca30983e9fef1b1d6bfa51a7b1d7e1960ccb50bafccb15efe8c7ae_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-core-interceptors-rhel9@sha256%3A32376725b6ca30983e9fef1b1d6bfa51a7b1d7e1960ccb50bafccb15efe8c7ae?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9\u0026tag=1780575283"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:61d7da5e8a4fd131f49e7217c2a43ee60ee179ca8d74c1dd3b2a653e9864bc5c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:61d7da5e8a4fd131f49e7217c2a43ee60ee179ca8d74c1dd3b2a653e9864bc5c_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:61d7da5e8a4fd131f49e7217c2a43ee60ee179ca8d74c1dd3b2a653e9864bc5c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-eventlistenersink-rhel9@sha256%3A61d7da5e8a4fd131f49e7217c2a43ee60ee179ca8d74c1dd3b2a653e9864bc5c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9\u0026tag=1780575272"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:0b0cc51d2f5df8a7cc2e30f80fcd4bdb7a38bd5f8a9ecc6d5e5870dc5fdc36e8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:0b0cc51d2f5df8a7cc2e30f80fcd4bdb7a38bd5f8a9ecc6d5e5870dc5fdc36e8_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:0b0cc51d2f5df8a7cc2e30f80fcd4bdb7a38bd5f8a9ecc6d5e5870dc5fdc36e8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-webhook-rhel9@sha256%3A0b0cc51d2f5df8a7cc2e30f80fcd4bdb7a38bd5f8a9ecc6d5e5870dc5fdc36e8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9\u0026tag=1780575209"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9fabbf4a7e28f6ab02f1ac77b82fc37e0e295f71b05fa9e56b1a5ee4056a0fed_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9fabbf4a7e28f6ab02f1ac77b82fc37e0e295f71b05fa9e56b1a5ee4056a0fed_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9fabbf4a7e28f6ab02f1ac77b82fc37e0e295f71b05fa9e56b1a5ee4056a0fed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-console-plugin-rhel9@sha256%3A9fabbf4a7e28f6ab02f1ac77b82fc37e0e295f71b05fa9e56b1a5ee4056a0fed?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9\u0026tag=1780512811"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:9f9b88b0fbc438aad06752a21fe76a870ba4d8042c6ee1ff0505af780ca8c2f0_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:9f9b88b0fbc438aad06752a21fe76a870ba4d8042c6ee1ff0505af780ca8c2f0_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:9f9b88b0fbc438aad06752a21fe76a870ba4d8042c6ee1ff0505af780ca8c2f0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-console-plugin-pf5-rhel9@sha256%3A9f9b88b0fbc438aad06752a21fe76a870ba4d8042c6ee1ff0505af780ca8c2f0?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9\u0026tag=1780991861"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:09ec7273c5e72adfc183c3af125e2cd47bc1ddb7c44c28aeae18ee488844348c_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:09ec7273c5e72adfc183c3af125e2cd47bc1ddb7c44c28aeae18ee488844348c_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:09ec7273c5e72adfc183c3af125e2cd47bc1ddb7c44c28aeae18ee488844348c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-manual-approval-gate-controller-rhel9@sha256%3A09ec7273c5e72adfc183c3af125e2cd47bc1ddb7c44c28aeae18ee488844348c?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9\u0026tag=1780724204"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:defe86d856b97f76f8b1455f61c865cf0dbac67810cb67ea5eada820a2f948e6_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:defe86d856b97f76f8b1455f61c865cf0dbac67810cb67ea5eada820a2f948e6_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:defe86d856b97f76f8b1455f61c865cf0dbac67810cb67ea5eada820a2f948e6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-manual-approval-gate-webhook-rhel9@sha256%3Adefe86d856b97f76f8b1455f61c865cf0dbac67810cb67ea5eada820a2f948e6?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9\u0026tag=1780724268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:e5abf59262ae41f04385437e3f95924eb505eaf936f5a988319b5a6a52f708c2_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:e5abf59262ae41f04385437e3f95924eb505eaf936f5a988319b5a6a52f708c2_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:e5abf59262ae41f04385437e3f95924eb505eaf936f5a988319b5a6a52f708c2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-opc-rhel9@sha256%3Ae5abf59262ae41f04385437e3f95924eb505eaf936f5a988319b5a6a52f708c2?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9\u0026tag=1780572821"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:73959111c980def943d458774e2b86446e9cc5f96fa6f2d4b45b7db563f44d4b_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:73959111c980def943d458774e2b86446e9cc5f96fa6f2d4b45b7db563f44d4b_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:73959111c980def943d458774e2b86446e9cc5f96fa6f2d4b45b7db563f44d4b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-rhel9-operator@sha256%3A73959111c980def943d458774e2b86446e9cc5f96fa6f2d4b45b7db563f44d4b?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator\u0026tag=1780645012"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:230119ab73baf69b572857a4b923baf2e267d2d77f8d373d924db1eb832d9a08_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:230119ab73baf69b572857a4b923baf2e267d2d77f8d373d924db1eb832d9a08_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:230119ab73baf69b572857a4b923baf2e267d2d77f8d373d924db1eb832d9a08_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-operator-proxy-rhel9@sha256%3A230119ab73baf69b572857a4b923baf2e267d2d77f8d373d924db1eb832d9a08?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9\u0026tag=1780645016"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:98c3af814cc1d5a34f33cfeeeba1f7940f8e30e306da9487dca475bd31938fac_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:98c3af814cc1d5a34f33cfeeeba1f7940f8e30e306da9487dca475bd31938fac_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:98c3af814cc1d5a34f33cfeeeba1f7940f8e30e306da9487dca475bd31938fac_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-operator-webhook-rhel9@sha256%3A98c3af814cc1d5a34f33cfeeeba1f7940f8e30e306da9487dca475bd31938fac?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9\u0026tag=1780645012"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:3390ca1fd9ae0602c829961dc332c7e3c417020c18c50a08cefdb90c621d6474_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:3390ca1fd9ae0602c829961dc332c7e3c417020c18c50a08cefdb90c621d6474_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:3390ca1fd9ae0602c829961dc332c7e3c417020c18c50a08cefdb90c621d6474_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-cli-rhel9@sha256%3A3390ca1fd9ae0602c829961dc332c7e3c417020c18c50a08cefdb90c621d6474?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9\u0026tag=1781067439"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:bb2e059a922f8ece5011db593873c8839d1951ceee09d50fff1613ab270e1062_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:bb2e059a922f8ece5011db593873c8839d1951ceee09d50fff1613ab270e1062_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:bb2e059a922f8ece5011db593873c8839d1951ceee09d50fff1613ab270e1062_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-controller-rhel9@sha256%3Abb2e059a922f8ece5011db593873c8839d1951ceee09d50fff1613ab270e1062?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9\u0026tag=1781067498"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:e35424513c27c433a94b68d573ab05027fd8b63494414c68ea07a3f3efa01345_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:e35424513c27c433a94b68d573ab05027fd8b63494414c68ea07a3f3efa01345_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:e35424513c27c433a94b68d573ab05027fd8b63494414c68ea07a3f3efa01345_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-watcher-rhel9@sha256%3Ae35424513c27c433a94b68d573ab05027fd8b63494414c68ea07a3f3efa01345?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9\u0026tag=1781067497"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:bcf6c5a3baaa23bb19a487126003eb8f2194f9238cbe8170c5d34930d47cc36c_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:bcf6c5a3baaa23bb19a487126003eb8f2194f9238cbe8170c5d34930d47cc36c_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:bcf6c5a3baaa23bb19a487126003eb8f2194f9238cbe8170c5d34930d47cc36c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-webhook-rhel9@sha256%3Abcf6c5a3baaa23bb19a487126003eb8f2194f9238cbe8170c5d34930d47cc36c?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9\u0026tag=1781067432"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:491faee7ce303a18b80934ac246b965e9353764c9a9df3928af2757ef0c1104d_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:491faee7ce303a18b80934ac246b965e9353764c9a9df3928af2757ef0c1104d_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:491faee7ce303a18b80934ac246b965e9353764c9a9df3928af2757ef0c1104d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-serve-tkn-cli-rhel9@sha256%3A491faee7ce303a18b80934ac246b965e9353764c9a9df3928af2757ef0c1104d?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9\u0026tag=1780575969"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:3c4587b2b5dc7426cc24e8678dd103ed2b1abb8ca13f5ea5aab606d92e5e00ba_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:3c4587b2b5dc7426cc24e8678dd103ed2b1abb8ca13f5ea5aab606d92e5e00ba_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:3c4587b2b5dc7426cc24e8678dd103ed2b1abb8ca13f5ea5aab606d92e5e00ba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-cache-rhel9@sha256%3A3c4587b2b5dc7426cc24e8678dd103ed2b1abb8ca13f5ea5aab606d92e5e00ba?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9\u0026tag=1780402306"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:1cd66608b31afb07d5575714fd24becb2a3eb48fd6f897240986e5b5cd5ca25f_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:1cd66608b31afb07d5575714fd24becb2a3eb48fd6f897240986e5b5cd5ca25f_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:1cd66608b31afb07d5575714fd24becb2a3eb48fd6f897240986e5b5cd5ca25f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-chains-controller-rhel9@sha256%3A1cd66608b31afb07d5575714fd24becb2a3eb48fd6f897240986e5b5cd5ca25f?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9\u0026tag=1780366737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:8627d0dd68402dc51137d89534c0bdb72e27fc3327be1e63e93a38ae72f653cd_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:8627d0dd68402dc51137d89534c0bdb72e27fc3327be1e63e93a38ae72f653cd_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:8627d0dd68402dc51137d89534c0bdb72e27fc3327be1e63e93a38ae72f653cd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-cli-tkn-rhel9@sha256%3A8627d0dd68402dc51137d89534c0bdb72e27fc3327be1e63e93a38ae72f653cd?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9\u0026tag=1780922870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:fff455cdc1c5015bad5296c85a6a13b2b4593b57dbf78164c1328cea9b228601_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:fff455cdc1c5015bad5296c85a6a13b2b4593b57dbf78164c1328cea9b228601_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:fff455cdc1c5015bad5296c85a6a13b2b4593b57dbf78164c1328cea9b228601_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-git-init-rhel9@sha256%3Afff455cdc1c5015bad5296c85a6a13b2b4593b57dbf78164c1328cea9b228601?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9\u0026tag=1780567490"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:ac3242268defa432b3245eeebaff125bbdbcfec532f5d25d7e96d81f0b4482c9_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:ac3242268defa432b3245eeebaff125bbdbcfec532f5d25d7e96d81f0b4482c9_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:ac3242268defa432b3245eeebaff125bbdbcfec532f5d25d7e96d81f0b4482c9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-api-rhel9@sha256%3Aac3242268defa432b3245eeebaff125bbdbcfec532f5d25d7e96d81f0b4482c9?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9\u0026tag=1780633099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:32d4c74e6dad2e47b4129320cfd7c2c69fbdad29dbe3822749a98c023bce5be2_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:32d4c74e6dad2e47b4129320cfd7c2c69fbdad29dbe3822749a98c023bce5be2_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:32d4c74e6dad2e47b4129320cfd7c2c69fbdad29dbe3822749a98c023bce5be2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-db-migration-rhel9@sha256%3A32d4c74e6dad2e47b4129320cfd7c2c69fbdad29dbe3822749a98c023bce5be2?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9\u0026tag=1780633024"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:7cf7b1d6ec5e436fc35eb92ade0e29316b5af4c6a0df3b3cc0ade5fc732631bf_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:7cf7b1d6ec5e436fc35eb92ade0e29316b5af4c6a0df3b3cc0ade5fc732631bf_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:7cf7b1d6ec5e436fc35eb92ade0e29316b5af4c6a0df3b3cc0ade5fc732631bf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-ui-rhel9@sha256%3A7cf7b1d6ec5e436fc35eb92ade0e29316b5af4c6a0df3b3cc0ade5fc732631bf?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9\u0026tag=1780633047"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:838ee5faa3da19a38b8df19373dc4019f7b80ffdb71053e4f74d53a447a48eca_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:838ee5faa3da19a38b8df19373dc4019f7b80ffdb71053e4f74d53a447a48eca_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:838ee5faa3da19a38b8df19373dc4019f7b80ffdb71053e4f74d53a447a48eca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-controller-rhel9@sha256%3A838ee5faa3da19a38b8df19373dc4019f7b80ffdb71053e4f74d53a447a48eca?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9\u0026tag=1780984164"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d54076093c47f3d5576eb0a5c1e4cd7963a9d29f393a277721c8f34cb7efc263_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d54076093c47f3d5576eb0a5c1e4cd7963a9d29f393a277721c8f34cb7efc263_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d54076093c47f3d5576eb0a5c1e4cd7963a9d29f393a277721c8f34cb7efc263_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-entrypoint-rhel9@sha256%3Ad54076093c47f3d5576eb0a5c1e4cd7963a9d29f393a277721c8f34cb7efc263?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9\u0026tag=1780983852"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:04ddf503b9da7491acec12879894486790a2d2baf3256837ae5884eb73e91bce_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:04ddf503b9da7491acec12879894486790a2d2baf3256837ae5884eb73e91bce_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:04ddf503b9da7491acec12879894486790a2d2baf3256837ae5884eb73e91bce_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-events-rhel9@sha256%3A04ddf503b9da7491acec12879894486790a2d2baf3256837ae5884eb73e91bce?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-events-rhel9\u0026tag=1780983714"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:4333b9d650627bb913456e6504faaaf0f0efb55e40a95546c3d31d08d8e2b076_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:4333b9d650627bb913456e6504faaaf0f0efb55e40a95546c3d31d08d8e2b076_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:4333b9d650627bb913456e6504faaaf0f0efb55e40a95546c3d31d08d8e2b076_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-nop-rhel9@sha256%3A4333b9d650627bb913456e6504faaaf0f0efb55e40a95546c3d31d08d8e2b076?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9\u0026tag=1780984035"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:8bfe1d490a44c6d495c7d30ddb4245746a2e48f0f72343574b3235fa3526cc6d_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:8bfe1d490a44c6d495c7d30ddb4245746a2e48f0f72343574b3235fa3526cc6d_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:8bfe1d490a44c6d495c7d30ddb4245746a2e48f0f72343574b3235fa3526cc6d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-resolvers-rhel9@sha256%3A8bfe1d490a44c6d495c7d30ddb4245746a2e48f0f72343574b3235fa3526cc6d?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9\u0026tag=1780984057"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:cce28f2d920fc8d3bfa1b6c64f4c58ec7b02eabaffa7fd05293b725030463bf5_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:cce28f2d920fc8d3bfa1b6c64f4c58ec7b02eabaffa7fd05293b725030463bf5_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:cce28f2d920fc8d3bfa1b6c64f4c58ec7b02eabaffa7fd05293b725030463bf5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-sidecarlogresults-rhel9@sha256%3Acce28f2d920fc8d3bfa1b6c64f4c58ec7b02eabaffa7fd05293b725030463bf5?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9\u0026tag=1780983724"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:323921bcd7db381b2a1953764d5f85a14abcbdc1ccece894f8961d8b2b2fb779_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:323921bcd7db381b2a1953764d5f85a14abcbdc1ccece894f8961d8b2b2fb779_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:323921bcd7db381b2a1953764d5f85a14abcbdc1ccece894f8961d8b2b2fb779_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-webhook-rhel9@sha256%3A323921bcd7db381b2a1953764d5f85a14abcbdc1ccece894f8961d8b2b2fb779?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9\u0026tag=1780984221"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:8689c9c077663f3dbd393b9aa1ad5dfad6226c398070804b1e5f3afefaf2ec39_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:8689c9c077663f3dbd393b9aa1ad5dfad6226c398070804b1e5f3afefaf2ec39_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:8689c9c077663f3dbd393b9aa1ad5dfad6226c398070804b1e5f3afefaf2ec39_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-workingdirinit-rhel9@sha256%3A8689c9c077663f3dbd393b9aa1ad5dfad6226c398070804b1e5f3afefaf2ec39?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9\u0026tag=1780984646"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:5ad699e6e0061b76f3f50424cb557bcb9fc9569d48f76973da683a45b6ec9147_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:5ad699e6e0061b76f3f50424cb557bcb9fc9569d48f76973da683a45b6ec9147_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:5ad699e6e0061b76f3f50424cb557bcb9fc9569d48f76973da683a45b6ec9147_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pruner-controller-rhel9@sha256%3A5ad699e6e0061b76f3f50424cb557bcb9fc9569d48f76973da683a45b6ec9147?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9\u0026tag=1780720784"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:5251d3f63d49ff224ca777898f93a5fdd6de407db59a315aefdfc49963f98c32_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:5251d3f63d49ff224ca777898f93a5fdd6de407db59a315aefdfc49963f98c32_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:5251d3f63d49ff224ca777898f93a5fdd6de407db59a315aefdfc49963f98c32_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pruner-webhook-rhel9@sha256%3A5251d3f63d49ff224ca777898f93a5fdd6de407db59a315aefdfc49963f98c32?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9\u0026tag=1780720920"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:447c983d4e104c79e59492ff5aebc62feccca29d08d11a8856c46710e3cb14fe_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:447c983d4e104c79e59492ff5aebc62feccca29d08d11a8856c46710e3cb14fe_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:447c983d4e104c79e59492ff5aebc62feccca29d08d11a8856c46710e3cb14fe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-api-rhel9@sha256%3A447c983d4e104c79e59492ff5aebc62feccca29d08d11a8856c46710e3cb14fe?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9\u0026tag=1780641574"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:1d18b01daba0807067ff5642305147ee613a22232a0a6ef88601243d59801f8d_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:1d18b01daba0807067ff5642305147ee613a22232a0a6ef88601243d59801f8d_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:1d18b01daba0807067ff5642305147ee613a22232a0a6ef88601243d59801f8d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-retention-policy-agent-rhel9@sha256%3A1d18b01daba0807067ff5642305147ee613a22232a0a6ef88601243d59801f8d?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9\u0026tag=1780641638"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:26cd2ddeea2e3de5552a95537b4acbfb546076e4d6673b6a68f4c9e2b8dc0142_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:26cd2ddeea2e3de5552a95537b4acbfb546076e4d6673b6a68f4c9e2b8dc0142_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:26cd2ddeea2e3de5552a95537b4acbfb546076e4d6673b6a68f4c9e2b8dc0142_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-watcher-rhel9@sha256%3A26cd2ddeea2e3de5552a95537b4acbfb546076e4d6673b6a68f4c9e2b8dc0142?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9\u0026tag=1780641637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:438039b78b649983401a817b6937f95915088796a815f80b9625e19fab1a64c4_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:438039b78b649983401a817b6937f95915088796a815f80b9625e19fab1a64c4_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:438039b78b649983401a817b6937f95915088796a815f80b9625e19fab1a64c4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-controller-rhel9@sha256%3A438039b78b649983401a817b6937f95915088796a815f80b9625e19fab1a64c4?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9\u0026tag=1780575285"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:d51f2814147a117c3465dc38c3940df147092aebcd694e7453b2e4aadeb83ba0_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:d51f2814147a117c3465dc38c3940df147092aebcd694e7453b2e4aadeb83ba0_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:d51f2814147a117c3465dc38c3940df147092aebcd694e7453b2e4aadeb83ba0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-core-interceptors-rhel9@sha256%3Ad51f2814147a117c3465dc38c3940df147092aebcd694e7453b2e4aadeb83ba0?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9\u0026tag=1780575283"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:ec3dffec1e3bbbd7381e45f888ee06fb080414fe9dc6935cd4caeff0a4e65636_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:ec3dffec1e3bbbd7381e45f888ee06fb080414fe9dc6935cd4caeff0a4e65636_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:ec3dffec1e3bbbd7381e45f888ee06fb080414fe9dc6935cd4caeff0a4e65636_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-eventlistenersink-rhel9@sha256%3Aec3dffec1e3bbbd7381e45f888ee06fb080414fe9dc6935cd4caeff0a4e65636?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9\u0026tag=1780575272"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:290eacede3daa3be390b910c7116380a5a5dbc2ccc7c3ae8b562c67af76d3fd0_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:290eacede3daa3be390b910c7116380a5a5dbc2ccc7c3ae8b562c67af76d3fd0_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:290eacede3daa3be390b910c7116380a5a5dbc2ccc7c3ae8b562c67af76d3fd0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-webhook-rhel9@sha256%3A290eacede3daa3be390b910c7116380a5a5dbc2ccc7c3ae8b562c67af76d3fd0?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9\u0026tag=1780575209"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9e75f7392dcc9df58236d14c8c56e69b34564525b72862d851bea16367270128_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9e75f7392dcc9df58236d14c8c56e69b34564525b72862d851bea16367270128_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9e75f7392dcc9df58236d14c8c56e69b34564525b72862d851bea16367270128_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-console-plugin-rhel9@sha256%3A9e75f7392dcc9df58236d14c8c56e69b34564525b72862d851bea16367270128?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9\u0026tag=1780512811"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:51d8398c7057486fbc41a810031276ccd05179d43e9cf4369c8df440495c6ef7_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:51d8398c7057486fbc41a810031276ccd05179d43e9cf4369c8df440495c6ef7_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:51d8398c7057486fbc41a810031276ccd05179d43e9cf4369c8df440495c6ef7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-console-plugin-pf5-rhel9@sha256%3A51d8398c7057486fbc41a810031276ccd05179d43e9cf4369c8df440495c6ef7?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9\u0026tag=1780991861"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:e490cc741517a709f420720b8ee9d9a5ee5335675caa6e967a45b1be0b1404b4_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:e490cc741517a709f420720b8ee9d9a5ee5335675caa6e967a45b1be0b1404b4_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:e490cc741517a709f420720b8ee9d9a5ee5335675caa6e967a45b1be0b1404b4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-manual-approval-gate-controller-rhel9@sha256%3Ae490cc741517a709f420720b8ee9d9a5ee5335675caa6e967a45b1be0b1404b4?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9\u0026tag=1780724204"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:4104ea287b8e2476ed618e6e16a35658dddf4ec1da5b58d3196cd68f03fc8989_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:4104ea287b8e2476ed618e6e16a35658dddf4ec1da5b58d3196cd68f03fc8989_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:4104ea287b8e2476ed618e6e16a35658dddf4ec1da5b58d3196cd68f03fc8989_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-manual-approval-gate-webhook-rhel9@sha256%3A4104ea287b8e2476ed618e6e16a35658dddf4ec1da5b58d3196cd68f03fc8989?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9\u0026tag=1780724268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:1767e287d7463f0d9b6c3af65f98699746835e2c44af4a0b5398139be2aefd23_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:1767e287d7463f0d9b6c3af65f98699746835e2c44af4a0b5398139be2aefd23_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:1767e287d7463f0d9b6c3af65f98699746835e2c44af4a0b5398139be2aefd23_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-opc-rhel9@sha256%3A1767e287d7463f0d9b6c3af65f98699746835e2c44af4a0b5398139be2aefd23?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9\u0026tag=1780572821"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:0739254d745378452259e4d9a84ba9f6bd03e523bda40d9fadfd999812003421_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:0739254d745378452259e4d9a84ba9f6bd03e523bda40d9fadfd999812003421_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:0739254d745378452259e4d9a84ba9f6bd03e523bda40d9fadfd999812003421_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-rhel9-operator@sha256%3A0739254d745378452259e4d9a84ba9f6bd03e523bda40d9fadfd999812003421?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator\u0026tag=1780645012"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:6de3add0818fe352c79cdc4c53c792fcd4150e07908a9dae274e1a7b34d7e545_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:6de3add0818fe352c79cdc4c53c792fcd4150e07908a9dae274e1a7b34d7e545_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:6de3add0818fe352c79cdc4c53c792fcd4150e07908a9dae274e1a7b34d7e545_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-operator-proxy-rhel9@sha256%3A6de3add0818fe352c79cdc4c53c792fcd4150e07908a9dae274e1a7b34d7e545?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9\u0026tag=1780645016"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:af5002abc824cf36f90e16bc715ae619c035905442c0801cc92031a6a7765576_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:af5002abc824cf36f90e16bc715ae619c035905442c0801cc92031a6a7765576_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:af5002abc824cf36f90e16bc715ae619c035905442c0801cc92031a6a7765576_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-operator-webhook-rhel9@sha256%3Aaf5002abc824cf36f90e16bc715ae619c035905442c0801cc92031a6a7765576?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9\u0026tag=1780645012"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:606e8a370de720153a1dced87cacf1caa1549e6ef8ceaccfe1062663fd18a493_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:606e8a370de720153a1dced87cacf1caa1549e6ef8ceaccfe1062663fd18a493_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:606e8a370de720153a1dced87cacf1caa1549e6ef8ceaccfe1062663fd18a493_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-cli-rhel9@sha256%3A606e8a370de720153a1dced87cacf1caa1549e6ef8ceaccfe1062663fd18a493?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9\u0026tag=1781067439"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:af26c01c9129a5f2fbe128d2fe7fe25fb03c0ee6cd76571155147cd4ea3c2de1_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:af26c01c9129a5f2fbe128d2fe7fe25fb03c0ee6cd76571155147cd4ea3c2de1_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:af26c01c9129a5f2fbe128d2fe7fe25fb03c0ee6cd76571155147cd4ea3c2de1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-controller-rhel9@sha256%3Aaf26c01c9129a5f2fbe128d2fe7fe25fb03c0ee6cd76571155147cd4ea3c2de1?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9\u0026tag=1781067498"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:5172c4fce21f42b27a34e3f7997e193107e0c0acc680b76058a2f099bf7141b0_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:5172c4fce21f42b27a34e3f7997e193107e0c0acc680b76058a2f099bf7141b0_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:5172c4fce21f42b27a34e3f7997e193107e0c0acc680b76058a2f099bf7141b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-watcher-rhel9@sha256%3A5172c4fce21f42b27a34e3f7997e193107e0c0acc680b76058a2f099bf7141b0?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9\u0026tag=1781067497"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:4c0c8bc122d612b3c0e228e1c5573fad021c4546496c45fbc2a2dc4225fbe727_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:4c0c8bc122d612b3c0e228e1c5573fad021c4546496c45fbc2a2dc4225fbe727_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:4c0c8bc122d612b3c0e228e1c5573fad021c4546496c45fbc2a2dc4225fbe727_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-webhook-rhel9@sha256%3A4c0c8bc122d612b3c0e228e1c5573fad021c4546496c45fbc2a2dc4225fbe727?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9\u0026tag=1781067432"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:301d210efc58e5e08c62ce58e308298aa25f92743b261c258359b26231b179d4_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:301d210efc58e5e08c62ce58e308298aa25f92743b261c258359b26231b179d4_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:301d210efc58e5e08c62ce58e308298aa25f92743b261c258359b26231b179d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-serve-tkn-cli-rhel9@sha256%3A301d210efc58e5e08c62ce58e308298aa25f92743b261c258359b26231b179d4?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9\u0026tag=1780575969"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c26593f4740103d3296bb094cf30af778128384617d0ac5b7ecef9987a88003a_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c26593f4740103d3296bb094cf30af778128384617d0ac5b7ecef9987a88003a_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c26593f4740103d3296bb094cf30af778128384617d0ac5b7ecef9987a88003a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-cache-rhel9@sha256%3Ac26593f4740103d3296bb094cf30af778128384617d0ac5b7ecef9987a88003a?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9\u0026tag=1780402306"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:9d7a69223b0662bcf109a02007d017e5f10e5c563ff78c02d87af8d5d4ea24de_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:9d7a69223b0662bcf109a02007d017e5f10e5c563ff78c02d87af8d5d4ea24de_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:9d7a69223b0662bcf109a02007d017e5f10e5c563ff78c02d87af8d5d4ea24de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-chains-controller-rhel9@sha256%3A9d7a69223b0662bcf109a02007d017e5f10e5c563ff78c02d87af8d5d4ea24de?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9\u0026tag=1780366737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:0b3a5aa6d681f46fc242eefae9a3540b43c2be17b643d40ca4446cd0e8fc2abb_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:0b3a5aa6d681f46fc242eefae9a3540b43c2be17b643d40ca4446cd0e8fc2abb_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:0b3a5aa6d681f46fc242eefae9a3540b43c2be17b643d40ca4446cd0e8fc2abb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-cli-tkn-rhel9@sha256%3A0b3a5aa6d681f46fc242eefae9a3540b43c2be17b643d40ca4446cd0e8fc2abb?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9\u0026tag=1780922870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:7e4262c5ce1b614df5a3575111aa8d1f047ad476660b25e6318b562275626c51_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:7e4262c5ce1b614df5a3575111aa8d1f047ad476660b25e6318b562275626c51_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:7e4262c5ce1b614df5a3575111aa8d1f047ad476660b25e6318b562275626c51_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-git-init-rhel9@sha256%3A7e4262c5ce1b614df5a3575111aa8d1f047ad476660b25e6318b562275626c51?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9\u0026tag=1780567490"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:1509f4cd6e5aaeed58bd8d2fc518183a6943d546d1cf969fddaec4c075051001_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:1509f4cd6e5aaeed58bd8d2fc518183a6943d546d1cf969fddaec4c075051001_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:1509f4cd6e5aaeed58bd8d2fc518183a6943d546d1cf969fddaec4c075051001_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-api-rhel9@sha256%3A1509f4cd6e5aaeed58bd8d2fc518183a6943d546d1cf969fddaec4c075051001?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9\u0026tag=1780633099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:44d851608309de07e95081a748aa6b0ae1fde09fa8524ac9723aa9c0ea956785_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:44d851608309de07e95081a748aa6b0ae1fde09fa8524ac9723aa9c0ea956785_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:44d851608309de07e95081a748aa6b0ae1fde09fa8524ac9723aa9c0ea956785_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-db-migration-rhel9@sha256%3A44d851608309de07e95081a748aa6b0ae1fde09fa8524ac9723aa9c0ea956785?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9\u0026tag=1780633024"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:d4bf6a34a799554347bcca84210428262288b32e8d340926f1100a4c05edf4a4_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:d4bf6a34a799554347bcca84210428262288b32e8d340926f1100a4c05edf4a4_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:d4bf6a34a799554347bcca84210428262288b32e8d340926f1100a4c05edf4a4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-ui-rhel9@sha256%3Ad4bf6a34a799554347bcca84210428262288b32e8d340926f1100a4c05edf4a4?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9\u0026tag=1780633047"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:e10748a721cdb9316cc4283549a800b7725268ba3e181945329c76350ab7b32d_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:e10748a721cdb9316cc4283549a800b7725268ba3e181945329c76350ab7b32d_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:e10748a721cdb9316cc4283549a800b7725268ba3e181945329c76350ab7b32d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-controller-rhel9@sha256%3Ae10748a721cdb9316cc4283549a800b7725268ba3e181945329c76350ab7b32d?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9\u0026tag=1780984164"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:34cde8028262bd635134993a4d95bbc63a38dc943862938955c2eda609a67f71_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:34cde8028262bd635134993a4d95bbc63a38dc943862938955c2eda609a67f71_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:34cde8028262bd635134993a4d95bbc63a38dc943862938955c2eda609a67f71_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-entrypoint-rhel9@sha256%3A34cde8028262bd635134993a4d95bbc63a38dc943862938955c2eda609a67f71?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9\u0026tag=1780983852"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:12ee577bf514a68c17d1b5ad73b91365c3f242bd82edee45422326ba2e0c0b65_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:12ee577bf514a68c17d1b5ad73b91365c3f242bd82edee45422326ba2e0c0b65_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:12ee577bf514a68c17d1b5ad73b91365c3f242bd82edee45422326ba2e0c0b65_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-events-rhel9@sha256%3A12ee577bf514a68c17d1b5ad73b91365c3f242bd82edee45422326ba2e0c0b65?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-events-rhel9\u0026tag=1780983714"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:c7bd2ccc85720656c78d2808a9059e50457ff6a74fc8a00fcce1b05e193c7244_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:c7bd2ccc85720656c78d2808a9059e50457ff6a74fc8a00fcce1b05e193c7244_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:c7bd2ccc85720656c78d2808a9059e50457ff6a74fc8a00fcce1b05e193c7244_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-nop-rhel9@sha256%3Ac7bd2ccc85720656c78d2808a9059e50457ff6a74fc8a00fcce1b05e193c7244?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9\u0026tag=1780984035"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:af942926936e39d0f7a3ef1ed1af7fb97aaa04fee8a4ad4e6e21e8931ef42809_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:af942926936e39d0f7a3ef1ed1af7fb97aaa04fee8a4ad4e6e21e8931ef42809_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:af942926936e39d0f7a3ef1ed1af7fb97aaa04fee8a4ad4e6e21e8931ef42809_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-resolvers-rhel9@sha256%3Aaf942926936e39d0f7a3ef1ed1af7fb97aaa04fee8a4ad4e6e21e8931ef42809?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9\u0026tag=1780984057"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:17db909660a9b940339d94e06e3b7f0612e0e306c6e877debded146505d274b0_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:17db909660a9b940339d94e06e3b7f0612e0e306c6e877debded146505d274b0_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:17db909660a9b940339d94e06e3b7f0612e0e306c6e877debded146505d274b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-sidecarlogresults-rhel9@sha256%3A17db909660a9b940339d94e06e3b7f0612e0e306c6e877debded146505d274b0?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9\u0026tag=1780983724"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:abfc5c2b61eff272ef04d38a18b7bebaad8aac824a68fe0bd6a95e595678e2d0_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:abfc5c2b61eff272ef04d38a18b7bebaad8aac824a68fe0bd6a95e595678e2d0_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:abfc5c2b61eff272ef04d38a18b7bebaad8aac824a68fe0bd6a95e595678e2d0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-webhook-rhel9@sha256%3Aabfc5c2b61eff272ef04d38a18b7bebaad8aac824a68fe0bd6a95e595678e2d0?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9\u0026tag=1780984221"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:dae5d2a9e6b12479f742d1110f20059acd9e831ea272a52525d9c3ee42d44d94_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:dae5d2a9e6b12479f742d1110f20059acd9e831ea272a52525d9c3ee42d44d94_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:dae5d2a9e6b12479f742d1110f20059acd9e831ea272a52525d9c3ee42d44d94_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-workingdirinit-rhel9@sha256%3Adae5d2a9e6b12479f742d1110f20059acd9e831ea272a52525d9c3ee42d44d94?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9\u0026tag=1780984646"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:e43f01110886845433f023331f62328b116c20d404e70197fb70eac1df7ba155_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:e43f01110886845433f023331f62328b116c20d404e70197fb70eac1df7ba155_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:e43f01110886845433f023331f62328b116c20d404e70197fb70eac1df7ba155_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pruner-controller-rhel9@sha256%3Ae43f01110886845433f023331f62328b116c20d404e70197fb70eac1df7ba155?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9\u0026tag=1780720784"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:04633a6772144e0362a5d059a21684026d8e78a28c2463c65daade75f3477548_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:04633a6772144e0362a5d059a21684026d8e78a28c2463c65daade75f3477548_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:04633a6772144e0362a5d059a21684026d8e78a28c2463c65daade75f3477548_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pruner-webhook-rhel9@sha256%3A04633a6772144e0362a5d059a21684026d8e78a28c2463c65daade75f3477548?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9\u0026tag=1780720920"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:c01da1031a93870d3aabfd644585c88a53ab3cff759067b54ef08f3ebd690cf3_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:c01da1031a93870d3aabfd644585c88a53ab3cff759067b54ef08f3ebd690cf3_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:c01da1031a93870d3aabfd644585c88a53ab3cff759067b54ef08f3ebd690cf3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-api-rhel9@sha256%3Ac01da1031a93870d3aabfd644585c88a53ab3cff759067b54ef08f3ebd690cf3?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9\u0026tag=1780641574"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:bdf506a2c20720048d32e2f1a7df58a0e53f1df827611627d53c49cc005157b0_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:bdf506a2c20720048d32e2f1a7df58a0e53f1df827611627d53c49cc005157b0_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:bdf506a2c20720048d32e2f1a7df58a0e53f1df827611627d53c49cc005157b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-retention-policy-agent-rhel9@sha256%3Abdf506a2c20720048d32e2f1a7df58a0e53f1df827611627d53c49cc005157b0?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9\u0026tag=1780641638"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:eba4d1b2d03ad132af50bb12a3e67633234494a62a458fd05fa645696f6215cd_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:eba4d1b2d03ad132af50bb12a3e67633234494a62a458fd05fa645696f6215cd_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:eba4d1b2d03ad132af50bb12a3e67633234494a62a458fd05fa645696f6215cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-watcher-rhel9@sha256%3Aeba4d1b2d03ad132af50bb12a3e67633234494a62a458fd05fa645696f6215cd?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9\u0026tag=1780641637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:9d748d3f2c587649dbaf6c7f222aadf47ba4e744fab63a252d49ae1c9049e26c_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:9d748d3f2c587649dbaf6c7f222aadf47ba4e744fab63a252d49ae1c9049e26c_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:9d748d3f2c587649dbaf6c7f222aadf47ba4e744fab63a252d49ae1c9049e26c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-controller-rhel9@sha256%3A9d748d3f2c587649dbaf6c7f222aadf47ba4e744fab63a252d49ae1c9049e26c?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9\u0026tag=1780575285"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:47dc50b7a92d96c2dadc980c97f5d58e6e3fcadf5a29c7736209e7e9a47a47c3_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:47dc50b7a92d96c2dadc980c97f5d58e6e3fcadf5a29c7736209e7e9a47a47c3_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:47dc50b7a92d96c2dadc980c97f5d58e6e3fcadf5a29c7736209e7e9a47a47c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-core-interceptors-rhel9@sha256%3A47dc50b7a92d96c2dadc980c97f5d58e6e3fcadf5a29c7736209e7e9a47a47c3?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9\u0026tag=1780575283"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:06dcdd95fe32e4bfe8197f85a92e15e1b3266d195ecef3a3c11350c43e025b54_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:06dcdd95fe32e4bfe8197f85a92e15e1b3266d195ecef3a3c11350c43e025b54_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:06dcdd95fe32e4bfe8197f85a92e15e1b3266d195ecef3a3c11350c43e025b54_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-eventlistenersink-rhel9@sha256%3A06dcdd95fe32e4bfe8197f85a92e15e1b3266d195ecef3a3c11350c43e025b54?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9\u0026tag=1780575272"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:25933d9a51a2679fea10bda3d72addcadfe26a055a137c628bfdb5f818896536_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:25933d9a51a2679fea10bda3d72addcadfe26a055a137c628bfdb5f818896536_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:25933d9a51a2679fea10bda3d72addcadfe26a055a137c628bfdb5f818896536_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-webhook-rhel9@sha256%3A25933d9a51a2679fea10bda3d72addcadfe26a055a137c628bfdb5f818896536?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9\u0026tag=1780575209"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:3c4587b2b5dc7426cc24e8678dd103ed2b1abb8ca13f5ea5aab606d92e5e00ba_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:3c4587b2b5dc7426cc24e8678dd103ed2b1abb8ca13f5ea5aab606d92e5e00ba_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:3c4587b2b5dc7426cc24e8678dd103ed2b1abb8ca13f5ea5aab606d92e5e00ba_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:5330de373490f5bfd8fa40de3c8dfb21f64128dab695aaff3a6a4c96c3388d3b_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:5330de373490f5bfd8fa40de3c8dfb21f64128dab695aaff3a6a4c96c3388d3b_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:5330de373490f5bfd8fa40de3c8dfb21f64128dab695aaff3a6a4c96c3388d3b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c26593f4740103d3296bb094cf30af778128384617d0ac5b7ecef9987a88003a_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c26593f4740103d3296bb094cf30af778128384617d0ac5b7ecef9987a88003a_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c26593f4740103d3296bb094cf30af778128384617d0ac5b7ecef9987a88003a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c728d376aafac1219d957bafe2f3ab75ae88e1d326d48ca409e209e09a782e6c_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c728d376aafac1219d957bafe2f3ab75ae88e1d326d48ca409e209e09a782e6c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c728d376aafac1219d957bafe2f3ab75ae88e1d326d48ca409e209e09a782e6c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:1cd66608b31afb07d5575714fd24becb2a3eb48fd6f897240986e5b5cd5ca25f_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:1cd66608b31afb07d5575714fd24becb2a3eb48fd6f897240986e5b5cd5ca25f_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:1cd66608b31afb07d5575714fd24becb2a3eb48fd6f897240986e5b5cd5ca25f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:99aab6998dc6e4c8349a53e4ab52c0a9730aa75b36bb4e87d74bb6ee5f2044da_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:99aab6998dc6e4c8349a53e4ab52c0a9730aa75b36bb4e87d74bb6ee5f2044da_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:99aab6998dc6e4c8349a53e4ab52c0a9730aa75b36bb4e87d74bb6ee5f2044da_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:9d7a69223b0662bcf109a02007d017e5f10e5c563ff78c02d87af8d5d4ea24de_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:9d7a69223b0662bcf109a02007d017e5f10e5c563ff78c02d87af8d5d4ea24de_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:9d7a69223b0662bcf109a02007d017e5f10e5c563ff78c02d87af8d5d4ea24de_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:dd5328245120eb981cf5fe6153fc2d33ed9817612884bb7cf7fed77782cd1e20_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:dd5328245120eb981cf5fe6153fc2d33ed9817612884bb7cf7fed77782cd1e20_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:dd5328245120eb981cf5fe6153fc2d33ed9817612884bb7cf7fed77782cd1e20_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:0b3a5aa6d681f46fc242eefae9a3540b43c2be17b643d40ca4446cd0e8fc2abb_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:0b3a5aa6d681f46fc242eefae9a3540b43c2be17b643d40ca4446cd0e8fc2abb_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:0b3a5aa6d681f46fc242eefae9a3540b43c2be17b643d40ca4446cd0e8fc2abb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:8627d0dd68402dc51137d89534c0bdb72e27fc3327be1e63e93a38ae72f653cd_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:8627d0dd68402dc51137d89534c0bdb72e27fc3327be1e63e93a38ae72f653cd_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:8627d0dd68402dc51137d89534c0bdb72e27fc3327be1e63e93a38ae72f653cd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:a395182a2cda20322f0af7ecc972ab3bc9c07161e70174c2b4d9ac08f6aa9845_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:a395182a2cda20322f0af7ecc972ab3bc9c07161e70174c2b4d9ac08f6aa9845_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:a395182a2cda20322f0af7ecc972ab3bc9c07161e70174c2b4d9ac08f6aa9845_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:b289110701914022840061f5f5a931e5c895d16898fff3d78193b89c37943201_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:b289110701914022840061f5f5a931e5c895d16898fff3d78193b89c37943201_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:b289110701914022840061f5f5a931e5c895d16898fff3d78193b89c37943201_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:51d8398c7057486fbc41a810031276ccd05179d43e9cf4369c8df440495c6ef7_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:51d8398c7057486fbc41a810031276ccd05179d43e9cf4369c8df440495c6ef7_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:51d8398c7057486fbc41a810031276ccd05179d43e9cf4369c8df440495c6ef7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:6aaf557a08c0952e2ec7463e3b3cef4d5f8fc9d24427a28c9766f6f0d12f08bd_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:6aaf557a08c0952e2ec7463e3b3cef4d5f8fc9d24427a28c9766f6f0d12f08bd_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:6aaf557a08c0952e2ec7463e3b3cef4d5f8fc9d24427a28c9766f6f0d12f08bd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:9f9b88b0fbc438aad06752a21fe76a870ba4d8042c6ee1ff0505af780ca8c2f0_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:9f9b88b0fbc438aad06752a21fe76a870ba4d8042c6ee1ff0505af780ca8c2f0_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:9f9b88b0fbc438aad06752a21fe76a870ba4d8042c6ee1ff0505af780ca8c2f0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:ff4f49f5218d296b3af828c17283f870aebd6d60813563b55908ffd4629eeab1_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:ff4f49f5218d296b3af828c17283f870aebd6d60813563b55908ffd4629eeab1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:ff4f49f5218d296b3af828c17283f870aebd6d60813563b55908ffd4629eeab1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9e75f7392dcc9df58236d14c8c56e69b34564525b72862d851bea16367270128_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9e75f7392dcc9df58236d14c8c56e69b34564525b72862d851bea16367270128_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9e75f7392dcc9df58236d14c8c56e69b34564525b72862d851bea16367270128_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9f80cfe35f04cbe6a16069c1ec1d8811be4d593e64e4c416f3c10d0867e6ae19_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9f80cfe35f04cbe6a16069c1ec1d8811be4d593e64e4c416f3c10d0867e6ae19_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9f80cfe35f04cbe6a16069c1ec1d8811be4d593e64e4c416f3c10d0867e6ae19_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9fabbf4a7e28f6ab02f1ac77b82fc37e0e295f71b05fa9e56b1a5ee4056a0fed_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9fabbf4a7e28f6ab02f1ac77b82fc37e0e295f71b05fa9e56b1a5ee4056a0fed_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9fabbf4a7e28f6ab02f1ac77b82fc37e0e295f71b05fa9e56b1a5ee4056a0fed_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:fdebb108386237b2ceb1a09abfd18a26fa724dfeb288b8db05a324c4534b109a_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:fdebb108386237b2ceb1a09abfd18a26fa724dfeb288b8db05a324c4534b109a_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:fdebb108386237b2ceb1a09abfd18a26fa724dfeb288b8db05a324c4534b109a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:632a9d70719cce5d0fde98642ff48e6e810072173dd73db3792f6f80d5272fa7_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:632a9d70719cce5d0fde98642ff48e6e810072173dd73db3792f6f80d5272fa7_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:632a9d70719cce5d0fde98642ff48e6e810072173dd73db3792f6f80d5272fa7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:838ee5faa3da19a38b8df19373dc4019f7b80ffdb71053e4f74d53a447a48eca_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:838ee5faa3da19a38b8df19373dc4019f7b80ffdb71053e4f74d53a447a48eca_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:838ee5faa3da19a38b8df19373dc4019f7b80ffdb71053e4f74d53a447a48eca_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:a1477ff3ddb9315e482647d228c09e55356d00291f9fde419d36e064b54fc6b8_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:a1477ff3ddb9315e482647d228c09e55356d00291f9fde419d36e064b54fc6b8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:a1477ff3ddb9315e482647d228c09e55356d00291f9fde419d36e064b54fc6b8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:e10748a721cdb9316cc4283549a800b7725268ba3e181945329c76350ab7b32d_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:e10748a721cdb9316cc4283549a800b7725268ba3e181945329c76350ab7b32d_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:e10748a721cdb9316cc4283549a800b7725268ba3e181945329c76350ab7b32d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:34cde8028262bd635134993a4d95bbc63a38dc943862938955c2eda609a67f71_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:34cde8028262bd635134993a4d95bbc63a38dc943862938955c2eda609a67f71_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:34cde8028262bd635134993a4d95bbc63a38dc943862938955c2eda609a67f71_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:3ef24dc7c5588180203520784ea3db6e1501e5190b3f59aa1f77df1a5bee9bfc_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:3ef24dc7c5588180203520784ea3db6e1501e5190b3f59aa1f77df1a5bee9bfc_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:3ef24dc7c5588180203520784ea3db6e1501e5190b3f59aa1f77df1a5bee9bfc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:82192c8ede01ce878231c9c56d7104d845e6bb69a8eeea17af84be7b56654eea_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:82192c8ede01ce878231c9c56d7104d845e6bb69a8eeea17af84be7b56654eea_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:82192c8ede01ce878231c9c56d7104d845e6bb69a8eeea17af84be7b56654eea_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d54076093c47f3d5576eb0a5c1e4cd7963a9d29f393a277721c8f34cb7efc263_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d54076093c47f3d5576eb0a5c1e4cd7963a9d29f393a277721c8f34cb7efc263_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d54076093c47f3d5576eb0a5c1e4cd7963a9d29f393a277721c8f34cb7efc263_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:04ddf503b9da7491acec12879894486790a2d2baf3256837ae5884eb73e91bce_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:04ddf503b9da7491acec12879894486790a2d2baf3256837ae5884eb73e91bce_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:04ddf503b9da7491acec12879894486790a2d2baf3256837ae5884eb73e91bce_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:10ec14b028d3926a2c0ba35810035e69d669c0e358ed8832d854f0454c77e516_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:10ec14b028d3926a2c0ba35810035e69d669c0e358ed8832d854f0454c77e516_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:10ec14b028d3926a2c0ba35810035e69d669c0e358ed8832d854f0454c77e516_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:12ee577bf514a68c17d1b5ad73b91365c3f242bd82edee45422326ba2e0c0b65_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:12ee577bf514a68c17d1b5ad73b91365c3f242bd82edee45422326ba2e0c0b65_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:12ee577bf514a68c17d1b5ad73b91365c3f242bd82edee45422326ba2e0c0b65_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:de69bc0e11397002240253365aa2b2338b401e7aa4f74478e5f202184662a235_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:de69bc0e11397002240253365aa2b2338b401e7aa4f74478e5f202184662a235_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:de69bc0e11397002240253365aa2b2338b401e7aa4f74478e5f202184662a235_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:77751c116d7b990d00fe24beb6a3d5bc7faedd5f628b379903384e9c8ddb2c7c_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:77751c116d7b990d00fe24beb6a3d5bc7faedd5f628b379903384e9c8ddb2c7c_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:77751c116d7b990d00fe24beb6a3d5bc7faedd5f628b379903384e9c8ddb2c7c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:7e4262c5ce1b614df5a3575111aa8d1f047ad476660b25e6318b562275626c51_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:7e4262c5ce1b614df5a3575111aa8d1f047ad476660b25e6318b562275626c51_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:7e4262c5ce1b614df5a3575111aa8d1f047ad476660b25e6318b562275626c51_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:fa74f6dc71dd03e23612312e6c6e988ff1234a8e75752087abb980ca983fdac2_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:fa74f6dc71dd03e23612312e6c6e988ff1234a8e75752087abb980ca983fdac2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:fa74f6dc71dd03e23612312e6c6e988ff1234a8e75752087abb980ca983fdac2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:fff455cdc1c5015bad5296c85a6a13b2b4593b57dbf78164c1328cea9b228601_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:fff455cdc1c5015bad5296c85a6a13b2b4593b57dbf78164c1328cea9b228601_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:fff455cdc1c5015bad5296c85a6a13b2b4593b57dbf78164c1328cea9b228601_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:1364a6b06e13e205088d8690ae753c99527fc130cd5d8ece02fd92538f522a1d_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:1364a6b06e13e205088d8690ae753c99527fc130cd5d8ece02fd92538f522a1d_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:1364a6b06e13e205088d8690ae753c99527fc130cd5d8ece02fd92538f522a1d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:1509f4cd6e5aaeed58bd8d2fc518183a6943d546d1cf969fddaec4c075051001_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:1509f4cd6e5aaeed58bd8d2fc518183a6943d546d1cf969fddaec4c075051001_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:1509f4cd6e5aaeed58bd8d2fc518183a6943d546d1cf969fddaec4c075051001_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:2a767fe742df781ebf07f553a7274e766b3dea1b8f12ea665d5ef19efccdcb1e_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:2a767fe742df781ebf07f553a7274e766b3dea1b8f12ea665d5ef19efccdcb1e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:2a767fe742df781ebf07f553a7274e766b3dea1b8f12ea665d5ef19efccdcb1e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:ac3242268defa432b3245eeebaff125bbdbcfec532f5d25d7e96d81f0b4482c9_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:ac3242268defa432b3245eeebaff125bbdbcfec532f5d25d7e96d81f0b4482c9_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:ac3242268defa432b3245eeebaff125bbdbcfec532f5d25d7e96d81f0b4482c9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:017afc8d42f2f0dd7adaf151c0cb79200724994d92e1b5e2f0c2461a9d7a75e0_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:017afc8d42f2f0dd7adaf151c0cb79200724994d92e1b5e2f0c2461a9d7a75e0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:017afc8d42f2f0dd7adaf151c0cb79200724994d92e1b5e2f0c2461a9d7a75e0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:32d4c74e6dad2e47b4129320cfd7c2c69fbdad29dbe3822749a98c023bce5be2_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:32d4c74e6dad2e47b4129320cfd7c2c69fbdad29dbe3822749a98c023bce5be2_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:32d4c74e6dad2e47b4129320cfd7c2c69fbdad29dbe3822749a98c023bce5be2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:44d851608309de07e95081a748aa6b0ae1fde09fa8524ac9723aa9c0ea956785_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:44d851608309de07e95081a748aa6b0ae1fde09fa8524ac9723aa9c0ea956785_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:44d851608309de07e95081a748aa6b0ae1fde09fa8524ac9723aa9c0ea956785_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:f2659636edc0651da9d6bc18a09df3ddc94b80143ba4818dd9f818840c776d60_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:f2659636edc0651da9d6bc18a09df3ddc94b80143ba4818dd9f818840c776d60_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:f2659636edc0651da9d6bc18a09df3ddc94b80143ba4818dd9f818840c776d60_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:7cf7b1d6ec5e436fc35eb92ade0e29316b5af4c6a0df3b3cc0ade5fc732631bf_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:7cf7b1d6ec5e436fc35eb92ade0e29316b5af4c6a0df3b3cc0ade5fc732631bf_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:7cf7b1d6ec5e436fc35eb92ade0e29316b5af4c6a0df3b3cc0ade5fc732631bf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:880ca9bd23984cde3a928c7266cd89051ca8bb95b94be54dfbe1e5330ff89674_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:880ca9bd23984cde3a928c7266cd89051ca8bb95b94be54dfbe1e5330ff89674_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:880ca9bd23984cde3a928c7266cd89051ca8bb95b94be54dfbe1e5330ff89674_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:d4bf6a34a799554347bcca84210428262288b32e8d340926f1100a4c05edf4a4_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:d4bf6a34a799554347bcca84210428262288b32e8d340926f1100a4c05edf4a4_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:d4bf6a34a799554347bcca84210428262288b32e8d340926f1100a4c05edf4a4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:fef0a1823440a06135a3d77afe86367c0f969cace70ac39b9fd1f188a80e69f2_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:fef0a1823440a06135a3d77afe86367c0f969cace70ac39b9fd1f188a80e69f2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:fef0a1823440a06135a3d77afe86367c0f969cace70ac39b9fd1f188a80e69f2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:0521f90dec2a5a5cd930b3e3bf0de90b066eb1b2b2e74e82c9d63d3512b3e6c2_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:0521f90dec2a5a5cd930b3e3bf0de90b066eb1b2b2e74e82c9d63d3512b3e6c2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:0521f90dec2a5a5cd930b3e3bf0de90b066eb1b2b2e74e82c9d63d3512b3e6c2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:09ec7273c5e72adfc183c3af125e2cd47bc1ddb7c44c28aeae18ee488844348c_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:09ec7273c5e72adfc183c3af125e2cd47bc1ddb7c44c28aeae18ee488844348c_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:09ec7273c5e72adfc183c3af125e2cd47bc1ddb7c44c28aeae18ee488844348c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:e490cc741517a709f420720b8ee9d9a5ee5335675caa6e967a45b1be0b1404b4_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:e490cc741517a709f420720b8ee9d9a5ee5335675caa6e967a45b1be0b1404b4_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:e490cc741517a709f420720b8ee9d9a5ee5335675caa6e967a45b1be0b1404b4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:ee97bfec045744082cb9a2c806fb8808a25bb5014ee9568ff22e12803f03f26d_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:ee97bfec045744082cb9a2c806fb8808a25bb5014ee9568ff22e12803f03f26d_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:ee97bfec045744082cb9a2c806fb8808a25bb5014ee9568ff22e12803f03f26d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:1a9beb7528ea2ac15e1257be1ff0c8b1ecd4d2e103792efcb5408b0de77fce32_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:1a9beb7528ea2ac15e1257be1ff0c8b1ecd4d2e103792efcb5408b0de77fce32_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:1a9beb7528ea2ac15e1257be1ff0c8b1ecd4d2e103792efcb5408b0de77fce32_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:4104ea287b8e2476ed618e6e16a35658dddf4ec1da5b58d3196cd68f03fc8989_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:4104ea287b8e2476ed618e6e16a35658dddf4ec1da5b58d3196cd68f03fc8989_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:4104ea287b8e2476ed618e6e16a35658dddf4ec1da5b58d3196cd68f03fc8989_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:785a7d536bcd955878d80b28a9c5f2d3fbc73cc1ec76dcdbdaacd5454365cea8_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:785a7d536bcd955878d80b28a9c5f2d3fbc73cc1ec76dcdbdaacd5454365cea8_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:785a7d536bcd955878d80b28a9c5f2d3fbc73cc1ec76dcdbdaacd5454365cea8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:defe86d856b97f76f8b1455f61c865cf0dbac67810cb67ea5eada820a2f948e6_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:defe86d856b97f76f8b1455f61c865cf0dbac67810cb67ea5eada820a2f948e6_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:defe86d856b97f76f8b1455f61c865cf0dbac67810cb67ea5eada820a2f948e6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:4333b9d650627bb913456e6504faaaf0f0efb55e40a95546c3d31d08d8e2b076_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:4333b9d650627bb913456e6504faaaf0f0efb55e40a95546c3d31d08d8e2b076_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:4333b9d650627bb913456e6504faaaf0f0efb55e40a95546c3d31d08d8e2b076_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:c7bd2ccc85720656c78d2808a9059e50457ff6a74fc8a00fcce1b05e193c7244_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:c7bd2ccc85720656c78d2808a9059e50457ff6a74fc8a00fcce1b05e193c7244_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:c7bd2ccc85720656c78d2808a9059e50457ff6a74fc8a00fcce1b05e193c7244_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:d671e8634526c2e661713be807e2e7f32e46e58dbf7eea44e43ee17a87db601d_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:d671e8634526c2e661713be807e2e7f32e46e58dbf7eea44e43ee17a87db601d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:d671e8634526c2e661713be807e2e7f32e46e58dbf7eea44e43ee17a87db601d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:e32b399bba77a431ffc4e8f24744a790b7aab19f061f7ecca929cb795c83c4d0_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:e32b399bba77a431ffc4e8f24744a790b7aab19f061f7ecca929cb795c83c4d0_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:e32b399bba77a431ffc4e8f24744a790b7aab19f061f7ecca929cb795c83c4d0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:0ff3decd7dfc8d54779ad65d693327c810f0094200aa34079d929039773887c3_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:0ff3decd7dfc8d54779ad65d693327c810f0094200aa34079d929039773887c3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:0ff3decd7dfc8d54779ad65d693327c810f0094200aa34079d929039773887c3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:1767e287d7463f0d9b6c3af65f98699746835e2c44af4a0b5398139be2aefd23_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:1767e287d7463f0d9b6c3af65f98699746835e2c44af4a0b5398139be2aefd23_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:1767e287d7463f0d9b6c3af65f98699746835e2c44af4a0b5398139be2aefd23_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:4a0c4d9dc31805b56a417b2359f5da2adaafced10dacf2110bda3d99c73184fc_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:4a0c4d9dc31805b56a417b2359f5da2adaafced10dacf2110bda3d99c73184fc_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:4a0c4d9dc31805b56a417b2359f5da2adaafced10dacf2110bda3d99c73184fc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:e5abf59262ae41f04385437e3f95924eb505eaf936f5a988319b5a6a52f708c2_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:e5abf59262ae41f04385437e3f95924eb505eaf936f5a988319b5a6a52f708c2_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:e5abf59262ae41f04385437e3f95924eb505eaf936f5a988319b5a6a52f708c2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:230119ab73baf69b572857a4b923baf2e267d2d77f8d373d924db1eb832d9a08_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:230119ab73baf69b572857a4b923baf2e267d2d77f8d373d924db1eb832d9a08_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:230119ab73baf69b572857a4b923baf2e267d2d77f8d373d924db1eb832d9a08_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:246f462c19203a5c3c28277bc857e38d9f5b648c4e3b6b77c35c0162e5c95d1a_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:246f462c19203a5c3c28277bc857e38d9f5b648c4e3b6b77c35c0162e5c95d1a_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:246f462c19203a5c3c28277bc857e38d9f5b648c4e3b6b77c35c0162e5c95d1a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:6de3add0818fe352c79cdc4c53c792fcd4150e07908a9dae274e1a7b34d7e545_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:6de3add0818fe352c79cdc4c53c792fcd4150e07908a9dae274e1a7b34d7e545_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:6de3add0818fe352c79cdc4c53c792fcd4150e07908a9dae274e1a7b34d7e545_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:d3c4701a2aeac9cd836962c6c5d999a0aabb0c472c57fa4fe105e0c1a099059c_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:d3c4701a2aeac9cd836962c6c5d999a0aabb0c472c57fa4fe105e0c1a099059c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:d3c4701a2aeac9cd836962c6c5d999a0aabb0c472c57fa4fe105e0c1a099059c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:98c3af814cc1d5a34f33cfeeeba1f7940f8e30e306da9487dca475bd31938fac_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:98c3af814cc1d5a34f33cfeeeba1f7940f8e30e306da9487dca475bd31938fac_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:98c3af814cc1d5a34f33cfeeeba1f7940f8e30e306da9487dca475bd31938fac_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:ad47d4bd6e23f0661b826a0f7c826a791474f4a9e15db453d941d143cb42c90c_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:ad47d4bd6e23f0661b826a0f7c826a791474f4a9e15db453d941d143cb42c90c_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:ad47d4bd6e23f0661b826a0f7c826a791474f4a9e15db453d941d143cb42c90c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:af5002abc824cf36f90e16bc715ae619c035905442c0801cc92031a6a7765576_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:af5002abc824cf36f90e16bc715ae619c035905442c0801cc92031a6a7765576_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:af5002abc824cf36f90e16bc715ae619c035905442c0801cc92031a6a7765576_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:bfcc99ea9f1c699b48dcf2994afdd8a68f031f794d721ae745de54a924e59c76_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:bfcc99ea9f1c699b48dcf2994afdd8a68f031f794d721ae745de54a924e59c76_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:bfcc99ea9f1c699b48dcf2994afdd8a68f031f794d721ae745de54a924e59c76_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:3390ca1fd9ae0602c829961dc332c7e3c417020c18c50a08cefdb90c621d6474_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:3390ca1fd9ae0602c829961dc332c7e3c417020c18c50a08cefdb90c621d6474_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:3390ca1fd9ae0602c829961dc332c7e3c417020c18c50a08cefdb90c621d6474_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:606e8a370de720153a1dced87cacf1caa1549e6ef8ceaccfe1062663fd18a493_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:606e8a370de720153a1dced87cacf1caa1549e6ef8ceaccfe1062663fd18a493_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:606e8a370de720153a1dced87cacf1caa1549e6ef8ceaccfe1062663fd18a493_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:67cc277bedd68e09d92c3c256e886ca2506636dfcd77625a5ea3db4005b5d586_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:67cc277bedd68e09d92c3c256e886ca2506636dfcd77625a5ea3db4005b5d586_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:67cc277bedd68e09d92c3c256e886ca2506636dfcd77625a5ea3db4005b5d586_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:6e1b97632dea6ef859141e933ca2370d8fc90ab60f66a810e79290116d36d58d_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:6e1b97632dea6ef859141e933ca2370d8fc90ab60f66a810e79290116d36d58d_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:6e1b97632dea6ef859141e933ca2370d8fc90ab60f66a810e79290116d36d58d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:42e1a906ab4a97af8537be7b433ac2c7d2b9240d4a42ca9bc65ebf8af78fd7fc_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:42e1a906ab4a97af8537be7b433ac2c7d2b9240d4a42ca9bc65ebf8af78fd7fc_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:42e1a906ab4a97af8537be7b433ac2c7d2b9240d4a42ca9bc65ebf8af78fd7fc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:af26c01c9129a5f2fbe128d2fe7fe25fb03c0ee6cd76571155147cd4ea3c2de1_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:af26c01c9129a5f2fbe128d2fe7fe25fb03c0ee6cd76571155147cd4ea3c2de1_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:af26c01c9129a5f2fbe128d2fe7fe25fb03c0ee6cd76571155147cd4ea3c2de1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:bb2e059a922f8ece5011db593873c8839d1951ceee09d50fff1613ab270e1062_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:bb2e059a922f8ece5011db593873c8839d1951ceee09d50fff1613ab270e1062_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:bb2e059a922f8ece5011db593873c8839d1951ceee09d50fff1613ab270e1062_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:dc1a40ceab9f4100575ac0348a5e17514312d1dabfdb096130093914ff329059_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:dc1a40ceab9f4100575ac0348a5e17514312d1dabfdb096130093914ff329059_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:dc1a40ceab9f4100575ac0348a5e17514312d1dabfdb096130093914ff329059_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:5172c4fce21f42b27a34e3f7997e193107e0c0acc680b76058a2f099bf7141b0_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:5172c4fce21f42b27a34e3f7997e193107e0c0acc680b76058a2f099bf7141b0_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:5172c4fce21f42b27a34e3f7997e193107e0c0acc680b76058a2f099bf7141b0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:652771b15fc2b567ef2003d737397364c47bc641eb8bee217cf908679721c7ea_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:652771b15fc2b567ef2003d737397364c47bc641eb8bee217cf908679721c7ea_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:652771b15fc2b567ef2003d737397364c47bc641eb8bee217cf908679721c7ea_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:d297745a65c828d0a32ca68198e796a37fdef153bfb040cecb9739a868899777_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:d297745a65c828d0a32ca68198e796a37fdef153bfb040cecb9739a868899777_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:d297745a65c828d0a32ca68198e796a37fdef153bfb040cecb9739a868899777_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:e35424513c27c433a94b68d573ab05027fd8b63494414c68ea07a3f3efa01345_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:e35424513c27c433a94b68d573ab05027fd8b63494414c68ea07a3f3efa01345_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:e35424513c27c433a94b68d573ab05027fd8b63494414c68ea07a3f3efa01345_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:4c0c8bc122d612b3c0e228e1c5573fad021c4546496c45fbc2a2dc4225fbe727_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:4c0c8bc122d612b3c0e228e1c5573fad021c4546496c45fbc2a2dc4225fbe727_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:4c0c8bc122d612b3c0e228e1c5573fad021c4546496c45fbc2a2dc4225fbe727_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:7d4436578b21ba00a60f5cf6bd74988f976f6c167475cc76f39b34b20da182df_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:7d4436578b21ba00a60f5cf6bd74988f976f6c167475cc76f39b34b20da182df_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:7d4436578b21ba00a60f5cf6bd74988f976f6c167475cc76f39b34b20da182df_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:bcf6c5a3baaa23bb19a487126003eb8f2194f9238cbe8170c5d34930d47cc36c_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:bcf6c5a3baaa23bb19a487126003eb8f2194f9238cbe8170c5d34930d47cc36c_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:bcf6c5a3baaa23bb19a487126003eb8f2194f9238cbe8170c5d34930d47cc36c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:dd8c287009c850126d2b4ae5623420c2ccde38bf14c9c853bdbe5c2e1586db06_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:dd8c287009c850126d2b4ae5623420c2ccde38bf14c9c853bdbe5c2e1586db06_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:dd8c287009c850126d2b4ae5623420c2ccde38bf14c9c853bdbe5c2e1586db06_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:48fd8e0d453e54ed7531678b05b65e388c00daae63ac5745c9ee8924f7c40371_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:48fd8e0d453e54ed7531678b05b65e388c00daae63ac5745c9ee8924f7c40371_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:48fd8e0d453e54ed7531678b05b65e388c00daae63ac5745c9ee8924f7c40371_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:5ad699e6e0061b76f3f50424cb557bcb9fc9569d48f76973da683a45b6ec9147_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:5ad699e6e0061b76f3f50424cb557bcb9fc9569d48f76973da683a45b6ec9147_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:5ad699e6e0061b76f3f50424cb557bcb9fc9569d48f76973da683a45b6ec9147_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:aac030d920f635b8ad7edf6cf046047c82f064bcb081e6071b86e8ee7d84464e_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:aac030d920f635b8ad7edf6cf046047c82f064bcb081e6071b86e8ee7d84464e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:aac030d920f635b8ad7edf6cf046047c82f064bcb081e6071b86e8ee7d84464e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:e43f01110886845433f023331f62328b116c20d404e70197fb70eac1df7ba155_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:e43f01110886845433f023331f62328b116c20d404e70197fb70eac1df7ba155_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:e43f01110886845433f023331f62328b116c20d404e70197fb70eac1df7ba155_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:04633a6772144e0362a5d059a21684026d8e78a28c2463c65daade75f3477548_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:04633a6772144e0362a5d059a21684026d8e78a28c2463c65daade75f3477548_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:04633a6772144e0362a5d059a21684026d8e78a28c2463c65daade75f3477548_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:5251d3f63d49ff224ca777898f93a5fdd6de407db59a315aefdfc49963f98c32_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:5251d3f63d49ff224ca777898f93a5fdd6de407db59a315aefdfc49963f98c32_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:5251d3f63d49ff224ca777898f93a5fdd6de407db59a315aefdfc49963f98c32_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:74f1f26bdb3c05af324066ce828f0863c2c5156e949c6cbeedd0d66068847033_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:74f1f26bdb3c05af324066ce828f0863c2c5156e949c6cbeedd0d66068847033_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:74f1f26bdb3c05af324066ce828f0863c2c5156e949c6cbeedd0d66068847033_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:c71c29bc335b77b98419e90f24a0396a1093edc2d985aae48f5000f9de75941f_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:c71c29bc335b77b98419e90f24a0396a1093edc2d985aae48f5000f9de75941f_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:c71c29bc335b77b98419e90f24a0396a1093edc2d985aae48f5000f9de75941f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:34af5e7e166ea2ac902d3d0414adfb8442859396e60b4992de59d7ee130b3fef_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:34af5e7e166ea2ac902d3d0414adfb8442859396e60b4992de59d7ee130b3fef_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:34af5e7e166ea2ac902d3d0414adfb8442859396e60b4992de59d7ee130b3fef_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:8bfe1d490a44c6d495c7d30ddb4245746a2e48f0f72343574b3235fa3526cc6d_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:8bfe1d490a44c6d495c7d30ddb4245746a2e48f0f72343574b3235fa3526cc6d_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:8bfe1d490a44c6d495c7d30ddb4245746a2e48f0f72343574b3235fa3526cc6d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:af942926936e39d0f7a3ef1ed1af7fb97aaa04fee8a4ad4e6e21e8931ef42809_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:af942926936e39d0f7a3ef1ed1af7fb97aaa04fee8a4ad4e6e21e8931ef42809_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:af942926936e39d0f7a3ef1ed1af7fb97aaa04fee8a4ad4e6e21e8931ef42809_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:f929464036bfd53938a4cd7cd39297801a122fd20461cdce31cf8d6d96a3bb86_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:f929464036bfd53938a4cd7cd39297801a122fd20461cdce31cf8d6d96a3bb86_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:f929464036bfd53938a4cd7cd39297801a122fd20461cdce31cf8d6d96a3bb86_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:19425135838ddcea73db774c7dfa8a8a9f1301fb1bd488dd662cb02f3d7be670_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:19425135838ddcea73db774c7dfa8a8a9f1301fb1bd488dd662cb02f3d7be670_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:19425135838ddcea73db774c7dfa8a8a9f1301fb1bd488dd662cb02f3d7be670_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:447c983d4e104c79e59492ff5aebc62feccca29d08d11a8856c46710e3cb14fe_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:447c983d4e104c79e59492ff5aebc62feccca29d08d11a8856c46710e3cb14fe_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:447c983d4e104c79e59492ff5aebc62feccca29d08d11a8856c46710e3cb14fe_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:c01da1031a93870d3aabfd644585c88a53ab3cff759067b54ef08f3ebd690cf3_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:c01da1031a93870d3aabfd644585c88a53ab3cff759067b54ef08f3ebd690cf3_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:c01da1031a93870d3aabfd644585c88a53ab3cff759067b54ef08f3ebd690cf3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:cb3fb52bf47fe049263cd6f87ecfe9f1941fc9f7f4fe69385415cdbc9017aa5e_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:cb3fb52bf47fe049263cd6f87ecfe9f1941fc9f7f4fe69385415cdbc9017aa5e_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:cb3fb52bf47fe049263cd6f87ecfe9f1941fc9f7f4fe69385415cdbc9017aa5e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:1d18b01daba0807067ff5642305147ee613a22232a0a6ef88601243d59801f8d_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:1d18b01daba0807067ff5642305147ee613a22232a0a6ef88601243d59801f8d_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:1d18b01daba0807067ff5642305147ee613a22232a0a6ef88601243d59801f8d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:91e904d51d7505f19e7db68574a957febcb1963bad2f4452e9723be1bd5a79ce_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:91e904d51d7505f19e7db68574a957febcb1963bad2f4452e9723be1bd5a79ce_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:91e904d51d7505f19e7db68574a957febcb1963bad2f4452e9723be1bd5a79ce_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:bdf506a2c20720048d32e2f1a7df58a0e53f1df827611627d53c49cc005157b0_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:bdf506a2c20720048d32e2f1a7df58a0e53f1df827611627d53c49cc005157b0_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:bdf506a2c20720048d32e2f1a7df58a0e53f1df827611627d53c49cc005157b0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:fd318fe6bac9e3f6fb87fa8773d96803e44ba82d5367438f26b1aa04744d60c9_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:fd318fe6bac9e3f6fb87fa8773d96803e44ba82d5367438f26b1aa04744d60c9_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:fd318fe6bac9e3f6fb87fa8773d96803e44ba82d5367438f26b1aa04744d60c9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:26cd2ddeea2e3de5552a95537b4acbfb546076e4d6673b6a68f4c9e2b8dc0142_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:26cd2ddeea2e3de5552a95537b4acbfb546076e4d6673b6a68f4c9e2b8dc0142_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:26cd2ddeea2e3de5552a95537b4acbfb546076e4d6673b6a68f4c9e2b8dc0142_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:c22c8d4a9dfd25462ed4b37b20d3917cdc87bdc4a90718835dd7cfd70ac7eef8_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:c22c8d4a9dfd25462ed4b37b20d3917cdc87bdc4a90718835dd7cfd70ac7eef8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:c22c8d4a9dfd25462ed4b37b20d3917cdc87bdc4a90718835dd7cfd70ac7eef8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:eba4d1b2d03ad132af50bb12a3e67633234494a62a458fd05fa645696f6215cd_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:eba4d1b2d03ad132af50bb12a3e67633234494a62a458fd05fa645696f6215cd_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:eba4d1b2d03ad132af50bb12a3e67633234494a62a458fd05fa645696f6215cd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:f80821688e548ecf8b8ffd8ef6c4c5f3bc04f32628e7f83a97c910f43ce3dbe2_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:f80821688e548ecf8b8ffd8ef6c4c5f3bc04f32628e7f83a97c910f43ce3dbe2_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:f80821688e548ecf8b8ffd8ef6c4c5f3bc04f32628e7f83a97c910f43ce3dbe2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:0739254d745378452259e4d9a84ba9f6bd03e523bda40d9fadfd999812003421_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:0739254d745378452259e4d9a84ba9f6bd03e523bda40d9fadfd999812003421_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:0739254d745378452259e4d9a84ba9f6bd03e523bda40d9fadfd999812003421_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:3278f98d80e2626bf481811b03908d955019137b47bacbfc6894949e067f39b1_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:3278f98d80e2626bf481811b03908d955019137b47bacbfc6894949e067f39b1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:3278f98d80e2626bf481811b03908d955019137b47bacbfc6894949e067f39b1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:73959111c980def943d458774e2b86446e9cc5f96fa6f2d4b45b7db563f44d4b_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:73959111c980def943d458774e2b86446e9cc5f96fa6f2d4b45b7db563f44d4b_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:73959111c980def943d458774e2b86446e9cc5f96fa6f2d4b45b7db563f44d4b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:f30b4949b3342a56ce37ab6368e3cd58d23581f8190b0652b1e2e6a4b9daed91_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:f30b4949b3342a56ce37ab6368e3cd58d23581f8190b0652b1e2e6a4b9daed91_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:f30b4949b3342a56ce37ab6368e3cd58d23581f8190b0652b1e2e6a4b9daed91_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:301d210efc58e5e08c62ce58e308298aa25f92743b261c258359b26231b179d4_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:301d210efc58e5e08c62ce58e308298aa25f92743b261c258359b26231b179d4_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:301d210efc58e5e08c62ce58e308298aa25f92743b261c258359b26231b179d4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:491faee7ce303a18b80934ac246b965e9353764c9a9df3928af2757ef0c1104d_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:491faee7ce303a18b80934ac246b965e9353764c9a9df3928af2757ef0c1104d_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:491faee7ce303a18b80934ac246b965e9353764c9a9df3928af2757ef0c1104d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:553e7ea4c082a871ded4daa0865bd2387ec6f99fc6fbd4713a27873cf5bc565d_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:553e7ea4c082a871ded4daa0865bd2387ec6f99fc6fbd4713a27873cf5bc565d_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:553e7ea4c082a871ded4daa0865bd2387ec6f99fc6fbd4713a27873cf5bc565d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:fc03869cd583f8e31cf895f07ff7a96a9d7c236eab36b9e56136e58ca7db96bd_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:fc03869cd583f8e31cf895f07ff7a96a9d7c236eab36b9e56136e58ca7db96bd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:fc03869cd583f8e31cf895f07ff7a96a9d7c236eab36b9e56136e58ca7db96bd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:1262b507d141cb572339ea7dd149215af3ee891343a66c1d8436c4ef2c3e51ba_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:1262b507d141cb572339ea7dd149215af3ee891343a66c1d8436c4ef2c3e51ba_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:1262b507d141cb572339ea7dd149215af3ee891343a66c1d8436c4ef2c3e51ba_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:17db909660a9b940339d94e06e3b7f0612e0e306c6e877debded146505d274b0_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:17db909660a9b940339d94e06e3b7f0612e0e306c6e877debded146505d274b0_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:17db909660a9b940339d94e06e3b7f0612e0e306c6e877debded146505d274b0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:4fb24af422753d3194a182894499628b10c2fdf22c441b9a90ab9748d3138d7e_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:4fb24af422753d3194a182894499628b10c2fdf22c441b9a90ab9748d3138d7e_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:4fb24af422753d3194a182894499628b10c2fdf22c441b9a90ab9748d3138d7e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:cce28f2d920fc8d3bfa1b6c64f4c58ec7b02eabaffa7fd05293b725030463bf5_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:cce28f2d920fc8d3bfa1b6c64f4c58ec7b02eabaffa7fd05293b725030463bf5_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:cce28f2d920fc8d3bfa1b6c64f4c58ec7b02eabaffa7fd05293b725030463bf5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:438039b78b649983401a817b6937f95915088796a815f80b9625e19fab1a64c4_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:438039b78b649983401a817b6937f95915088796a815f80b9625e19fab1a64c4_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:438039b78b649983401a817b6937f95915088796a815f80b9625e19fab1a64c4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:9d748d3f2c587649dbaf6c7f222aadf47ba4e744fab63a252d49ae1c9049e26c_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:9d748d3f2c587649dbaf6c7f222aadf47ba4e744fab63a252d49ae1c9049e26c_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:9d748d3f2c587649dbaf6c7f222aadf47ba4e744fab63a252d49ae1c9049e26c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c036df7a4bc62e7bafe4b549f3e1fe17b6f9894ac4dedd6018df7d07e267b5a3_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c036df7a4bc62e7bafe4b549f3e1fe17b6f9894ac4dedd6018df7d07e267b5a3_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c036df7a4bc62e7bafe4b549f3e1fe17b6f9894ac4dedd6018df7d07e267b5a3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c7b9e3af430d26a1914bce5bf4189de1ebb3d61c4d8098b7b163c1b6d6f554f2_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c7b9e3af430d26a1914bce5bf4189de1ebb3d61c4d8098b7b163c1b6d6f554f2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c7b9e3af430d26a1914bce5bf4189de1ebb3d61c4d8098b7b163c1b6d6f554f2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:32376725b6ca30983e9fef1b1d6bfa51a7b1d7e1960ccb50bafccb15efe8c7ae_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:32376725b6ca30983e9fef1b1d6bfa51a7b1d7e1960ccb50bafccb15efe8c7ae_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:32376725b6ca30983e9fef1b1d6bfa51a7b1d7e1960ccb50bafccb15efe8c7ae_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:47dc50b7a92d96c2dadc980c97f5d58e6e3fcadf5a29c7736209e7e9a47a47c3_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:47dc50b7a92d96c2dadc980c97f5d58e6e3fcadf5a29c7736209e7e9a47a47c3_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:47dc50b7a92d96c2dadc980c97f5d58e6e3fcadf5a29c7736209e7e9a47a47c3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:d51f2814147a117c3465dc38c3940df147092aebcd694e7453b2e4aadeb83ba0_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:d51f2814147a117c3465dc38c3940df147092aebcd694e7453b2e4aadeb83ba0_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:d51f2814147a117c3465dc38c3940df147092aebcd694e7453b2e4aadeb83ba0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:e7e8f68f0c3563ff5055685647d20e61a8811f07c828ed4ce88e5c0fa57577bb_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:e7e8f68f0c3563ff5055685647d20e61a8811f07c828ed4ce88e5c0fa57577bb_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:e7e8f68f0c3563ff5055685647d20e61a8811f07c828ed4ce88e5c0fa57577bb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:06dcdd95fe32e4bfe8197f85a92e15e1b3266d195ecef3a3c11350c43e025b54_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:06dcdd95fe32e4bfe8197f85a92e15e1b3266d195ecef3a3c11350c43e025b54_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:06dcdd95fe32e4bfe8197f85a92e15e1b3266d195ecef3a3c11350c43e025b54_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:61d7da5e8a4fd131f49e7217c2a43ee60ee179ca8d74c1dd3b2a653e9864bc5c_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:61d7da5e8a4fd131f49e7217c2a43ee60ee179ca8d74c1dd3b2a653e9864bc5c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:61d7da5e8a4fd131f49e7217c2a43ee60ee179ca8d74c1dd3b2a653e9864bc5c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:7ddd248c4db55f65e82c0e6ceaa125876cc18cc6c4611a50f2bdb80809f02914_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:7ddd248c4db55f65e82c0e6ceaa125876cc18cc6c4611a50f2bdb80809f02914_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:7ddd248c4db55f65e82c0e6ceaa125876cc18cc6c4611a50f2bdb80809f02914_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:ec3dffec1e3bbbd7381e45f888ee06fb080414fe9dc6935cd4caeff0a4e65636_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:ec3dffec1e3bbbd7381e45f888ee06fb080414fe9dc6935cd4caeff0a4e65636_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:ec3dffec1e3bbbd7381e45f888ee06fb080414fe9dc6935cd4caeff0a4e65636_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:0b0cc51d2f5df8a7cc2e30f80fcd4bdb7a38bd5f8a9ecc6d5e5870dc5fdc36e8_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:0b0cc51d2f5df8a7cc2e30f80fcd4bdb7a38bd5f8a9ecc6d5e5870dc5fdc36e8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:0b0cc51d2f5df8a7cc2e30f80fcd4bdb7a38bd5f8a9ecc6d5e5870dc5fdc36e8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:25933d9a51a2679fea10bda3d72addcadfe26a055a137c628bfdb5f818896536_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:25933d9a51a2679fea10bda3d72addcadfe26a055a137c628bfdb5f818896536_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:25933d9a51a2679fea10bda3d72addcadfe26a055a137c628bfdb5f818896536_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:290eacede3daa3be390b910c7116380a5a5dbc2ccc7c3ae8b562c67af76d3fd0_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:290eacede3daa3be390b910c7116380a5a5dbc2ccc7c3ae8b562c67af76d3fd0_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:290eacede3daa3be390b910c7116380a5a5dbc2ccc7c3ae8b562c67af76d3fd0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:79799a8308a0b356a639bceca16c2a728f5bc78a88097fdd149173ef80d2c9c9_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:79799a8308a0b356a639bceca16c2a728f5bc78a88097fdd149173ef80d2c9c9_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:79799a8308a0b356a639bceca16c2a728f5bc78a88097fdd149173ef80d2c9c9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:323921bcd7db381b2a1953764d5f85a14abcbdc1ccece894f8961d8b2b2fb779_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:323921bcd7db381b2a1953764d5f85a14abcbdc1ccece894f8961d8b2b2fb779_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:323921bcd7db381b2a1953764d5f85a14abcbdc1ccece894f8961d8b2b2fb779_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:abfc5c2b61eff272ef04d38a18b7bebaad8aac824a68fe0bd6a95e595678e2d0_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:abfc5c2b61eff272ef04d38a18b7bebaad8aac824a68fe0bd6a95e595678e2d0_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:abfc5c2b61eff272ef04d38a18b7bebaad8aac824a68fe0bd6a95e595678e2d0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:bd91a02760bac7f4e1f30753d7b9f29c9abcaeeaddde7e3c55c14ce827d07e52_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:bd91a02760bac7f4e1f30753d7b9f29c9abcaeeaddde7e3c55c14ce827d07e52_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:bd91a02760bac7f4e1f30753d7b9f29c9abcaeeaddde7e3c55c14ce827d07e52_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:e8c62219f6073bd08d585d5f159c6beab76e5553a7e8ae4d1e7c2bdb01c4c7c1_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:e8c62219f6073bd08d585d5f159c6beab76e5553a7e8ae4d1e7c2bdb01c4c7c1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:e8c62219f6073bd08d585d5f159c6beab76e5553a7e8ae4d1e7c2bdb01c4c7c1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:8105660323b2250eee6ec111eb4aca20e7a88cdcd1b243ae9c6bc0bee8642293_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:8105660323b2250eee6ec111eb4aca20e7a88cdcd1b243ae9c6bc0bee8642293_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:8105660323b2250eee6ec111eb4aca20e7a88cdcd1b243ae9c6bc0bee8642293_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:8689c9c077663f3dbd393b9aa1ad5dfad6226c398070804b1e5f3afefaf2ec39_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:8689c9c077663f3dbd393b9aa1ad5dfad6226c398070804b1e5f3afefaf2ec39_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:8689c9c077663f3dbd393b9aa1ad5dfad6226c398070804b1e5f3afefaf2ec39_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:d97699f5c4083039de2cf17de20d4e93ac38bb10c885785705d4ce17bc80a37f_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:d97699f5c4083039de2cf17de20d4e93ac38bb10c885785705d4ce17bc80a37f_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:d97699f5c4083039de2cf17de20d4e93ac38bb10c885785705d4ce17bc80a37f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:dae5d2a9e6b12479f742d1110f20059acd9e831ea272a52525d9c3ee42d44d94_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:dae5d2a9e6b12479f742d1110f20059acd9e831ea272a52525d9c3ee42d44d94_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:dae5d2a9e6b12479f742d1110f20059acd9e831ea272a52525d9c3ee42d44d94_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-27141",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2026-02-26T20:09:11.626155+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:3c4587b2b5dc7426cc24e8678dd103ed2b1abb8ca13f5ea5aab606d92e5e00ba_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:5330de373490f5bfd8fa40de3c8dfb21f64128dab695aaff3a6a4c96c3388d3b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c26593f4740103d3296bb094cf30af778128384617d0ac5b7ecef9987a88003a_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c728d376aafac1219d957bafe2f3ab75ae88e1d326d48ca409e209e09a782e6c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:1cd66608b31afb07d5575714fd24becb2a3eb48fd6f897240986e5b5cd5ca25f_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:99aab6998dc6e4c8349a53e4ab52c0a9730aa75b36bb4e87d74bb6ee5f2044da_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:9d7a69223b0662bcf109a02007d017e5f10e5c563ff78c02d87af8d5d4ea24de_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:dd5328245120eb981cf5fe6153fc2d33ed9817612884bb7cf7fed77782cd1e20_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:0b3a5aa6d681f46fc242eefae9a3540b43c2be17b643d40ca4446cd0e8fc2abb_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:8627d0dd68402dc51137d89534c0bdb72e27fc3327be1e63e93a38ae72f653cd_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:a395182a2cda20322f0af7ecc972ab3bc9c07161e70174c2b4d9ac08f6aa9845_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:b289110701914022840061f5f5a931e5c895d16898fff3d78193b89c37943201_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:51d8398c7057486fbc41a810031276ccd05179d43e9cf4369c8df440495c6ef7_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:6aaf557a08c0952e2ec7463e3b3cef4d5f8fc9d24427a28c9766f6f0d12f08bd_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:9f9b88b0fbc438aad06752a21fe76a870ba4d8042c6ee1ff0505af780ca8c2f0_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:ff4f49f5218d296b3af828c17283f870aebd6d60813563b55908ffd4629eeab1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9e75f7392dcc9df58236d14c8c56e69b34564525b72862d851bea16367270128_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9f80cfe35f04cbe6a16069c1ec1d8811be4d593e64e4c416f3c10d0867e6ae19_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9fabbf4a7e28f6ab02f1ac77b82fc37e0e295f71b05fa9e56b1a5ee4056a0fed_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:fdebb108386237b2ceb1a09abfd18a26fa724dfeb288b8db05a324c4534b109a_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:632a9d70719cce5d0fde98642ff48e6e810072173dd73db3792f6f80d5272fa7_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:838ee5faa3da19a38b8df19373dc4019f7b80ffdb71053e4f74d53a447a48eca_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:a1477ff3ddb9315e482647d228c09e55356d00291f9fde419d36e064b54fc6b8_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:e10748a721cdb9316cc4283549a800b7725268ba3e181945329c76350ab7b32d_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:34cde8028262bd635134993a4d95bbc63a38dc943862938955c2eda609a67f71_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:3ef24dc7c5588180203520784ea3db6e1501e5190b3f59aa1f77df1a5bee9bfc_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:82192c8ede01ce878231c9c56d7104d845e6bb69a8eeea17af84be7b56654eea_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d54076093c47f3d5576eb0a5c1e4cd7963a9d29f393a277721c8f34cb7efc263_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:04ddf503b9da7491acec12879894486790a2d2baf3256837ae5884eb73e91bce_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:10ec14b028d3926a2c0ba35810035e69d669c0e358ed8832d854f0454c77e516_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:12ee577bf514a68c17d1b5ad73b91365c3f242bd82edee45422326ba2e0c0b65_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:de69bc0e11397002240253365aa2b2338b401e7aa4f74478e5f202184662a235_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:77751c116d7b990d00fe24beb6a3d5bc7faedd5f628b379903384e9c8ddb2c7c_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:7e4262c5ce1b614df5a3575111aa8d1f047ad476660b25e6318b562275626c51_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:fa74f6dc71dd03e23612312e6c6e988ff1234a8e75752087abb980ca983fdac2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:fff455cdc1c5015bad5296c85a6a13b2b4593b57dbf78164c1328cea9b228601_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:1364a6b06e13e205088d8690ae753c99527fc130cd5d8ece02fd92538f522a1d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:1509f4cd6e5aaeed58bd8d2fc518183a6943d546d1cf969fddaec4c075051001_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:2a767fe742df781ebf07f553a7274e766b3dea1b8f12ea665d5ef19efccdcb1e_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:ac3242268defa432b3245eeebaff125bbdbcfec532f5d25d7e96d81f0b4482c9_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:017afc8d42f2f0dd7adaf151c0cb79200724994d92e1b5e2f0c2461a9d7a75e0_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:32d4c74e6dad2e47b4129320cfd7c2c69fbdad29dbe3822749a98c023bce5be2_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:44d851608309de07e95081a748aa6b0ae1fde09fa8524ac9723aa9c0ea956785_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:f2659636edc0651da9d6bc18a09df3ddc94b80143ba4818dd9f818840c776d60_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:7cf7b1d6ec5e436fc35eb92ade0e29316b5af4c6a0df3b3cc0ade5fc732631bf_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:880ca9bd23984cde3a928c7266cd89051ca8bb95b94be54dfbe1e5330ff89674_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:d4bf6a34a799554347bcca84210428262288b32e8d340926f1100a4c05edf4a4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:fef0a1823440a06135a3d77afe86367c0f969cace70ac39b9fd1f188a80e69f2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:0521f90dec2a5a5cd930b3e3bf0de90b066eb1b2b2e74e82c9d63d3512b3e6c2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:09ec7273c5e72adfc183c3af125e2cd47bc1ddb7c44c28aeae18ee488844348c_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:e490cc741517a709f420720b8ee9d9a5ee5335675caa6e967a45b1be0b1404b4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:ee97bfec045744082cb9a2c806fb8808a25bb5014ee9568ff22e12803f03f26d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:1a9beb7528ea2ac15e1257be1ff0c8b1ecd4d2e103792efcb5408b0de77fce32_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:4104ea287b8e2476ed618e6e16a35658dddf4ec1da5b58d3196cd68f03fc8989_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:785a7d536bcd955878d80b28a9c5f2d3fbc73cc1ec76dcdbdaacd5454365cea8_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:defe86d856b97f76f8b1455f61c865cf0dbac67810cb67ea5eada820a2f948e6_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:4333b9d650627bb913456e6504faaaf0f0efb55e40a95546c3d31d08d8e2b076_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:c7bd2ccc85720656c78d2808a9059e50457ff6a74fc8a00fcce1b05e193c7244_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:d671e8634526c2e661713be807e2e7f32e46e58dbf7eea44e43ee17a87db601d_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:e32b399bba77a431ffc4e8f24744a790b7aab19f061f7ecca929cb795c83c4d0_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:0ff3decd7dfc8d54779ad65d693327c810f0094200aa34079d929039773887c3_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:1767e287d7463f0d9b6c3af65f98699746835e2c44af4a0b5398139be2aefd23_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:4a0c4d9dc31805b56a417b2359f5da2adaafced10dacf2110bda3d99c73184fc_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:e5abf59262ae41f04385437e3f95924eb505eaf936f5a988319b5a6a52f708c2_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:230119ab73baf69b572857a4b923baf2e267d2d77f8d373d924db1eb832d9a08_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:246f462c19203a5c3c28277bc857e38d9f5b648c4e3b6b77c35c0162e5c95d1a_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:6de3add0818fe352c79cdc4c53c792fcd4150e07908a9dae274e1a7b34d7e545_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:d3c4701a2aeac9cd836962c6c5d999a0aabb0c472c57fa4fe105e0c1a099059c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:98c3af814cc1d5a34f33cfeeeba1f7940f8e30e306da9487dca475bd31938fac_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:ad47d4bd6e23f0661b826a0f7c826a791474f4a9e15db453d941d143cb42c90c_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:af5002abc824cf36f90e16bc715ae619c035905442c0801cc92031a6a7765576_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:bfcc99ea9f1c699b48dcf2994afdd8a68f031f794d721ae745de54a924e59c76_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:3390ca1fd9ae0602c829961dc332c7e3c417020c18c50a08cefdb90c621d6474_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:606e8a370de720153a1dced87cacf1caa1549e6ef8ceaccfe1062663fd18a493_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:67cc277bedd68e09d92c3c256e886ca2506636dfcd77625a5ea3db4005b5d586_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:6e1b97632dea6ef859141e933ca2370d8fc90ab60f66a810e79290116d36d58d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:42e1a906ab4a97af8537be7b433ac2c7d2b9240d4a42ca9bc65ebf8af78fd7fc_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:af26c01c9129a5f2fbe128d2fe7fe25fb03c0ee6cd76571155147cd4ea3c2de1_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:bb2e059a922f8ece5011db593873c8839d1951ceee09d50fff1613ab270e1062_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:dc1a40ceab9f4100575ac0348a5e17514312d1dabfdb096130093914ff329059_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:5172c4fce21f42b27a34e3f7997e193107e0c0acc680b76058a2f099bf7141b0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:652771b15fc2b567ef2003d737397364c47bc641eb8bee217cf908679721c7ea_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:d297745a65c828d0a32ca68198e796a37fdef153bfb040cecb9739a868899777_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:e35424513c27c433a94b68d573ab05027fd8b63494414c68ea07a3f3efa01345_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:4c0c8bc122d612b3c0e228e1c5573fad021c4546496c45fbc2a2dc4225fbe727_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:7d4436578b21ba00a60f5cf6bd74988f976f6c167475cc76f39b34b20da182df_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:bcf6c5a3baaa23bb19a487126003eb8f2194f9238cbe8170c5d34930d47cc36c_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:dd8c287009c850126d2b4ae5623420c2ccde38bf14c9c853bdbe5c2e1586db06_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:48fd8e0d453e54ed7531678b05b65e388c00daae63ac5745c9ee8924f7c40371_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:5ad699e6e0061b76f3f50424cb557bcb9fc9569d48f76973da683a45b6ec9147_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:aac030d920f635b8ad7edf6cf046047c82f064bcb081e6071b86e8ee7d84464e_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:e43f01110886845433f023331f62328b116c20d404e70197fb70eac1df7ba155_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:04633a6772144e0362a5d059a21684026d8e78a28c2463c65daade75f3477548_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:5251d3f63d49ff224ca777898f93a5fdd6de407db59a315aefdfc49963f98c32_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:74f1f26bdb3c05af324066ce828f0863c2c5156e949c6cbeedd0d66068847033_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:c71c29bc335b77b98419e90f24a0396a1093edc2d985aae48f5000f9de75941f_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:34af5e7e166ea2ac902d3d0414adfb8442859396e60b4992de59d7ee130b3fef_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:8bfe1d490a44c6d495c7d30ddb4245746a2e48f0f72343574b3235fa3526cc6d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:af942926936e39d0f7a3ef1ed1af7fb97aaa04fee8a4ad4e6e21e8931ef42809_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:f929464036bfd53938a4cd7cd39297801a122fd20461cdce31cf8d6d96a3bb86_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:19425135838ddcea73db774c7dfa8a8a9f1301fb1bd488dd662cb02f3d7be670_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:447c983d4e104c79e59492ff5aebc62feccca29d08d11a8856c46710e3cb14fe_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:c01da1031a93870d3aabfd644585c88a53ab3cff759067b54ef08f3ebd690cf3_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:cb3fb52bf47fe049263cd6f87ecfe9f1941fc9f7f4fe69385415cdbc9017aa5e_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:1d18b01daba0807067ff5642305147ee613a22232a0a6ef88601243d59801f8d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:91e904d51d7505f19e7db68574a957febcb1963bad2f4452e9723be1bd5a79ce_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:bdf506a2c20720048d32e2f1a7df58a0e53f1df827611627d53c49cc005157b0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:fd318fe6bac9e3f6fb87fa8773d96803e44ba82d5367438f26b1aa04744d60c9_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:26cd2ddeea2e3de5552a95537b4acbfb546076e4d6673b6a68f4c9e2b8dc0142_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:c22c8d4a9dfd25462ed4b37b20d3917cdc87bdc4a90718835dd7cfd70ac7eef8_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:eba4d1b2d03ad132af50bb12a3e67633234494a62a458fd05fa645696f6215cd_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:f80821688e548ecf8b8ffd8ef6c4c5f3bc04f32628e7f83a97c910f43ce3dbe2_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:301d210efc58e5e08c62ce58e308298aa25f92743b261c258359b26231b179d4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:491faee7ce303a18b80934ac246b965e9353764c9a9df3928af2757ef0c1104d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:553e7ea4c082a871ded4daa0865bd2387ec6f99fc6fbd4713a27873cf5bc565d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:fc03869cd583f8e31cf895f07ff7a96a9d7c236eab36b9e56136e58ca7db96bd_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:1262b507d141cb572339ea7dd149215af3ee891343a66c1d8436c4ef2c3e51ba_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:17db909660a9b940339d94e06e3b7f0612e0e306c6e877debded146505d274b0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:4fb24af422753d3194a182894499628b10c2fdf22c441b9a90ab9748d3138d7e_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:cce28f2d920fc8d3bfa1b6c64f4c58ec7b02eabaffa7fd05293b725030463bf5_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:438039b78b649983401a817b6937f95915088796a815f80b9625e19fab1a64c4_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:9d748d3f2c587649dbaf6c7f222aadf47ba4e744fab63a252d49ae1c9049e26c_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c036df7a4bc62e7bafe4b549f3e1fe17b6f9894ac4dedd6018df7d07e267b5a3_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c7b9e3af430d26a1914bce5bf4189de1ebb3d61c4d8098b7b163c1b6d6f554f2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:32376725b6ca30983e9fef1b1d6bfa51a7b1d7e1960ccb50bafccb15efe8c7ae_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:47dc50b7a92d96c2dadc980c97f5d58e6e3fcadf5a29c7736209e7e9a47a47c3_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:d51f2814147a117c3465dc38c3940df147092aebcd694e7453b2e4aadeb83ba0_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:e7e8f68f0c3563ff5055685647d20e61a8811f07c828ed4ce88e5c0fa57577bb_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:06dcdd95fe32e4bfe8197f85a92e15e1b3266d195ecef3a3c11350c43e025b54_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:61d7da5e8a4fd131f49e7217c2a43ee60ee179ca8d74c1dd3b2a653e9864bc5c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:7ddd248c4db55f65e82c0e6ceaa125876cc18cc6c4611a50f2bdb80809f02914_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:ec3dffec1e3bbbd7381e45f888ee06fb080414fe9dc6935cd4caeff0a4e65636_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:0b0cc51d2f5df8a7cc2e30f80fcd4bdb7a38bd5f8a9ecc6d5e5870dc5fdc36e8_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:25933d9a51a2679fea10bda3d72addcadfe26a055a137c628bfdb5f818896536_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:290eacede3daa3be390b910c7116380a5a5dbc2ccc7c3ae8b562c67af76d3fd0_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:79799a8308a0b356a639bceca16c2a728f5bc78a88097fdd149173ef80d2c9c9_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:323921bcd7db381b2a1953764d5f85a14abcbdc1ccece894f8961d8b2b2fb779_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:abfc5c2b61eff272ef04d38a18b7bebaad8aac824a68fe0bd6a95e595678e2d0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:bd91a02760bac7f4e1f30753d7b9f29c9abcaeeaddde7e3c55c14ce827d07e52_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:e8c62219f6073bd08d585d5f159c6beab76e5553a7e8ae4d1e7c2bdb01c4c7c1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:8105660323b2250eee6ec111eb4aca20e7a88cdcd1b243ae9c6bc0bee8642293_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:8689c9c077663f3dbd393b9aa1ad5dfad6226c398070804b1e5f3afefaf2ec39_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:d97699f5c4083039de2cf17de20d4e93ac38bb10c885785705d4ce17bc80a37f_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:dae5d2a9e6b12479f742d1110f20059acd9e831ea272a52525d9c3ee42d44d94_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2443104"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/net/http2. A remote attacker can exploit this vulnerability by sending specially crafted HTTP/2 frames, which are data packets used in the HTTP/2 protocol. Due to a missing check for null values, processing these specific frames (types 0x0a through 0x0f) can cause the server to crash. This leads to a Denial of Service (DoS) condition, making the affected server unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/http2: golang.org/x/net/http2: Denial of Service due to malformed HTTP/2 frames",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:0739254d745378452259e4d9a84ba9f6bd03e523bda40d9fadfd999812003421_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:3278f98d80e2626bf481811b03908d955019137b47bacbfc6894949e067f39b1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:73959111c980def943d458774e2b86446e9cc5f96fa6f2d4b45b7db563f44d4b_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:f30b4949b3342a56ce37ab6368e3cd58d23581f8190b0652b1e2e6a4b9daed91_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:3c4587b2b5dc7426cc24e8678dd103ed2b1abb8ca13f5ea5aab606d92e5e00ba_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:5330de373490f5bfd8fa40de3c8dfb21f64128dab695aaff3a6a4c96c3388d3b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c26593f4740103d3296bb094cf30af778128384617d0ac5b7ecef9987a88003a_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c728d376aafac1219d957bafe2f3ab75ae88e1d326d48ca409e209e09a782e6c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:1cd66608b31afb07d5575714fd24becb2a3eb48fd6f897240986e5b5cd5ca25f_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:99aab6998dc6e4c8349a53e4ab52c0a9730aa75b36bb4e87d74bb6ee5f2044da_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:9d7a69223b0662bcf109a02007d017e5f10e5c563ff78c02d87af8d5d4ea24de_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:dd5328245120eb981cf5fe6153fc2d33ed9817612884bb7cf7fed77782cd1e20_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:0b3a5aa6d681f46fc242eefae9a3540b43c2be17b643d40ca4446cd0e8fc2abb_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:8627d0dd68402dc51137d89534c0bdb72e27fc3327be1e63e93a38ae72f653cd_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:a395182a2cda20322f0af7ecc972ab3bc9c07161e70174c2b4d9ac08f6aa9845_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:b289110701914022840061f5f5a931e5c895d16898fff3d78193b89c37943201_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:51d8398c7057486fbc41a810031276ccd05179d43e9cf4369c8df440495c6ef7_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:6aaf557a08c0952e2ec7463e3b3cef4d5f8fc9d24427a28c9766f6f0d12f08bd_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:9f9b88b0fbc438aad06752a21fe76a870ba4d8042c6ee1ff0505af780ca8c2f0_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:ff4f49f5218d296b3af828c17283f870aebd6d60813563b55908ffd4629eeab1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9e75f7392dcc9df58236d14c8c56e69b34564525b72862d851bea16367270128_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9f80cfe35f04cbe6a16069c1ec1d8811be4d593e64e4c416f3c10d0867e6ae19_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9fabbf4a7e28f6ab02f1ac77b82fc37e0e295f71b05fa9e56b1a5ee4056a0fed_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:fdebb108386237b2ceb1a09abfd18a26fa724dfeb288b8db05a324c4534b109a_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:632a9d70719cce5d0fde98642ff48e6e810072173dd73db3792f6f80d5272fa7_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:838ee5faa3da19a38b8df19373dc4019f7b80ffdb71053e4f74d53a447a48eca_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:a1477ff3ddb9315e482647d228c09e55356d00291f9fde419d36e064b54fc6b8_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:e10748a721cdb9316cc4283549a800b7725268ba3e181945329c76350ab7b32d_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:34cde8028262bd635134993a4d95bbc63a38dc943862938955c2eda609a67f71_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:3ef24dc7c5588180203520784ea3db6e1501e5190b3f59aa1f77df1a5bee9bfc_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:82192c8ede01ce878231c9c56d7104d845e6bb69a8eeea17af84be7b56654eea_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d54076093c47f3d5576eb0a5c1e4cd7963a9d29f393a277721c8f34cb7efc263_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:04ddf503b9da7491acec12879894486790a2d2baf3256837ae5884eb73e91bce_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:10ec14b028d3926a2c0ba35810035e69d669c0e358ed8832d854f0454c77e516_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:12ee577bf514a68c17d1b5ad73b91365c3f242bd82edee45422326ba2e0c0b65_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:de69bc0e11397002240253365aa2b2338b401e7aa4f74478e5f202184662a235_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:77751c116d7b990d00fe24beb6a3d5bc7faedd5f628b379903384e9c8ddb2c7c_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:7e4262c5ce1b614df5a3575111aa8d1f047ad476660b25e6318b562275626c51_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:fa74f6dc71dd03e23612312e6c6e988ff1234a8e75752087abb980ca983fdac2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:fff455cdc1c5015bad5296c85a6a13b2b4593b57dbf78164c1328cea9b228601_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:1364a6b06e13e205088d8690ae753c99527fc130cd5d8ece02fd92538f522a1d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:1509f4cd6e5aaeed58bd8d2fc518183a6943d546d1cf969fddaec4c075051001_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:2a767fe742df781ebf07f553a7274e766b3dea1b8f12ea665d5ef19efccdcb1e_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:ac3242268defa432b3245eeebaff125bbdbcfec532f5d25d7e96d81f0b4482c9_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:017afc8d42f2f0dd7adaf151c0cb79200724994d92e1b5e2f0c2461a9d7a75e0_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:32d4c74e6dad2e47b4129320cfd7c2c69fbdad29dbe3822749a98c023bce5be2_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:44d851608309de07e95081a748aa6b0ae1fde09fa8524ac9723aa9c0ea956785_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:f2659636edc0651da9d6bc18a09df3ddc94b80143ba4818dd9f818840c776d60_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:7cf7b1d6ec5e436fc35eb92ade0e29316b5af4c6a0df3b3cc0ade5fc732631bf_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:880ca9bd23984cde3a928c7266cd89051ca8bb95b94be54dfbe1e5330ff89674_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:d4bf6a34a799554347bcca84210428262288b32e8d340926f1100a4c05edf4a4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:fef0a1823440a06135a3d77afe86367c0f969cace70ac39b9fd1f188a80e69f2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:0521f90dec2a5a5cd930b3e3bf0de90b066eb1b2b2e74e82c9d63d3512b3e6c2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:09ec7273c5e72adfc183c3af125e2cd47bc1ddb7c44c28aeae18ee488844348c_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:e490cc741517a709f420720b8ee9d9a5ee5335675caa6e967a45b1be0b1404b4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:ee97bfec045744082cb9a2c806fb8808a25bb5014ee9568ff22e12803f03f26d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:1a9beb7528ea2ac15e1257be1ff0c8b1ecd4d2e103792efcb5408b0de77fce32_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:4104ea287b8e2476ed618e6e16a35658dddf4ec1da5b58d3196cd68f03fc8989_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:785a7d536bcd955878d80b28a9c5f2d3fbc73cc1ec76dcdbdaacd5454365cea8_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:defe86d856b97f76f8b1455f61c865cf0dbac67810cb67ea5eada820a2f948e6_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:4333b9d650627bb913456e6504faaaf0f0efb55e40a95546c3d31d08d8e2b076_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:c7bd2ccc85720656c78d2808a9059e50457ff6a74fc8a00fcce1b05e193c7244_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:d671e8634526c2e661713be807e2e7f32e46e58dbf7eea44e43ee17a87db601d_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:e32b399bba77a431ffc4e8f24744a790b7aab19f061f7ecca929cb795c83c4d0_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:0ff3decd7dfc8d54779ad65d693327c810f0094200aa34079d929039773887c3_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:1767e287d7463f0d9b6c3af65f98699746835e2c44af4a0b5398139be2aefd23_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:4a0c4d9dc31805b56a417b2359f5da2adaafced10dacf2110bda3d99c73184fc_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:e5abf59262ae41f04385437e3f95924eb505eaf936f5a988319b5a6a52f708c2_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:230119ab73baf69b572857a4b923baf2e267d2d77f8d373d924db1eb832d9a08_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:246f462c19203a5c3c28277bc857e38d9f5b648c4e3b6b77c35c0162e5c95d1a_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:6de3add0818fe352c79cdc4c53c792fcd4150e07908a9dae274e1a7b34d7e545_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:d3c4701a2aeac9cd836962c6c5d999a0aabb0c472c57fa4fe105e0c1a099059c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:98c3af814cc1d5a34f33cfeeeba1f7940f8e30e306da9487dca475bd31938fac_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:ad47d4bd6e23f0661b826a0f7c826a791474f4a9e15db453d941d143cb42c90c_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:af5002abc824cf36f90e16bc715ae619c035905442c0801cc92031a6a7765576_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:bfcc99ea9f1c699b48dcf2994afdd8a68f031f794d721ae745de54a924e59c76_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:3390ca1fd9ae0602c829961dc332c7e3c417020c18c50a08cefdb90c621d6474_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:606e8a370de720153a1dced87cacf1caa1549e6ef8ceaccfe1062663fd18a493_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:67cc277bedd68e09d92c3c256e886ca2506636dfcd77625a5ea3db4005b5d586_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:6e1b97632dea6ef859141e933ca2370d8fc90ab60f66a810e79290116d36d58d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:42e1a906ab4a97af8537be7b433ac2c7d2b9240d4a42ca9bc65ebf8af78fd7fc_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:af26c01c9129a5f2fbe128d2fe7fe25fb03c0ee6cd76571155147cd4ea3c2de1_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:bb2e059a922f8ece5011db593873c8839d1951ceee09d50fff1613ab270e1062_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:dc1a40ceab9f4100575ac0348a5e17514312d1dabfdb096130093914ff329059_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:5172c4fce21f42b27a34e3f7997e193107e0c0acc680b76058a2f099bf7141b0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:652771b15fc2b567ef2003d737397364c47bc641eb8bee217cf908679721c7ea_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:d297745a65c828d0a32ca68198e796a37fdef153bfb040cecb9739a868899777_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:e35424513c27c433a94b68d573ab05027fd8b63494414c68ea07a3f3efa01345_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:4c0c8bc122d612b3c0e228e1c5573fad021c4546496c45fbc2a2dc4225fbe727_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:7d4436578b21ba00a60f5cf6bd74988f976f6c167475cc76f39b34b20da182df_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:bcf6c5a3baaa23bb19a487126003eb8f2194f9238cbe8170c5d34930d47cc36c_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:dd8c287009c850126d2b4ae5623420c2ccde38bf14c9c853bdbe5c2e1586db06_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:48fd8e0d453e54ed7531678b05b65e388c00daae63ac5745c9ee8924f7c40371_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:5ad699e6e0061b76f3f50424cb557bcb9fc9569d48f76973da683a45b6ec9147_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:aac030d920f635b8ad7edf6cf046047c82f064bcb081e6071b86e8ee7d84464e_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:e43f01110886845433f023331f62328b116c20d404e70197fb70eac1df7ba155_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:04633a6772144e0362a5d059a21684026d8e78a28c2463c65daade75f3477548_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:5251d3f63d49ff224ca777898f93a5fdd6de407db59a315aefdfc49963f98c32_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:74f1f26bdb3c05af324066ce828f0863c2c5156e949c6cbeedd0d66068847033_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:c71c29bc335b77b98419e90f24a0396a1093edc2d985aae48f5000f9de75941f_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:34af5e7e166ea2ac902d3d0414adfb8442859396e60b4992de59d7ee130b3fef_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:8bfe1d490a44c6d495c7d30ddb4245746a2e48f0f72343574b3235fa3526cc6d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:af942926936e39d0f7a3ef1ed1af7fb97aaa04fee8a4ad4e6e21e8931ef42809_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:f929464036bfd53938a4cd7cd39297801a122fd20461cdce31cf8d6d96a3bb86_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:19425135838ddcea73db774c7dfa8a8a9f1301fb1bd488dd662cb02f3d7be670_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:447c983d4e104c79e59492ff5aebc62feccca29d08d11a8856c46710e3cb14fe_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:c01da1031a93870d3aabfd644585c88a53ab3cff759067b54ef08f3ebd690cf3_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:cb3fb52bf47fe049263cd6f87ecfe9f1941fc9f7f4fe69385415cdbc9017aa5e_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:1d18b01daba0807067ff5642305147ee613a22232a0a6ef88601243d59801f8d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:91e904d51d7505f19e7db68574a957febcb1963bad2f4452e9723be1bd5a79ce_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:bdf506a2c20720048d32e2f1a7df58a0e53f1df827611627d53c49cc005157b0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:fd318fe6bac9e3f6fb87fa8773d96803e44ba82d5367438f26b1aa04744d60c9_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:26cd2ddeea2e3de5552a95537b4acbfb546076e4d6673b6a68f4c9e2b8dc0142_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:c22c8d4a9dfd25462ed4b37b20d3917cdc87bdc4a90718835dd7cfd70ac7eef8_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:eba4d1b2d03ad132af50bb12a3e67633234494a62a458fd05fa645696f6215cd_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:f80821688e548ecf8b8ffd8ef6c4c5f3bc04f32628e7f83a97c910f43ce3dbe2_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:301d210efc58e5e08c62ce58e308298aa25f92743b261c258359b26231b179d4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:491faee7ce303a18b80934ac246b965e9353764c9a9df3928af2757ef0c1104d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:553e7ea4c082a871ded4daa0865bd2387ec6f99fc6fbd4713a27873cf5bc565d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:fc03869cd583f8e31cf895f07ff7a96a9d7c236eab36b9e56136e58ca7db96bd_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:1262b507d141cb572339ea7dd149215af3ee891343a66c1d8436c4ef2c3e51ba_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:17db909660a9b940339d94e06e3b7f0612e0e306c6e877debded146505d274b0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:4fb24af422753d3194a182894499628b10c2fdf22c441b9a90ab9748d3138d7e_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:cce28f2d920fc8d3bfa1b6c64f4c58ec7b02eabaffa7fd05293b725030463bf5_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:438039b78b649983401a817b6937f95915088796a815f80b9625e19fab1a64c4_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:9d748d3f2c587649dbaf6c7f222aadf47ba4e744fab63a252d49ae1c9049e26c_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c036df7a4bc62e7bafe4b549f3e1fe17b6f9894ac4dedd6018df7d07e267b5a3_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c7b9e3af430d26a1914bce5bf4189de1ebb3d61c4d8098b7b163c1b6d6f554f2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:32376725b6ca30983e9fef1b1d6bfa51a7b1d7e1960ccb50bafccb15efe8c7ae_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:47dc50b7a92d96c2dadc980c97f5d58e6e3fcadf5a29c7736209e7e9a47a47c3_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:d51f2814147a117c3465dc38c3940df147092aebcd694e7453b2e4aadeb83ba0_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:e7e8f68f0c3563ff5055685647d20e61a8811f07c828ed4ce88e5c0fa57577bb_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:06dcdd95fe32e4bfe8197f85a92e15e1b3266d195ecef3a3c11350c43e025b54_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:61d7da5e8a4fd131f49e7217c2a43ee60ee179ca8d74c1dd3b2a653e9864bc5c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:7ddd248c4db55f65e82c0e6ceaa125876cc18cc6c4611a50f2bdb80809f02914_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:ec3dffec1e3bbbd7381e45f888ee06fb080414fe9dc6935cd4caeff0a4e65636_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:0b0cc51d2f5df8a7cc2e30f80fcd4bdb7a38bd5f8a9ecc6d5e5870dc5fdc36e8_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:25933d9a51a2679fea10bda3d72addcadfe26a055a137c628bfdb5f818896536_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:290eacede3daa3be390b910c7116380a5a5dbc2ccc7c3ae8b562c67af76d3fd0_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:79799a8308a0b356a639bceca16c2a728f5bc78a88097fdd149173ef80d2c9c9_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:323921bcd7db381b2a1953764d5f85a14abcbdc1ccece894f8961d8b2b2fb779_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:abfc5c2b61eff272ef04d38a18b7bebaad8aac824a68fe0bd6a95e595678e2d0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:bd91a02760bac7f4e1f30753d7b9f29c9abcaeeaddde7e3c55c14ce827d07e52_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:e8c62219f6073bd08d585d5f159c6beab76e5553a7e8ae4d1e7c2bdb01c4c7c1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:8105660323b2250eee6ec111eb4aca20e7a88cdcd1b243ae9c6bc0bee8642293_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:8689c9c077663f3dbd393b9aa1ad5dfad6226c398070804b1e5f3afefaf2ec39_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:d97699f5c4083039de2cf17de20d4e93ac38bb10c885785705d4ce17bc80a37f_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:dae5d2a9e6b12479f742d1110f20059acd9e831ea272a52525d9c3ee42d44d94_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27141"
},
{
"category": "external",
"summary": "RHBZ#2443104",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2443104"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27141",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27141"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27141",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27141"
},
{
"category": "external",
"summary": "https://go.dev/cl/746180",
"url": "https://go.dev/cl/746180"
},
{
"category": "external",
"summary": "https://go.dev/issue/77652",
"url": "https://go.dev/issue/77652"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4559",
"url": "https://pkg.go.dev/vuln/GO-2026-4559"
}
],
"release_date": "2026-02-26T18:50:31.830000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-17T06:49:10+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:0739254d745378452259e4d9a84ba9f6bd03e523bda40d9fadfd999812003421_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:3278f98d80e2626bf481811b03908d955019137b47bacbfc6894949e067f39b1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:73959111c980def943d458774e2b86446e9cc5f96fa6f2d4b45b7db563f44d4b_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:f30b4949b3342a56ce37ab6368e3cd58d23581f8190b0652b1e2e6a4b9daed91_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:26519"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:3c4587b2b5dc7426cc24e8678dd103ed2b1abb8ca13f5ea5aab606d92e5e00ba_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:5330de373490f5bfd8fa40de3c8dfb21f64128dab695aaff3a6a4c96c3388d3b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c26593f4740103d3296bb094cf30af778128384617d0ac5b7ecef9987a88003a_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c728d376aafac1219d957bafe2f3ab75ae88e1d326d48ca409e209e09a782e6c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:1cd66608b31afb07d5575714fd24becb2a3eb48fd6f897240986e5b5cd5ca25f_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:99aab6998dc6e4c8349a53e4ab52c0a9730aa75b36bb4e87d74bb6ee5f2044da_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:9d7a69223b0662bcf109a02007d017e5f10e5c563ff78c02d87af8d5d4ea24de_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:dd5328245120eb981cf5fe6153fc2d33ed9817612884bb7cf7fed77782cd1e20_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:0b3a5aa6d681f46fc242eefae9a3540b43c2be17b643d40ca4446cd0e8fc2abb_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:8627d0dd68402dc51137d89534c0bdb72e27fc3327be1e63e93a38ae72f653cd_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:a395182a2cda20322f0af7ecc972ab3bc9c07161e70174c2b4d9ac08f6aa9845_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:b289110701914022840061f5f5a931e5c895d16898fff3d78193b89c37943201_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:51d8398c7057486fbc41a810031276ccd05179d43e9cf4369c8df440495c6ef7_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:6aaf557a08c0952e2ec7463e3b3cef4d5f8fc9d24427a28c9766f6f0d12f08bd_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:9f9b88b0fbc438aad06752a21fe76a870ba4d8042c6ee1ff0505af780ca8c2f0_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:ff4f49f5218d296b3af828c17283f870aebd6d60813563b55908ffd4629eeab1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9e75f7392dcc9df58236d14c8c56e69b34564525b72862d851bea16367270128_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9f80cfe35f04cbe6a16069c1ec1d8811be4d593e64e4c416f3c10d0867e6ae19_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9fabbf4a7e28f6ab02f1ac77b82fc37e0e295f71b05fa9e56b1a5ee4056a0fed_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:fdebb108386237b2ceb1a09abfd18a26fa724dfeb288b8db05a324c4534b109a_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:632a9d70719cce5d0fde98642ff48e6e810072173dd73db3792f6f80d5272fa7_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:838ee5faa3da19a38b8df19373dc4019f7b80ffdb71053e4f74d53a447a48eca_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:a1477ff3ddb9315e482647d228c09e55356d00291f9fde419d36e064b54fc6b8_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:e10748a721cdb9316cc4283549a800b7725268ba3e181945329c76350ab7b32d_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:34cde8028262bd635134993a4d95bbc63a38dc943862938955c2eda609a67f71_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:3ef24dc7c5588180203520784ea3db6e1501e5190b3f59aa1f77df1a5bee9bfc_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:82192c8ede01ce878231c9c56d7104d845e6bb69a8eeea17af84be7b56654eea_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d54076093c47f3d5576eb0a5c1e4cd7963a9d29f393a277721c8f34cb7efc263_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:04ddf503b9da7491acec12879894486790a2d2baf3256837ae5884eb73e91bce_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:10ec14b028d3926a2c0ba35810035e69d669c0e358ed8832d854f0454c77e516_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:12ee577bf514a68c17d1b5ad73b91365c3f242bd82edee45422326ba2e0c0b65_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:de69bc0e11397002240253365aa2b2338b401e7aa4f74478e5f202184662a235_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:77751c116d7b990d00fe24beb6a3d5bc7faedd5f628b379903384e9c8ddb2c7c_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:7e4262c5ce1b614df5a3575111aa8d1f047ad476660b25e6318b562275626c51_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:fa74f6dc71dd03e23612312e6c6e988ff1234a8e75752087abb980ca983fdac2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:fff455cdc1c5015bad5296c85a6a13b2b4593b57dbf78164c1328cea9b228601_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:1364a6b06e13e205088d8690ae753c99527fc130cd5d8ece02fd92538f522a1d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:1509f4cd6e5aaeed58bd8d2fc518183a6943d546d1cf969fddaec4c075051001_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:2a767fe742df781ebf07f553a7274e766b3dea1b8f12ea665d5ef19efccdcb1e_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:ac3242268defa432b3245eeebaff125bbdbcfec532f5d25d7e96d81f0b4482c9_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:017afc8d42f2f0dd7adaf151c0cb79200724994d92e1b5e2f0c2461a9d7a75e0_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:32d4c74e6dad2e47b4129320cfd7c2c69fbdad29dbe3822749a98c023bce5be2_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:44d851608309de07e95081a748aa6b0ae1fde09fa8524ac9723aa9c0ea956785_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:f2659636edc0651da9d6bc18a09df3ddc94b80143ba4818dd9f818840c776d60_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:7cf7b1d6ec5e436fc35eb92ade0e29316b5af4c6a0df3b3cc0ade5fc732631bf_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:880ca9bd23984cde3a928c7266cd89051ca8bb95b94be54dfbe1e5330ff89674_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:d4bf6a34a799554347bcca84210428262288b32e8d340926f1100a4c05edf4a4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:fef0a1823440a06135a3d77afe86367c0f969cace70ac39b9fd1f188a80e69f2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:0521f90dec2a5a5cd930b3e3bf0de90b066eb1b2b2e74e82c9d63d3512b3e6c2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:09ec7273c5e72adfc183c3af125e2cd47bc1ddb7c44c28aeae18ee488844348c_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:e490cc741517a709f420720b8ee9d9a5ee5335675caa6e967a45b1be0b1404b4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:ee97bfec045744082cb9a2c806fb8808a25bb5014ee9568ff22e12803f03f26d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:1a9beb7528ea2ac15e1257be1ff0c8b1ecd4d2e103792efcb5408b0de77fce32_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:4104ea287b8e2476ed618e6e16a35658dddf4ec1da5b58d3196cd68f03fc8989_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:785a7d536bcd955878d80b28a9c5f2d3fbc73cc1ec76dcdbdaacd5454365cea8_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:defe86d856b97f76f8b1455f61c865cf0dbac67810cb67ea5eada820a2f948e6_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:4333b9d650627bb913456e6504faaaf0f0efb55e40a95546c3d31d08d8e2b076_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:c7bd2ccc85720656c78d2808a9059e50457ff6a74fc8a00fcce1b05e193c7244_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:d671e8634526c2e661713be807e2e7f32e46e58dbf7eea44e43ee17a87db601d_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:e32b399bba77a431ffc4e8f24744a790b7aab19f061f7ecca929cb795c83c4d0_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:0ff3decd7dfc8d54779ad65d693327c810f0094200aa34079d929039773887c3_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:1767e287d7463f0d9b6c3af65f98699746835e2c44af4a0b5398139be2aefd23_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:4a0c4d9dc31805b56a417b2359f5da2adaafced10dacf2110bda3d99c73184fc_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:e5abf59262ae41f04385437e3f95924eb505eaf936f5a988319b5a6a52f708c2_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:230119ab73baf69b572857a4b923baf2e267d2d77f8d373d924db1eb832d9a08_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:246f462c19203a5c3c28277bc857e38d9f5b648c4e3b6b77c35c0162e5c95d1a_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:6de3add0818fe352c79cdc4c53c792fcd4150e07908a9dae274e1a7b34d7e545_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:d3c4701a2aeac9cd836962c6c5d999a0aabb0c472c57fa4fe105e0c1a099059c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:98c3af814cc1d5a34f33cfeeeba1f7940f8e30e306da9487dca475bd31938fac_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:ad47d4bd6e23f0661b826a0f7c826a791474f4a9e15db453d941d143cb42c90c_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:af5002abc824cf36f90e16bc715ae619c035905442c0801cc92031a6a7765576_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:bfcc99ea9f1c699b48dcf2994afdd8a68f031f794d721ae745de54a924e59c76_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:3390ca1fd9ae0602c829961dc332c7e3c417020c18c50a08cefdb90c621d6474_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:606e8a370de720153a1dced87cacf1caa1549e6ef8ceaccfe1062663fd18a493_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:67cc277bedd68e09d92c3c256e886ca2506636dfcd77625a5ea3db4005b5d586_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:6e1b97632dea6ef859141e933ca2370d8fc90ab60f66a810e79290116d36d58d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:42e1a906ab4a97af8537be7b433ac2c7d2b9240d4a42ca9bc65ebf8af78fd7fc_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:af26c01c9129a5f2fbe128d2fe7fe25fb03c0ee6cd76571155147cd4ea3c2de1_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:bb2e059a922f8ece5011db593873c8839d1951ceee09d50fff1613ab270e1062_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:dc1a40ceab9f4100575ac0348a5e17514312d1dabfdb096130093914ff329059_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:5172c4fce21f42b27a34e3f7997e193107e0c0acc680b76058a2f099bf7141b0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:652771b15fc2b567ef2003d737397364c47bc641eb8bee217cf908679721c7ea_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:d297745a65c828d0a32ca68198e796a37fdef153bfb040cecb9739a868899777_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:e35424513c27c433a94b68d573ab05027fd8b63494414c68ea07a3f3efa01345_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:4c0c8bc122d612b3c0e228e1c5573fad021c4546496c45fbc2a2dc4225fbe727_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:7d4436578b21ba00a60f5cf6bd74988f976f6c167475cc76f39b34b20da182df_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:bcf6c5a3baaa23bb19a487126003eb8f2194f9238cbe8170c5d34930d47cc36c_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:dd8c287009c850126d2b4ae5623420c2ccde38bf14c9c853bdbe5c2e1586db06_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:48fd8e0d453e54ed7531678b05b65e388c00daae63ac5745c9ee8924f7c40371_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:5ad699e6e0061b76f3f50424cb557bcb9fc9569d48f76973da683a45b6ec9147_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:aac030d920f635b8ad7edf6cf046047c82f064bcb081e6071b86e8ee7d84464e_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:e43f01110886845433f023331f62328b116c20d404e70197fb70eac1df7ba155_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:04633a6772144e0362a5d059a21684026d8e78a28c2463c65daade75f3477548_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:5251d3f63d49ff224ca777898f93a5fdd6de407db59a315aefdfc49963f98c32_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:74f1f26bdb3c05af324066ce828f0863c2c5156e949c6cbeedd0d66068847033_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:c71c29bc335b77b98419e90f24a0396a1093edc2d985aae48f5000f9de75941f_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:34af5e7e166ea2ac902d3d0414adfb8442859396e60b4992de59d7ee130b3fef_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:8bfe1d490a44c6d495c7d30ddb4245746a2e48f0f72343574b3235fa3526cc6d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:af942926936e39d0f7a3ef1ed1af7fb97aaa04fee8a4ad4e6e21e8931ef42809_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:f929464036bfd53938a4cd7cd39297801a122fd20461cdce31cf8d6d96a3bb86_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:19425135838ddcea73db774c7dfa8a8a9f1301fb1bd488dd662cb02f3d7be670_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:447c983d4e104c79e59492ff5aebc62feccca29d08d11a8856c46710e3cb14fe_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:c01da1031a93870d3aabfd644585c88a53ab3cff759067b54ef08f3ebd690cf3_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:cb3fb52bf47fe049263cd6f87ecfe9f1941fc9f7f4fe69385415cdbc9017aa5e_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:1d18b01daba0807067ff5642305147ee613a22232a0a6ef88601243d59801f8d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:91e904d51d7505f19e7db68574a957febcb1963bad2f4452e9723be1bd5a79ce_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:bdf506a2c20720048d32e2f1a7df58a0e53f1df827611627d53c49cc005157b0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:fd318fe6bac9e3f6fb87fa8773d96803e44ba82d5367438f26b1aa04744d60c9_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:26cd2ddeea2e3de5552a95537b4acbfb546076e4d6673b6a68f4c9e2b8dc0142_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:c22c8d4a9dfd25462ed4b37b20d3917cdc87bdc4a90718835dd7cfd70ac7eef8_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:eba4d1b2d03ad132af50bb12a3e67633234494a62a458fd05fa645696f6215cd_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:f80821688e548ecf8b8ffd8ef6c4c5f3bc04f32628e7f83a97c910f43ce3dbe2_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:0739254d745378452259e4d9a84ba9f6bd03e523bda40d9fadfd999812003421_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:3278f98d80e2626bf481811b03908d955019137b47bacbfc6894949e067f39b1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:73959111c980def943d458774e2b86446e9cc5f96fa6f2d4b45b7db563f44d4b_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:f30b4949b3342a56ce37ab6368e3cd58d23581f8190b0652b1e2e6a4b9daed91_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:301d210efc58e5e08c62ce58e308298aa25f92743b261c258359b26231b179d4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:491faee7ce303a18b80934ac246b965e9353764c9a9df3928af2757ef0c1104d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:553e7ea4c082a871ded4daa0865bd2387ec6f99fc6fbd4713a27873cf5bc565d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:fc03869cd583f8e31cf895f07ff7a96a9d7c236eab36b9e56136e58ca7db96bd_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:1262b507d141cb572339ea7dd149215af3ee891343a66c1d8436c4ef2c3e51ba_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:17db909660a9b940339d94e06e3b7f0612e0e306c6e877debded146505d274b0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:4fb24af422753d3194a182894499628b10c2fdf22c441b9a90ab9748d3138d7e_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:cce28f2d920fc8d3bfa1b6c64f4c58ec7b02eabaffa7fd05293b725030463bf5_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:438039b78b649983401a817b6937f95915088796a815f80b9625e19fab1a64c4_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:9d748d3f2c587649dbaf6c7f222aadf47ba4e744fab63a252d49ae1c9049e26c_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c036df7a4bc62e7bafe4b549f3e1fe17b6f9894ac4dedd6018df7d07e267b5a3_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c7b9e3af430d26a1914bce5bf4189de1ebb3d61c4d8098b7b163c1b6d6f554f2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:32376725b6ca30983e9fef1b1d6bfa51a7b1d7e1960ccb50bafccb15efe8c7ae_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:47dc50b7a92d96c2dadc980c97f5d58e6e3fcadf5a29c7736209e7e9a47a47c3_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:d51f2814147a117c3465dc38c3940df147092aebcd694e7453b2e4aadeb83ba0_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:e7e8f68f0c3563ff5055685647d20e61a8811f07c828ed4ce88e5c0fa57577bb_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:06dcdd95fe32e4bfe8197f85a92e15e1b3266d195ecef3a3c11350c43e025b54_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:61d7da5e8a4fd131f49e7217c2a43ee60ee179ca8d74c1dd3b2a653e9864bc5c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:7ddd248c4db55f65e82c0e6ceaa125876cc18cc6c4611a50f2bdb80809f02914_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:ec3dffec1e3bbbd7381e45f888ee06fb080414fe9dc6935cd4caeff0a4e65636_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:0b0cc51d2f5df8a7cc2e30f80fcd4bdb7a38bd5f8a9ecc6d5e5870dc5fdc36e8_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:25933d9a51a2679fea10bda3d72addcadfe26a055a137c628bfdb5f818896536_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:290eacede3daa3be390b910c7116380a5a5dbc2ccc7c3ae8b562c67af76d3fd0_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:79799a8308a0b356a639bceca16c2a728f5bc78a88097fdd149173ef80d2c9c9_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:323921bcd7db381b2a1953764d5f85a14abcbdc1ccece894f8961d8b2b2fb779_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:abfc5c2b61eff272ef04d38a18b7bebaad8aac824a68fe0bd6a95e595678e2d0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:bd91a02760bac7f4e1f30753d7b9f29c9abcaeeaddde7e3c55c14ce827d07e52_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:e8c62219f6073bd08d585d5f159c6beab76e5553a7e8ae4d1e7c2bdb01c4c7c1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:8105660323b2250eee6ec111eb4aca20e7a88cdcd1b243ae9c6bc0bee8642293_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:8689c9c077663f3dbd393b9aa1ad5dfad6226c398070804b1e5f3afefaf2ec39_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:d97699f5c4083039de2cf17de20d4e93ac38bb10c885785705d4ce17bc80a37f_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:dae5d2a9e6b12479f742d1110f20059acd9e831ea272a52525d9c3ee42d44d94_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:3c4587b2b5dc7426cc24e8678dd103ed2b1abb8ca13f5ea5aab606d92e5e00ba_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:5330de373490f5bfd8fa40de3c8dfb21f64128dab695aaff3a6a4c96c3388d3b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c26593f4740103d3296bb094cf30af778128384617d0ac5b7ecef9987a88003a_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c728d376aafac1219d957bafe2f3ab75ae88e1d326d48ca409e209e09a782e6c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:1cd66608b31afb07d5575714fd24becb2a3eb48fd6f897240986e5b5cd5ca25f_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:99aab6998dc6e4c8349a53e4ab52c0a9730aa75b36bb4e87d74bb6ee5f2044da_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:9d7a69223b0662bcf109a02007d017e5f10e5c563ff78c02d87af8d5d4ea24de_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:dd5328245120eb981cf5fe6153fc2d33ed9817612884bb7cf7fed77782cd1e20_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:0b3a5aa6d681f46fc242eefae9a3540b43c2be17b643d40ca4446cd0e8fc2abb_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:8627d0dd68402dc51137d89534c0bdb72e27fc3327be1e63e93a38ae72f653cd_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:a395182a2cda20322f0af7ecc972ab3bc9c07161e70174c2b4d9ac08f6aa9845_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:b289110701914022840061f5f5a931e5c895d16898fff3d78193b89c37943201_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:51d8398c7057486fbc41a810031276ccd05179d43e9cf4369c8df440495c6ef7_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:6aaf557a08c0952e2ec7463e3b3cef4d5f8fc9d24427a28c9766f6f0d12f08bd_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:9f9b88b0fbc438aad06752a21fe76a870ba4d8042c6ee1ff0505af780ca8c2f0_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:ff4f49f5218d296b3af828c17283f870aebd6d60813563b55908ffd4629eeab1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9e75f7392dcc9df58236d14c8c56e69b34564525b72862d851bea16367270128_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9f80cfe35f04cbe6a16069c1ec1d8811be4d593e64e4c416f3c10d0867e6ae19_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9fabbf4a7e28f6ab02f1ac77b82fc37e0e295f71b05fa9e56b1a5ee4056a0fed_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:fdebb108386237b2ceb1a09abfd18a26fa724dfeb288b8db05a324c4534b109a_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:632a9d70719cce5d0fde98642ff48e6e810072173dd73db3792f6f80d5272fa7_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:838ee5faa3da19a38b8df19373dc4019f7b80ffdb71053e4f74d53a447a48eca_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:a1477ff3ddb9315e482647d228c09e55356d00291f9fde419d36e064b54fc6b8_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:e10748a721cdb9316cc4283549a800b7725268ba3e181945329c76350ab7b32d_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:34cde8028262bd635134993a4d95bbc63a38dc943862938955c2eda609a67f71_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:3ef24dc7c5588180203520784ea3db6e1501e5190b3f59aa1f77df1a5bee9bfc_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:82192c8ede01ce878231c9c56d7104d845e6bb69a8eeea17af84be7b56654eea_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d54076093c47f3d5576eb0a5c1e4cd7963a9d29f393a277721c8f34cb7efc263_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:04ddf503b9da7491acec12879894486790a2d2baf3256837ae5884eb73e91bce_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:10ec14b028d3926a2c0ba35810035e69d669c0e358ed8832d854f0454c77e516_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:12ee577bf514a68c17d1b5ad73b91365c3f242bd82edee45422326ba2e0c0b65_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:de69bc0e11397002240253365aa2b2338b401e7aa4f74478e5f202184662a235_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:77751c116d7b990d00fe24beb6a3d5bc7faedd5f628b379903384e9c8ddb2c7c_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:7e4262c5ce1b614df5a3575111aa8d1f047ad476660b25e6318b562275626c51_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:fa74f6dc71dd03e23612312e6c6e988ff1234a8e75752087abb980ca983fdac2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:fff455cdc1c5015bad5296c85a6a13b2b4593b57dbf78164c1328cea9b228601_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:1364a6b06e13e205088d8690ae753c99527fc130cd5d8ece02fd92538f522a1d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:1509f4cd6e5aaeed58bd8d2fc518183a6943d546d1cf969fddaec4c075051001_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:2a767fe742df781ebf07f553a7274e766b3dea1b8f12ea665d5ef19efccdcb1e_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:ac3242268defa432b3245eeebaff125bbdbcfec532f5d25d7e96d81f0b4482c9_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:017afc8d42f2f0dd7adaf151c0cb79200724994d92e1b5e2f0c2461a9d7a75e0_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:32d4c74e6dad2e47b4129320cfd7c2c69fbdad29dbe3822749a98c023bce5be2_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:44d851608309de07e95081a748aa6b0ae1fde09fa8524ac9723aa9c0ea956785_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:f2659636edc0651da9d6bc18a09df3ddc94b80143ba4818dd9f818840c776d60_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:7cf7b1d6ec5e436fc35eb92ade0e29316b5af4c6a0df3b3cc0ade5fc732631bf_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:880ca9bd23984cde3a928c7266cd89051ca8bb95b94be54dfbe1e5330ff89674_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:d4bf6a34a799554347bcca84210428262288b32e8d340926f1100a4c05edf4a4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:fef0a1823440a06135a3d77afe86367c0f969cace70ac39b9fd1f188a80e69f2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:0521f90dec2a5a5cd930b3e3bf0de90b066eb1b2b2e74e82c9d63d3512b3e6c2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:09ec7273c5e72adfc183c3af125e2cd47bc1ddb7c44c28aeae18ee488844348c_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:e490cc741517a709f420720b8ee9d9a5ee5335675caa6e967a45b1be0b1404b4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:ee97bfec045744082cb9a2c806fb8808a25bb5014ee9568ff22e12803f03f26d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:1a9beb7528ea2ac15e1257be1ff0c8b1ecd4d2e103792efcb5408b0de77fce32_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:4104ea287b8e2476ed618e6e16a35658dddf4ec1da5b58d3196cd68f03fc8989_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:785a7d536bcd955878d80b28a9c5f2d3fbc73cc1ec76dcdbdaacd5454365cea8_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:defe86d856b97f76f8b1455f61c865cf0dbac67810cb67ea5eada820a2f948e6_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:4333b9d650627bb913456e6504faaaf0f0efb55e40a95546c3d31d08d8e2b076_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:c7bd2ccc85720656c78d2808a9059e50457ff6a74fc8a00fcce1b05e193c7244_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:d671e8634526c2e661713be807e2e7f32e46e58dbf7eea44e43ee17a87db601d_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:e32b399bba77a431ffc4e8f24744a790b7aab19f061f7ecca929cb795c83c4d0_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:0ff3decd7dfc8d54779ad65d693327c810f0094200aa34079d929039773887c3_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:1767e287d7463f0d9b6c3af65f98699746835e2c44af4a0b5398139be2aefd23_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:4a0c4d9dc31805b56a417b2359f5da2adaafced10dacf2110bda3d99c73184fc_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:e5abf59262ae41f04385437e3f95924eb505eaf936f5a988319b5a6a52f708c2_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:230119ab73baf69b572857a4b923baf2e267d2d77f8d373d924db1eb832d9a08_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:246f462c19203a5c3c28277bc857e38d9f5b648c4e3b6b77c35c0162e5c95d1a_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:6de3add0818fe352c79cdc4c53c792fcd4150e07908a9dae274e1a7b34d7e545_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:d3c4701a2aeac9cd836962c6c5d999a0aabb0c472c57fa4fe105e0c1a099059c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:98c3af814cc1d5a34f33cfeeeba1f7940f8e30e306da9487dca475bd31938fac_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:ad47d4bd6e23f0661b826a0f7c826a791474f4a9e15db453d941d143cb42c90c_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:af5002abc824cf36f90e16bc715ae619c035905442c0801cc92031a6a7765576_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:bfcc99ea9f1c699b48dcf2994afdd8a68f031f794d721ae745de54a924e59c76_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:3390ca1fd9ae0602c829961dc332c7e3c417020c18c50a08cefdb90c621d6474_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:606e8a370de720153a1dced87cacf1caa1549e6ef8ceaccfe1062663fd18a493_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:67cc277bedd68e09d92c3c256e886ca2506636dfcd77625a5ea3db4005b5d586_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:6e1b97632dea6ef859141e933ca2370d8fc90ab60f66a810e79290116d36d58d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:42e1a906ab4a97af8537be7b433ac2c7d2b9240d4a42ca9bc65ebf8af78fd7fc_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:af26c01c9129a5f2fbe128d2fe7fe25fb03c0ee6cd76571155147cd4ea3c2de1_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:bb2e059a922f8ece5011db593873c8839d1951ceee09d50fff1613ab270e1062_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:dc1a40ceab9f4100575ac0348a5e17514312d1dabfdb096130093914ff329059_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:5172c4fce21f42b27a34e3f7997e193107e0c0acc680b76058a2f099bf7141b0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:652771b15fc2b567ef2003d737397364c47bc641eb8bee217cf908679721c7ea_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:d297745a65c828d0a32ca68198e796a37fdef153bfb040cecb9739a868899777_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:e35424513c27c433a94b68d573ab05027fd8b63494414c68ea07a3f3efa01345_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:4c0c8bc122d612b3c0e228e1c5573fad021c4546496c45fbc2a2dc4225fbe727_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:7d4436578b21ba00a60f5cf6bd74988f976f6c167475cc76f39b34b20da182df_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:bcf6c5a3baaa23bb19a487126003eb8f2194f9238cbe8170c5d34930d47cc36c_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:dd8c287009c850126d2b4ae5623420c2ccde38bf14c9c853bdbe5c2e1586db06_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:48fd8e0d453e54ed7531678b05b65e388c00daae63ac5745c9ee8924f7c40371_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:5ad699e6e0061b76f3f50424cb557bcb9fc9569d48f76973da683a45b6ec9147_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:aac030d920f635b8ad7edf6cf046047c82f064bcb081e6071b86e8ee7d84464e_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:e43f01110886845433f023331f62328b116c20d404e70197fb70eac1df7ba155_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:04633a6772144e0362a5d059a21684026d8e78a28c2463c65daade75f3477548_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:5251d3f63d49ff224ca777898f93a5fdd6de407db59a315aefdfc49963f98c32_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:74f1f26bdb3c05af324066ce828f0863c2c5156e949c6cbeedd0d66068847033_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:c71c29bc335b77b98419e90f24a0396a1093edc2d985aae48f5000f9de75941f_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:34af5e7e166ea2ac902d3d0414adfb8442859396e60b4992de59d7ee130b3fef_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:8bfe1d490a44c6d495c7d30ddb4245746a2e48f0f72343574b3235fa3526cc6d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:af942926936e39d0f7a3ef1ed1af7fb97aaa04fee8a4ad4e6e21e8931ef42809_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:f929464036bfd53938a4cd7cd39297801a122fd20461cdce31cf8d6d96a3bb86_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:19425135838ddcea73db774c7dfa8a8a9f1301fb1bd488dd662cb02f3d7be670_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:447c983d4e104c79e59492ff5aebc62feccca29d08d11a8856c46710e3cb14fe_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:c01da1031a93870d3aabfd644585c88a53ab3cff759067b54ef08f3ebd690cf3_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:cb3fb52bf47fe049263cd6f87ecfe9f1941fc9f7f4fe69385415cdbc9017aa5e_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:1d18b01daba0807067ff5642305147ee613a22232a0a6ef88601243d59801f8d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:91e904d51d7505f19e7db68574a957febcb1963bad2f4452e9723be1bd5a79ce_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:bdf506a2c20720048d32e2f1a7df58a0e53f1df827611627d53c49cc005157b0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:fd318fe6bac9e3f6fb87fa8773d96803e44ba82d5367438f26b1aa04744d60c9_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:26cd2ddeea2e3de5552a95537b4acbfb546076e4d6673b6a68f4c9e2b8dc0142_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:c22c8d4a9dfd25462ed4b37b20d3917cdc87bdc4a90718835dd7cfd70ac7eef8_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:eba4d1b2d03ad132af50bb12a3e67633234494a62a458fd05fa645696f6215cd_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:f80821688e548ecf8b8ffd8ef6c4c5f3bc04f32628e7f83a97c910f43ce3dbe2_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:0739254d745378452259e4d9a84ba9f6bd03e523bda40d9fadfd999812003421_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:3278f98d80e2626bf481811b03908d955019137b47bacbfc6894949e067f39b1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:73959111c980def943d458774e2b86446e9cc5f96fa6f2d4b45b7db563f44d4b_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:f30b4949b3342a56ce37ab6368e3cd58d23581f8190b0652b1e2e6a4b9daed91_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:301d210efc58e5e08c62ce58e308298aa25f92743b261c258359b26231b179d4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:491faee7ce303a18b80934ac246b965e9353764c9a9df3928af2757ef0c1104d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:553e7ea4c082a871ded4daa0865bd2387ec6f99fc6fbd4713a27873cf5bc565d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:fc03869cd583f8e31cf895f07ff7a96a9d7c236eab36b9e56136e58ca7db96bd_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:1262b507d141cb572339ea7dd149215af3ee891343a66c1d8436c4ef2c3e51ba_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:17db909660a9b940339d94e06e3b7f0612e0e306c6e877debded146505d274b0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:4fb24af422753d3194a182894499628b10c2fdf22c441b9a90ab9748d3138d7e_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:cce28f2d920fc8d3bfa1b6c64f4c58ec7b02eabaffa7fd05293b725030463bf5_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:438039b78b649983401a817b6937f95915088796a815f80b9625e19fab1a64c4_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:9d748d3f2c587649dbaf6c7f222aadf47ba4e744fab63a252d49ae1c9049e26c_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c036df7a4bc62e7bafe4b549f3e1fe17b6f9894ac4dedd6018df7d07e267b5a3_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c7b9e3af430d26a1914bce5bf4189de1ebb3d61c4d8098b7b163c1b6d6f554f2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:32376725b6ca30983e9fef1b1d6bfa51a7b1d7e1960ccb50bafccb15efe8c7ae_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:47dc50b7a92d96c2dadc980c97f5d58e6e3fcadf5a29c7736209e7e9a47a47c3_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:d51f2814147a117c3465dc38c3940df147092aebcd694e7453b2e4aadeb83ba0_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:e7e8f68f0c3563ff5055685647d20e61a8811f07c828ed4ce88e5c0fa57577bb_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:06dcdd95fe32e4bfe8197f85a92e15e1b3266d195ecef3a3c11350c43e025b54_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:61d7da5e8a4fd131f49e7217c2a43ee60ee179ca8d74c1dd3b2a653e9864bc5c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:7ddd248c4db55f65e82c0e6ceaa125876cc18cc6c4611a50f2bdb80809f02914_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:ec3dffec1e3bbbd7381e45f888ee06fb080414fe9dc6935cd4caeff0a4e65636_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:0b0cc51d2f5df8a7cc2e30f80fcd4bdb7a38bd5f8a9ecc6d5e5870dc5fdc36e8_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:25933d9a51a2679fea10bda3d72addcadfe26a055a137c628bfdb5f818896536_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:290eacede3daa3be390b910c7116380a5a5dbc2ccc7c3ae8b562c67af76d3fd0_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:79799a8308a0b356a639bceca16c2a728f5bc78a88097fdd149173ef80d2c9c9_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:323921bcd7db381b2a1953764d5f85a14abcbdc1ccece894f8961d8b2b2fb779_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:abfc5c2b61eff272ef04d38a18b7bebaad8aac824a68fe0bd6a95e595678e2d0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:bd91a02760bac7f4e1f30753d7b9f29c9abcaeeaddde7e3c55c14ce827d07e52_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:e8c62219f6073bd08d585d5f159c6beab76e5553a7e8ae4d1e7c2bdb01c4c7c1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:8105660323b2250eee6ec111eb4aca20e7a88cdcd1b243ae9c6bc0bee8642293_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:8689c9c077663f3dbd393b9aa1ad5dfad6226c398070804b1e5f3afefaf2ec39_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:d97699f5c4083039de2cf17de20d4e93ac38bb10c885785705d4ce17bc80a37f_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:dae5d2a9e6b12479f742d1110f20059acd9e831ea272a52525d9c3ee42d44d94_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/net/http2: golang.org/x/net/http2: Denial of Service due to malformed HTTP/2 frames"
},
{
"cve": "CVE-2026-33186",
"cwe": {
"id": "CWE-551",
"name": "Incorrect Behavior Order: Authorization Before Parsing and Canonicalization"
},
"discovery_date": "2026-03-20T23:02:27.802640+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:3c4587b2b5dc7426cc24e8678dd103ed2b1abb8ca13f5ea5aab606d92e5e00ba_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:5330de373490f5bfd8fa40de3c8dfb21f64128dab695aaff3a6a4c96c3388d3b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c26593f4740103d3296bb094cf30af778128384617d0ac5b7ecef9987a88003a_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c728d376aafac1219d957bafe2f3ab75ae88e1d326d48ca409e209e09a782e6c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:1cd66608b31afb07d5575714fd24becb2a3eb48fd6f897240986e5b5cd5ca25f_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:99aab6998dc6e4c8349a53e4ab52c0a9730aa75b36bb4e87d74bb6ee5f2044da_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:9d7a69223b0662bcf109a02007d017e5f10e5c563ff78c02d87af8d5d4ea24de_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:dd5328245120eb981cf5fe6153fc2d33ed9817612884bb7cf7fed77782cd1e20_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:0b3a5aa6d681f46fc242eefae9a3540b43c2be17b643d40ca4446cd0e8fc2abb_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:8627d0dd68402dc51137d89534c0bdb72e27fc3327be1e63e93a38ae72f653cd_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:a395182a2cda20322f0af7ecc972ab3bc9c07161e70174c2b4d9ac08f6aa9845_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:b289110701914022840061f5f5a931e5c895d16898fff3d78193b89c37943201_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:51d8398c7057486fbc41a810031276ccd05179d43e9cf4369c8df440495c6ef7_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:6aaf557a08c0952e2ec7463e3b3cef4d5f8fc9d24427a28c9766f6f0d12f08bd_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:9f9b88b0fbc438aad06752a21fe76a870ba4d8042c6ee1ff0505af780ca8c2f0_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:ff4f49f5218d296b3af828c17283f870aebd6d60813563b55908ffd4629eeab1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9e75f7392dcc9df58236d14c8c56e69b34564525b72862d851bea16367270128_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9f80cfe35f04cbe6a16069c1ec1d8811be4d593e64e4c416f3c10d0867e6ae19_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9fabbf4a7e28f6ab02f1ac77b82fc37e0e295f71b05fa9e56b1a5ee4056a0fed_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:fdebb108386237b2ceb1a09abfd18a26fa724dfeb288b8db05a324c4534b109a_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:632a9d70719cce5d0fde98642ff48e6e810072173dd73db3792f6f80d5272fa7_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:838ee5faa3da19a38b8df19373dc4019f7b80ffdb71053e4f74d53a447a48eca_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:a1477ff3ddb9315e482647d228c09e55356d00291f9fde419d36e064b54fc6b8_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:e10748a721cdb9316cc4283549a800b7725268ba3e181945329c76350ab7b32d_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:34cde8028262bd635134993a4d95bbc63a38dc943862938955c2eda609a67f71_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:3ef24dc7c5588180203520784ea3db6e1501e5190b3f59aa1f77df1a5bee9bfc_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:82192c8ede01ce878231c9c56d7104d845e6bb69a8eeea17af84be7b56654eea_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d54076093c47f3d5576eb0a5c1e4cd7963a9d29f393a277721c8f34cb7efc263_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:04ddf503b9da7491acec12879894486790a2d2baf3256837ae5884eb73e91bce_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:10ec14b028d3926a2c0ba35810035e69d669c0e358ed8832d854f0454c77e516_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:12ee577bf514a68c17d1b5ad73b91365c3f242bd82edee45422326ba2e0c0b65_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:de69bc0e11397002240253365aa2b2338b401e7aa4f74478e5f202184662a235_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:77751c116d7b990d00fe24beb6a3d5bc7faedd5f628b379903384e9c8ddb2c7c_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:7e4262c5ce1b614df5a3575111aa8d1f047ad476660b25e6318b562275626c51_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:fa74f6dc71dd03e23612312e6c6e988ff1234a8e75752087abb980ca983fdac2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:fff455cdc1c5015bad5296c85a6a13b2b4593b57dbf78164c1328cea9b228601_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:1364a6b06e13e205088d8690ae753c99527fc130cd5d8ece02fd92538f522a1d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:1509f4cd6e5aaeed58bd8d2fc518183a6943d546d1cf969fddaec4c075051001_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:2a767fe742df781ebf07f553a7274e766b3dea1b8f12ea665d5ef19efccdcb1e_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:ac3242268defa432b3245eeebaff125bbdbcfec532f5d25d7e96d81f0b4482c9_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:017afc8d42f2f0dd7adaf151c0cb79200724994d92e1b5e2f0c2461a9d7a75e0_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:32d4c74e6dad2e47b4129320cfd7c2c69fbdad29dbe3822749a98c023bce5be2_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:44d851608309de07e95081a748aa6b0ae1fde09fa8524ac9723aa9c0ea956785_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:f2659636edc0651da9d6bc18a09df3ddc94b80143ba4818dd9f818840c776d60_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:7cf7b1d6ec5e436fc35eb92ade0e29316b5af4c6a0df3b3cc0ade5fc732631bf_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:880ca9bd23984cde3a928c7266cd89051ca8bb95b94be54dfbe1e5330ff89674_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:d4bf6a34a799554347bcca84210428262288b32e8d340926f1100a4c05edf4a4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:fef0a1823440a06135a3d77afe86367c0f969cace70ac39b9fd1f188a80e69f2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:0521f90dec2a5a5cd930b3e3bf0de90b066eb1b2b2e74e82c9d63d3512b3e6c2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:09ec7273c5e72adfc183c3af125e2cd47bc1ddb7c44c28aeae18ee488844348c_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:e490cc741517a709f420720b8ee9d9a5ee5335675caa6e967a45b1be0b1404b4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:ee97bfec045744082cb9a2c806fb8808a25bb5014ee9568ff22e12803f03f26d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:1a9beb7528ea2ac15e1257be1ff0c8b1ecd4d2e103792efcb5408b0de77fce32_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:4104ea287b8e2476ed618e6e16a35658dddf4ec1da5b58d3196cd68f03fc8989_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:785a7d536bcd955878d80b28a9c5f2d3fbc73cc1ec76dcdbdaacd5454365cea8_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:defe86d856b97f76f8b1455f61c865cf0dbac67810cb67ea5eada820a2f948e6_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:4333b9d650627bb913456e6504faaaf0f0efb55e40a95546c3d31d08d8e2b076_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:c7bd2ccc85720656c78d2808a9059e50457ff6a74fc8a00fcce1b05e193c7244_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:d671e8634526c2e661713be807e2e7f32e46e58dbf7eea44e43ee17a87db601d_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:e32b399bba77a431ffc4e8f24744a790b7aab19f061f7ecca929cb795c83c4d0_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:0ff3decd7dfc8d54779ad65d693327c810f0094200aa34079d929039773887c3_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:1767e287d7463f0d9b6c3af65f98699746835e2c44af4a0b5398139be2aefd23_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:4a0c4d9dc31805b56a417b2359f5da2adaafced10dacf2110bda3d99c73184fc_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:e5abf59262ae41f04385437e3f95924eb505eaf936f5a988319b5a6a52f708c2_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:230119ab73baf69b572857a4b923baf2e267d2d77f8d373d924db1eb832d9a08_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:246f462c19203a5c3c28277bc857e38d9f5b648c4e3b6b77c35c0162e5c95d1a_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:6de3add0818fe352c79cdc4c53c792fcd4150e07908a9dae274e1a7b34d7e545_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:d3c4701a2aeac9cd836962c6c5d999a0aabb0c472c57fa4fe105e0c1a099059c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:98c3af814cc1d5a34f33cfeeeba1f7940f8e30e306da9487dca475bd31938fac_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:ad47d4bd6e23f0661b826a0f7c826a791474f4a9e15db453d941d143cb42c90c_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:af5002abc824cf36f90e16bc715ae619c035905442c0801cc92031a6a7765576_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:bfcc99ea9f1c699b48dcf2994afdd8a68f031f794d721ae745de54a924e59c76_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:3390ca1fd9ae0602c829961dc332c7e3c417020c18c50a08cefdb90c621d6474_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:606e8a370de720153a1dced87cacf1caa1549e6ef8ceaccfe1062663fd18a493_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:67cc277bedd68e09d92c3c256e886ca2506636dfcd77625a5ea3db4005b5d586_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:6e1b97632dea6ef859141e933ca2370d8fc90ab60f66a810e79290116d36d58d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:42e1a906ab4a97af8537be7b433ac2c7d2b9240d4a42ca9bc65ebf8af78fd7fc_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:af26c01c9129a5f2fbe128d2fe7fe25fb03c0ee6cd76571155147cd4ea3c2de1_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:bb2e059a922f8ece5011db593873c8839d1951ceee09d50fff1613ab270e1062_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:dc1a40ceab9f4100575ac0348a5e17514312d1dabfdb096130093914ff329059_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:5172c4fce21f42b27a34e3f7997e193107e0c0acc680b76058a2f099bf7141b0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:652771b15fc2b567ef2003d737397364c47bc641eb8bee217cf908679721c7ea_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:d297745a65c828d0a32ca68198e796a37fdef153bfb040cecb9739a868899777_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:e35424513c27c433a94b68d573ab05027fd8b63494414c68ea07a3f3efa01345_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:4c0c8bc122d612b3c0e228e1c5573fad021c4546496c45fbc2a2dc4225fbe727_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:7d4436578b21ba00a60f5cf6bd74988f976f6c167475cc76f39b34b20da182df_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:bcf6c5a3baaa23bb19a487126003eb8f2194f9238cbe8170c5d34930d47cc36c_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:dd8c287009c850126d2b4ae5623420c2ccde38bf14c9c853bdbe5c2e1586db06_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:48fd8e0d453e54ed7531678b05b65e388c00daae63ac5745c9ee8924f7c40371_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:5ad699e6e0061b76f3f50424cb557bcb9fc9569d48f76973da683a45b6ec9147_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:aac030d920f635b8ad7edf6cf046047c82f064bcb081e6071b86e8ee7d84464e_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:e43f01110886845433f023331f62328b116c20d404e70197fb70eac1df7ba155_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:04633a6772144e0362a5d059a21684026d8e78a28c2463c65daade75f3477548_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:5251d3f63d49ff224ca777898f93a5fdd6de407db59a315aefdfc49963f98c32_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:74f1f26bdb3c05af324066ce828f0863c2c5156e949c6cbeedd0d66068847033_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:c71c29bc335b77b98419e90f24a0396a1093edc2d985aae48f5000f9de75941f_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:19425135838ddcea73db774c7dfa8a8a9f1301fb1bd488dd662cb02f3d7be670_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:447c983d4e104c79e59492ff5aebc62feccca29d08d11a8856c46710e3cb14fe_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:c01da1031a93870d3aabfd644585c88a53ab3cff759067b54ef08f3ebd690cf3_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:cb3fb52bf47fe049263cd6f87ecfe9f1941fc9f7f4fe69385415cdbc9017aa5e_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:1d18b01daba0807067ff5642305147ee613a22232a0a6ef88601243d59801f8d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:91e904d51d7505f19e7db68574a957febcb1963bad2f4452e9723be1bd5a79ce_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:bdf506a2c20720048d32e2f1a7df58a0e53f1df827611627d53c49cc005157b0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:fd318fe6bac9e3f6fb87fa8773d96803e44ba82d5367438f26b1aa04744d60c9_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:26cd2ddeea2e3de5552a95537b4acbfb546076e4d6673b6a68f4c9e2b8dc0142_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:c22c8d4a9dfd25462ed4b37b20d3917cdc87bdc4a90718835dd7cfd70ac7eef8_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:eba4d1b2d03ad132af50bb12a3e67633234494a62a458fd05fa645696f6215cd_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:f80821688e548ecf8b8ffd8ef6c4c5f3bc04f32628e7f83a97c910f43ce3dbe2_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:0739254d745378452259e4d9a84ba9f6bd03e523bda40d9fadfd999812003421_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:3278f98d80e2626bf481811b03908d955019137b47bacbfc6894949e067f39b1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:73959111c980def943d458774e2b86446e9cc5f96fa6f2d4b45b7db563f44d4b_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:f30b4949b3342a56ce37ab6368e3cd58d23581f8190b0652b1e2e6a4b9daed91_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:301d210efc58e5e08c62ce58e308298aa25f92743b261c258359b26231b179d4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:491faee7ce303a18b80934ac246b965e9353764c9a9df3928af2757ef0c1104d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:553e7ea4c082a871ded4daa0865bd2387ec6f99fc6fbd4713a27873cf5bc565d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:fc03869cd583f8e31cf895f07ff7a96a9d7c236eab36b9e56136e58ca7db96bd_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:1262b507d141cb572339ea7dd149215af3ee891343a66c1d8436c4ef2c3e51ba_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:17db909660a9b940339d94e06e3b7f0612e0e306c6e877debded146505d274b0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:4fb24af422753d3194a182894499628b10c2fdf22c441b9a90ab9748d3138d7e_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:cce28f2d920fc8d3bfa1b6c64f4c58ec7b02eabaffa7fd05293b725030463bf5_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:438039b78b649983401a817b6937f95915088796a815f80b9625e19fab1a64c4_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:9d748d3f2c587649dbaf6c7f222aadf47ba4e744fab63a252d49ae1c9049e26c_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c036df7a4bc62e7bafe4b549f3e1fe17b6f9894ac4dedd6018df7d07e267b5a3_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c7b9e3af430d26a1914bce5bf4189de1ebb3d61c4d8098b7b163c1b6d6f554f2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:32376725b6ca30983e9fef1b1d6bfa51a7b1d7e1960ccb50bafccb15efe8c7ae_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:47dc50b7a92d96c2dadc980c97f5d58e6e3fcadf5a29c7736209e7e9a47a47c3_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:d51f2814147a117c3465dc38c3940df147092aebcd694e7453b2e4aadeb83ba0_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:e7e8f68f0c3563ff5055685647d20e61a8811f07c828ed4ce88e5c0fa57577bb_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:06dcdd95fe32e4bfe8197f85a92e15e1b3266d195ecef3a3c11350c43e025b54_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:61d7da5e8a4fd131f49e7217c2a43ee60ee179ca8d74c1dd3b2a653e9864bc5c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:7ddd248c4db55f65e82c0e6ceaa125876cc18cc6c4611a50f2bdb80809f02914_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:ec3dffec1e3bbbd7381e45f888ee06fb080414fe9dc6935cd4caeff0a4e65636_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:0b0cc51d2f5df8a7cc2e30f80fcd4bdb7a38bd5f8a9ecc6d5e5870dc5fdc36e8_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:25933d9a51a2679fea10bda3d72addcadfe26a055a137c628bfdb5f818896536_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:290eacede3daa3be390b910c7116380a5a5dbc2ccc7c3ae8b562c67af76d3fd0_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:79799a8308a0b356a639bceca16c2a728f5bc78a88097fdd149173ef80d2c9c9_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:323921bcd7db381b2a1953764d5f85a14abcbdc1ccece894f8961d8b2b2fb779_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:abfc5c2b61eff272ef04d38a18b7bebaad8aac824a68fe0bd6a95e595678e2d0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:bd91a02760bac7f4e1f30753d7b9f29c9abcaeeaddde7e3c55c14ce827d07e52_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:e8c62219f6073bd08d585d5f159c6beab76e5553a7e8ae4d1e7c2bdb01c4c7c1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:8105660323b2250eee6ec111eb4aca20e7a88cdcd1b243ae9c6bc0bee8642293_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:8689c9c077663f3dbd393b9aa1ad5dfad6226c398070804b1e5f3afefaf2ec39_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:d97699f5c4083039de2cf17de20d4e93ac38bb10c885785705d4ce17bc80a37f_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:dae5d2a9e6b12479f742d1110f20059acd9e831ea272a52525d9c3ee42d44d94_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449833"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:34af5e7e166ea2ac902d3d0414adfb8442859396e60b4992de59d7ee130b3fef_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:8bfe1d490a44c6d495c7d30ddb4245746a2e48f0f72343574b3235fa3526cc6d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:af942926936e39d0f7a3ef1ed1af7fb97aaa04fee8a4ad4e6e21e8931ef42809_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:f929464036bfd53938a4cd7cd39297801a122fd20461cdce31cf8d6d96a3bb86_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:3c4587b2b5dc7426cc24e8678dd103ed2b1abb8ca13f5ea5aab606d92e5e00ba_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:5330de373490f5bfd8fa40de3c8dfb21f64128dab695aaff3a6a4c96c3388d3b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c26593f4740103d3296bb094cf30af778128384617d0ac5b7ecef9987a88003a_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c728d376aafac1219d957bafe2f3ab75ae88e1d326d48ca409e209e09a782e6c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:1cd66608b31afb07d5575714fd24becb2a3eb48fd6f897240986e5b5cd5ca25f_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:99aab6998dc6e4c8349a53e4ab52c0a9730aa75b36bb4e87d74bb6ee5f2044da_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:9d7a69223b0662bcf109a02007d017e5f10e5c563ff78c02d87af8d5d4ea24de_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:dd5328245120eb981cf5fe6153fc2d33ed9817612884bb7cf7fed77782cd1e20_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:0b3a5aa6d681f46fc242eefae9a3540b43c2be17b643d40ca4446cd0e8fc2abb_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:8627d0dd68402dc51137d89534c0bdb72e27fc3327be1e63e93a38ae72f653cd_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:a395182a2cda20322f0af7ecc972ab3bc9c07161e70174c2b4d9ac08f6aa9845_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:b289110701914022840061f5f5a931e5c895d16898fff3d78193b89c37943201_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:51d8398c7057486fbc41a810031276ccd05179d43e9cf4369c8df440495c6ef7_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:6aaf557a08c0952e2ec7463e3b3cef4d5f8fc9d24427a28c9766f6f0d12f08bd_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:9f9b88b0fbc438aad06752a21fe76a870ba4d8042c6ee1ff0505af780ca8c2f0_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:ff4f49f5218d296b3af828c17283f870aebd6d60813563b55908ffd4629eeab1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9e75f7392dcc9df58236d14c8c56e69b34564525b72862d851bea16367270128_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9f80cfe35f04cbe6a16069c1ec1d8811be4d593e64e4c416f3c10d0867e6ae19_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9fabbf4a7e28f6ab02f1ac77b82fc37e0e295f71b05fa9e56b1a5ee4056a0fed_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:fdebb108386237b2ceb1a09abfd18a26fa724dfeb288b8db05a324c4534b109a_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:632a9d70719cce5d0fde98642ff48e6e810072173dd73db3792f6f80d5272fa7_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:838ee5faa3da19a38b8df19373dc4019f7b80ffdb71053e4f74d53a447a48eca_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:a1477ff3ddb9315e482647d228c09e55356d00291f9fde419d36e064b54fc6b8_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:e10748a721cdb9316cc4283549a800b7725268ba3e181945329c76350ab7b32d_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:34cde8028262bd635134993a4d95bbc63a38dc943862938955c2eda609a67f71_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:3ef24dc7c5588180203520784ea3db6e1501e5190b3f59aa1f77df1a5bee9bfc_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:82192c8ede01ce878231c9c56d7104d845e6bb69a8eeea17af84be7b56654eea_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d54076093c47f3d5576eb0a5c1e4cd7963a9d29f393a277721c8f34cb7efc263_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:04ddf503b9da7491acec12879894486790a2d2baf3256837ae5884eb73e91bce_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:10ec14b028d3926a2c0ba35810035e69d669c0e358ed8832d854f0454c77e516_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:12ee577bf514a68c17d1b5ad73b91365c3f242bd82edee45422326ba2e0c0b65_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:de69bc0e11397002240253365aa2b2338b401e7aa4f74478e5f202184662a235_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:77751c116d7b990d00fe24beb6a3d5bc7faedd5f628b379903384e9c8ddb2c7c_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:7e4262c5ce1b614df5a3575111aa8d1f047ad476660b25e6318b562275626c51_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:fa74f6dc71dd03e23612312e6c6e988ff1234a8e75752087abb980ca983fdac2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:fff455cdc1c5015bad5296c85a6a13b2b4593b57dbf78164c1328cea9b228601_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:1364a6b06e13e205088d8690ae753c99527fc130cd5d8ece02fd92538f522a1d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:1509f4cd6e5aaeed58bd8d2fc518183a6943d546d1cf969fddaec4c075051001_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:2a767fe742df781ebf07f553a7274e766b3dea1b8f12ea665d5ef19efccdcb1e_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:ac3242268defa432b3245eeebaff125bbdbcfec532f5d25d7e96d81f0b4482c9_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:017afc8d42f2f0dd7adaf151c0cb79200724994d92e1b5e2f0c2461a9d7a75e0_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:32d4c74e6dad2e47b4129320cfd7c2c69fbdad29dbe3822749a98c023bce5be2_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:44d851608309de07e95081a748aa6b0ae1fde09fa8524ac9723aa9c0ea956785_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:f2659636edc0651da9d6bc18a09df3ddc94b80143ba4818dd9f818840c776d60_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:7cf7b1d6ec5e436fc35eb92ade0e29316b5af4c6a0df3b3cc0ade5fc732631bf_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:880ca9bd23984cde3a928c7266cd89051ca8bb95b94be54dfbe1e5330ff89674_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:d4bf6a34a799554347bcca84210428262288b32e8d340926f1100a4c05edf4a4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:fef0a1823440a06135a3d77afe86367c0f969cace70ac39b9fd1f188a80e69f2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:0521f90dec2a5a5cd930b3e3bf0de90b066eb1b2b2e74e82c9d63d3512b3e6c2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:09ec7273c5e72adfc183c3af125e2cd47bc1ddb7c44c28aeae18ee488844348c_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:e490cc741517a709f420720b8ee9d9a5ee5335675caa6e967a45b1be0b1404b4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:ee97bfec045744082cb9a2c806fb8808a25bb5014ee9568ff22e12803f03f26d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:1a9beb7528ea2ac15e1257be1ff0c8b1ecd4d2e103792efcb5408b0de77fce32_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:4104ea287b8e2476ed618e6e16a35658dddf4ec1da5b58d3196cd68f03fc8989_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:785a7d536bcd955878d80b28a9c5f2d3fbc73cc1ec76dcdbdaacd5454365cea8_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:defe86d856b97f76f8b1455f61c865cf0dbac67810cb67ea5eada820a2f948e6_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:4333b9d650627bb913456e6504faaaf0f0efb55e40a95546c3d31d08d8e2b076_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:c7bd2ccc85720656c78d2808a9059e50457ff6a74fc8a00fcce1b05e193c7244_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:d671e8634526c2e661713be807e2e7f32e46e58dbf7eea44e43ee17a87db601d_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:e32b399bba77a431ffc4e8f24744a790b7aab19f061f7ecca929cb795c83c4d0_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:0ff3decd7dfc8d54779ad65d693327c810f0094200aa34079d929039773887c3_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:1767e287d7463f0d9b6c3af65f98699746835e2c44af4a0b5398139be2aefd23_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:4a0c4d9dc31805b56a417b2359f5da2adaafced10dacf2110bda3d99c73184fc_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:e5abf59262ae41f04385437e3f95924eb505eaf936f5a988319b5a6a52f708c2_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:230119ab73baf69b572857a4b923baf2e267d2d77f8d373d924db1eb832d9a08_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:246f462c19203a5c3c28277bc857e38d9f5b648c4e3b6b77c35c0162e5c95d1a_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:6de3add0818fe352c79cdc4c53c792fcd4150e07908a9dae274e1a7b34d7e545_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:d3c4701a2aeac9cd836962c6c5d999a0aabb0c472c57fa4fe105e0c1a099059c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:98c3af814cc1d5a34f33cfeeeba1f7940f8e30e306da9487dca475bd31938fac_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:ad47d4bd6e23f0661b826a0f7c826a791474f4a9e15db453d941d143cb42c90c_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:af5002abc824cf36f90e16bc715ae619c035905442c0801cc92031a6a7765576_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:bfcc99ea9f1c699b48dcf2994afdd8a68f031f794d721ae745de54a924e59c76_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:3390ca1fd9ae0602c829961dc332c7e3c417020c18c50a08cefdb90c621d6474_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:606e8a370de720153a1dced87cacf1caa1549e6ef8ceaccfe1062663fd18a493_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:67cc277bedd68e09d92c3c256e886ca2506636dfcd77625a5ea3db4005b5d586_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:6e1b97632dea6ef859141e933ca2370d8fc90ab60f66a810e79290116d36d58d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:42e1a906ab4a97af8537be7b433ac2c7d2b9240d4a42ca9bc65ebf8af78fd7fc_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:af26c01c9129a5f2fbe128d2fe7fe25fb03c0ee6cd76571155147cd4ea3c2de1_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:bb2e059a922f8ece5011db593873c8839d1951ceee09d50fff1613ab270e1062_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:dc1a40ceab9f4100575ac0348a5e17514312d1dabfdb096130093914ff329059_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:5172c4fce21f42b27a34e3f7997e193107e0c0acc680b76058a2f099bf7141b0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:652771b15fc2b567ef2003d737397364c47bc641eb8bee217cf908679721c7ea_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:d297745a65c828d0a32ca68198e796a37fdef153bfb040cecb9739a868899777_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:e35424513c27c433a94b68d573ab05027fd8b63494414c68ea07a3f3efa01345_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:4c0c8bc122d612b3c0e228e1c5573fad021c4546496c45fbc2a2dc4225fbe727_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:7d4436578b21ba00a60f5cf6bd74988f976f6c167475cc76f39b34b20da182df_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:bcf6c5a3baaa23bb19a487126003eb8f2194f9238cbe8170c5d34930d47cc36c_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:dd8c287009c850126d2b4ae5623420c2ccde38bf14c9c853bdbe5c2e1586db06_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:48fd8e0d453e54ed7531678b05b65e388c00daae63ac5745c9ee8924f7c40371_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:5ad699e6e0061b76f3f50424cb557bcb9fc9569d48f76973da683a45b6ec9147_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:aac030d920f635b8ad7edf6cf046047c82f064bcb081e6071b86e8ee7d84464e_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:e43f01110886845433f023331f62328b116c20d404e70197fb70eac1df7ba155_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:04633a6772144e0362a5d059a21684026d8e78a28c2463c65daade75f3477548_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:5251d3f63d49ff224ca777898f93a5fdd6de407db59a315aefdfc49963f98c32_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:74f1f26bdb3c05af324066ce828f0863c2c5156e949c6cbeedd0d66068847033_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:c71c29bc335b77b98419e90f24a0396a1093edc2d985aae48f5000f9de75941f_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:19425135838ddcea73db774c7dfa8a8a9f1301fb1bd488dd662cb02f3d7be670_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:447c983d4e104c79e59492ff5aebc62feccca29d08d11a8856c46710e3cb14fe_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:c01da1031a93870d3aabfd644585c88a53ab3cff759067b54ef08f3ebd690cf3_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:cb3fb52bf47fe049263cd6f87ecfe9f1941fc9f7f4fe69385415cdbc9017aa5e_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:1d18b01daba0807067ff5642305147ee613a22232a0a6ef88601243d59801f8d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:91e904d51d7505f19e7db68574a957febcb1963bad2f4452e9723be1bd5a79ce_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:bdf506a2c20720048d32e2f1a7df58a0e53f1df827611627d53c49cc005157b0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:fd318fe6bac9e3f6fb87fa8773d96803e44ba82d5367438f26b1aa04744d60c9_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:26cd2ddeea2e3de5552a95537b4acbfb546076e4d6673b6a68f4c9e2b8dc0142_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:c22c8d4a9dfd25462ed4b37b20d3917cdc87bdc4a90718835dd7cfd70ac7eef8_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:eba4d1b2d03ad132af50bb12a3e67633234494a62a458fd05fa645696f6215cd_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:f80821688e548ecf8b8ffd8ef6c4c5f3bc04f32628e7f83a97c910f43ce3dbe2_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:0739254d745378452259e4d9a84ba9f6bd03e523bda40d9fadfd999812003421_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:3278f98d80e2626bf481811b03908d955019137b47bacbfc6894949e067f39b1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:73959111c980def943d458774e2b86446e9cc5f96fa6f2d4b45b7db563f44d4b_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:f30b4949b3342a56ce37ab6368e3cd58d23581f8190b0652b1e2e6a4b9daed91_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:301d210efc58e5e08c62ce58e308298aa25f92743b261c258359b26231b179d4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:491faee7ce303a18b80934ac246b965e9353764c9a9df3928af2757ef0c1104d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:553e7ea4c082a871ded4daa0865bd2387ec6f99fc6fbd4713a27873cf5bc565d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:fc03869cd583f8e31cf895f07ff7a96a9d7c236eab36b9e56136e58ca7db96bd_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:1262b507d141cb572339ea7dd149215af3ee891343a66c1d8436c4ef2c3e51ba_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:17db909660a9b940339d94e06e3b7f0612e0e306c6e877debded146505d274b0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:4fb24af422753d3194a182894499628b10c2fdf22c441b9a90ab9748d3138d7e_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:cce28f2d920fc8d3bfa1b6c64f4c58ec7b02eabaffa7fd05293b725030463bf5_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:438039b78b649983401a817b6937f95915088796a815f80b9625e19fab1a64c4_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:9d748d3f2c587649dbaf6c7f222aadf47ba4e744fab63a252d49ae1c9049e26c_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c036df7a4bc62e7bafe4b549f3e1fe17b6f9894ac4dedd6018df7d07e267b5a3_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c7b9e3af430d26a1914bce5bf4189de1ebb3d61c4d8098b7b163c1b6d6f554f2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:32376725b6ca30983e9fef1b1d6bfa51a7b1d7e1960ccb50bafccb15efe8c7ae_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:47dc50b7a92d96c2dadc980c97f5d58e6e3fcadf5a29c7736209e7e9a47a47c3_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:d51f2814147a117c3465dc38c3940df147092aebcd694e7453b2e4aadeb83ba0_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:e7e8f68f0c3563ff5055685647d20e61a8811f07c828ed4ce88e5c0fa57577bb_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:06dcdd95fe32e4bfe8197f85a92e15e1b3266d195ecef3a3c11350c43e025b54_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:61d7da5e8a4fd131f49e7217c2a43ee60ee179ca8d74c1dd3b2a653e9864bc5c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:7ddd248c4db55f65e82c0e6ceaa125876cc18cc6c4611a50f2bdb80809f02914_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:ec3dffec1e3bbbd7381e45f888ee06fb080414fe9dc6935cd4caeff0a4e65636_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:0b0cc51d2f5df8a7cc2e30f80fcd4bdb7a38bd5f8a9ecc6d5e5870dc5fdc36e8_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:25933d9a51a2679fea10bda3d72addcadfe26a055a137c628bfdb5f818896536_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:290eacede3daa3be390b910c7116380a5a5dbc2ccc7c3ae8b562c67af76d3fd0_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:79799a8308a0b356a639bceca16c2a728f5bc78a88097fdd149173ef80d2c9c9_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:323921bcd7db381b2a1953764d5f85a14abcbdc1ccece894f8961d8b2b2fb779_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:abfc5c2b61eff272ef04d38a18b7bebaad8aac824a68fe0bd6a95e595678e2d0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:bd91a02760bac7f4e1f30753d7b9f29c9abcaeeaddde7e3c55c14ce827d07e52_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:e8c62219f6073bd08d585d5f159c6beab76e5553a7e8ae4d1e7c2bdb01c4c7c1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:8105660323b2250eee6ec111eb4aca20e7a88cdcd1b243ae9c6bc0bee8642293_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:8689c9c077663f3dbd393b9aa1ad5dfad6226c398070804b1e5f3afefaf2ec39_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:d97699f5c4083039de2cf17de20d4e93ac38bb10c885785705d4ce17bc80a37f_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:dae5d2a9e6b12479f742d1110f20059acd9e831ea272a52525d9c3ee42d44d94_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "RHBZ#2449833",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449833"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33186",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33186"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3",
"url": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3"
}
],
"release_date": "2026-03-20T22:23:32.147000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-17T06:49:10+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:34af5e7e166ea2ac902d3d0414adfb8442859396e60b4992de59d7ee130b3fef_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:8bfe1d490a44c6d495c7d30ddb4245746a2e48f0f72343574b3235fa3526cc6d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:af942926936e39d0f7a3ef1ed1af7fb97aaa04fee8a4ad4e6e21e8931ef42809_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:f929464036bfd53938a4cd7cd39297801a122fd20461cdce31cf8d6d96a3bb86_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:26519"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement infrastructure-level normalization to ensure all incoming HTTP/2 `:path` headers are properly formatted with a leading slash before reaching the gRPC-Go server. This can be achieved by configuring a reverse proxy or API gateway to validate and normalize the `:path` header. Ensure that any such intermediary is properly configured and restarted to apply the changes, which may temporarily impact service availability.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:3c4587b2b5dc7426cc24e8678dd103ed2b1abb8ca13f5ea5aab606d92e5e00ba_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:5330de373490f5bfd8fa40de3c8dfb21f64128dab695aaff3a6a4c96c3388d3b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c26593f4740103d3296bb094cf30af778128384617d0ac5b7ecef9987a88003a_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c728d376aafac1219d957bafe2f3ab75ae88e1d326d48ca409e209e09a782e6c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:1cd66608b31afb07d5575714fd24becb2a3eb48fd6f897240986e5b5cd5ca25f_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:99aab6998dc6e4c8349a53e4ab52c0a9730aa75b36bb4e87d74bb6ee5f2044da_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:9d7a69223b0662bcf109a02007d017e5f10e5c563ff78c02d87af8d5d4ea24de_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:dd5328245120eb981cf5fe6153fc2d33ed9817612884bb7cf7fed77782cd1e20_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:0b3a5aa6d681f46fc242eefae9a3540b43c2be17b643d40ca4446cd0e8fc2abb_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:8627d0dd68402dc51137d89534c0bdb72e27fc3327be1e63e93a38ae72f653cd_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:a395182a2cda20322f0af7ecc972ab3bc9c07161e70174c2b4d9ac08f6aa9845_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:b289110701914022840061f5f5a931e5c895d16898fff3d78193b89c37943201_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:51d8398c7057486fbc41a810031276ccd05179d43e9cf4369c8df440495c6ef7_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:6aaf557a08c0952e2ec7463e3b3cef4d5f8fc9d24427a28c9766f6f0d12f08bd_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:9f9b88b0fbc438aad06752a21fe76a870ba4d8042c6ee1ff0505af780ca8c2f0_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:ff4f49f5218d296b3af828c17283f870aebd6d60813563b55908ffd4629eeab1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9e75f7392dcc9df58236d14c8c56e69b34564525b72862d851bea16367270128_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9f80cfe35f04cbe6a16069c1ec1d8811be4d593e64e4c416f3c10d0867e6ae19_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9fabbf4a7e28f6ab02f1ac77b82fc37e0e295f71b05fa9e56b1a5ee4056a0fed_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:fdebb108386237b2ceb1a09abfd18a26fa724dfeb288b8db05a324c4534b109a_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:632a9d70719cce5d0fde98642ff48e6e810072173dd73db3792f6f80d5272fa7_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:838ee5faa3da19a38b8df19373dc4019f7b80ffdb71053e4f74d53a447a48eca_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:a1477ff3ddb9315e482647d228c09e55356d00291f9fde419d36e064b54fc6b8_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:e10748a721cdb9316cc4283549a800b7725268ba3e181945329c76350ab7b32d_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:34cde8028262bd635134993a4d95bbc63a38dc943862938955c2eda609a67f71_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:3ef24dc7c5588180203520784ea3db6e1501e5190b3f59aa1f77df1a5bee9bfc_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:82192c8ede01ce878231c9c56d7104d845e6bb69a8eeea17af84be7b56654eea_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d54076093c47f3d5576eb0a5c1e4cd7963a9d29f393a277721c8f34cb7efc263_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:04ddf503b9da7491acec12879894486790a2d2baf3256837ae5884eb73e91bce_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:10ec14b028d3926a2c0ba35810035e69d669c0e358ed8832d854f0454c77e516_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:12ee577bf514a68c17d1b5ad73b91365c3f242bd82edee45422326ba2e0c0b65_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:de69bc0e11397002240253365aa2b2338b401e7aa4f74478e5f202184662a235_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:77751c116d7b990d00fe24beb6a3d5bc7faedd5f628b379903384e9c8ddb2c7c_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:7e4262c5ce1b614df5a3575111aa8d1f047ad476660b25e6318b562275626c51_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:fa74f6dc71dd03e23612312e6c6e988ff1234a8e75752087abb980ca983fdac2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:fff455cdc1c5015bad5296c85a6a13b2b4593b57dbf78164c1328cea9b228601_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:1364a6b06e13e205088d8690ae753c99527fc130cd5d8ece02fd92538f522a1d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:1509f4cd6e5aaeed58bd8d2fc518183a6943d546d1cf969fddaec4c075051001_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:2a767fe742df781ebf07f553a7274e766b3dea1b8f12ea665d5ef19efccdcb1e_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:ac3242268defa432b3245eeebaff125bbdbcfec532f5d25d7e96d81f0b4482c9_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:017afc8d42f2f0dd7adaf151c0cb79200724994d92e1b5e2f0c2461a9d7a75e0_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:32d4c74e6dad2e47b4129320cfd7c2c69fbdad29dbe3822749a98c023bce5be2_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:44d851608309de07e95081a748aa6b0ae1fde09fa8524ac9723aa9c0ea956785_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:f2659636edc0651da9d6bc18a09df3ddc94b80143ba4818dd9f818840c776d60_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:7cf7b1d6ec5e436fc35eb92ade0e29316b5af4c6a0df3b3cc0ade5fc732631bf_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:880ca9bd23984cde3a928c7266cd89051ca8bb95b94be54dfbe1e5330ff89674_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:d4bf6a34a799554347bcca84210428262288b32e8d340926f1100a4c05edf4a4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:fef0a1823440a06135a3d77afe86367c0f969cace70ac39b9fd1f188a80e69f2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:0521f90dec2a5a5cd930b3e3bf0de90b066eb1b2b2e74e82c9d63d3512b3e6c2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:09ec7273c5e72adfc183c3af125e2cd47bc1ddb7c44c28aeae18ee488844348c_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:e490cc741517a709f420720b8ee9d9a5ee5335675caa6e967a45b1be0b1404b4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:ee97bfec045744082cb9a2c806fb8808a25bb5014ee9568ff22e12803f03f26d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:1a9beb7528ea2ac15e1257be1ff0c8b1ecd4d2e103792efcb5408b0de77fce32_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:4104ea287b8e2476ed618e6e16a35658dddf4ec1da5b58d3196cd68f03fc8989_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:785a7d536bcd955878d80b28a9c5f2d3fbc73cc1ec76dcdbdaacd5454365cea8_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:defe86d856b97f76f8b1455f61c865cf0dbac67810cb67ea5eada820a2f948e6_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:4333b9d650627bb913456e6504faaaf0f0efb55e40a95546c3d31d08d8e2b076_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:c7bd2ccc85720656c78d2808a9059e50457ff6a74fc8a00fcce1b05e193c7244_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:d671e8634526c2e661713be807e2e7f32e46e58dbf7eea44e43ee17a87db601d_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:e32b399bba77a431ffc4e8f24744a790b7aab19f061f7ecca929cb795c83c4d0_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:0ff3decd7dfc8d54779ad65d693327c810f0094200aa34079d929039773887c3_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:1767e287d7463f0d9b6c3af65f98699746835e2c44af4a0b5398139be2aefd23_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:4a0c4d9dc31805b56a417b2359f5da2adaafced10dacf2110bda3d99c73184fc_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:e5abf59262ae41f04385437e3f95924eb505eaf936f5a988319b5a6a52f708c2_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:230119ab73baf69b572857a4b923baf2e267d2d77f8d373d924db1eb832d9a08_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:246f462c19203a5c3c28277bc857e38d9f5b648c4e3b6b77c35c0162e5c95d1a_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:6de3add0818fe352c79cdc4c53c792fcd4150e07908a9dae274e1a7b34d7e545_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:d3c4701a2aeac9cd836962c6c5d999a0aabb0c472c57fa4fe105e0c1a099059c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:98c3af814cc1d5a34f33cfeeeba1f7940f8e30e306da9487dca475bd31938fac_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:ad47d4bd6e23f0661b826a0f7c826a791474f4a9e15db453d941d143cb42c90c_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:af5002abc824cf36f90e16bc715ae619c035905442c0801cc92031a6a7765576_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:bfcc99ea9f1c699b48dcf2994afdd8a68f031f794d721ae745de54a924e59c76_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:3390ca1fd9ae0602c829961dc332c7e3c417020c18c50a08cefdb90c621d6474_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:606e8a370de720153a1dced87cacf1caa1549e6ef8ceaccfe1062663fd18a493_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:67cc277bedd68e09d92c3c256e886ca2506636dfcd77625a5ea3db4005b5d586_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:6e1b97632dea6ef859141e933ca2370d8fc90ab60f66a810e79290116d36d58d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:42e1a906ab4a97af8537be7b433ac2c7d2b9240d4a42ca9bc65ebf8af78fd7fc_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:af26c01c9129a5f2fbe128d2fe7fe25fb03c0ee6cd76571155147cd4ea3c2de1_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:bb2e059a922f8ece5011db593873c8839d1951ceee09d50fff1613ab270e1062_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:dc1a40ceab9f4100575ac0348a5e17514312d1dabfdb096130093914ff329059_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:5172c4fce21f42b27a34e3f7997e193107e0c0acc680b76058a2f099bf7141b0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:652771b15fc2b567ef2003d737397364c47bc641eb8bee217cf908679721c7ea_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:d297745a65c828d0a32ca68198e796a37fdef153bfb040cecb9739a868899777_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:e35424513c27c433a94b68d573ab05027fd8b63494414c68ea07a3f3efa01345_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:4c0c8bc122d612b3c0e228e1c5573fad021c4546496c45fbc2a2dc4225fbe727_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:7d4436578b21ba00a60f5cf6bd74988f976f6c167475cc76f39b34b20da182df_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:bcf6c5a3baaa23bb19a487126003eb8f2194f9238cbe8170c5d34930d47cc36c_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:dd8c287009c850126d2b4ae5623420c2ccde38bf14c9c853bdbe5c2e1586db06_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:48fd8e0d453e54ed7531678b05b65e388c00daae63ac5745c9ee8924f7c40371_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:5ad699e6e0061b76f3f50424cb557bcb9fc9569d48f76973da683a45b6ec9147_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:aac030d920f635b8ad7edf6cf046047c82f064bcb081e6071b86e8ee7d84464e_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:e43f01110886845433f023331f62328b116c20d404e70197fb70eac1df7ba155_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:04633a6772144e0362a5d059a21684026d8e78a28c2463c65daade75f3477548_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:5251d3f63d49ff224ca777898f93a5fdd6de407db59a315aefdfc49963f98c32_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:74f1f26bdb3c05af324066ce828f0863c2c5156e949c6cbeedd0d66068847033_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:c71c29bc335b77b98419e90f24a0396a1093edc2d985aae48f5000f9de75941f_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:34af5e7e166ea2ac902d3d0414adfb8442859396e60b4992de59d7ee130b3fef_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:8bfe1d490a44c6d495c7d30ddb4245746a2e48f0f72343574b3235fa3526cc6d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:af942926936e39d0f7a3ef1ed1af7fb97aaa04fee8a4ad4e6e21e8931ef42809_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:f929464036bfd53938a4cd7cd39297801a122fd20461cdce31cf8d6d96a3bb86_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:19425135838ddcea73db774c7dfa8a8a9f1301fb1bd488dd662cb02f3d7be670_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:447c983d4e104c79e59492ff5aebc62feccca29d08d11a8856c46710e3cb14fe_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:c01da1031a93870d3aabfd644585c88a53ab3cff759067b54ef08f3ebd690cf3_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:cb3fb52bf47fe049263cd6f87ecfe9f1941fc9f7f4fe69385415cdbc9017aa5e_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:1d18b01daba0807067ff5642305147ee613a22232a0a6ef88601243d59801f8d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:91e904d51d7505f19e7db68574a957febcb1963bad2f4452e9723be1bd5a79ce_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:bdf506a2c20720048d32e2f1a7df58a0e53f1df827611627d53c49cc005157b0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:fd318fe6bac9e3f6fb87fa8773d96803e44ba82d5367438f26b1aa04744d60c9_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:26cd2ddeea2e3de5552a95537b4acbfb546076e4d6673b6a68f4c9e2b8dc0142_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:c22c8d4a9dfd25462ed4b37b20d3917cdc87bdc4a90718835dd7cfd70ac7eef8_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:eba4d1b2d03ad132af50bb12a3e67633234494a62a458fd05fa645696f6215cd_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:f80821688e548ecf8b8ffd8ef6c4c5f3bc04f32628e7f83a97c910f43ce3dbe2_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:0739254d745378452259e4d9a84ba9f6bd03e523bda40d9fadfd999812003421_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:3278f98d80e2626bf481811b03908d955019137b47bacbfc6894949e067f39b1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:73959111c980def943d458774e2b86446e9cc5f96fa6f2d4b45b7db563f44d4b_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:f30b4949b3342a56ce37ab6368e3cd58d23581f8190b0652b1e2e6a4b9daed91_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:301d210efc58e5e08c62ce58e308298aa25f92743b261c258359b26231b179d4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:491faee7ce303a18b80934ac246b965e9353764c9a9df3928af2757ef0c1104d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:553e7ea4c082a871ded4daa0865bd2387ec6f99fc6fbd4713a27873cf5bc565d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:fc03869cd583f8e31cf895f07ff7a96a9d7c236eab36b9e56136e58ca7db96bd_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:1262b507d141cb572339ea7dd149215af3ee891343a66c1d8436c4ef2c3e51ba_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:17db909660a9b940339d94e06e3b7f0612e0e306c6e877debded146505d274b0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:4fb24af422753d3194a182894499628b10c2fdf22c441b9a90ab9748d3138d7e_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:cce28f2d920fc8d3bfa1b6c64f4c58ec7b02eabaffa7fd05293b725030463bf5_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:438039b78b649983401a817b6937f95915088796a815f80b9625e19fab1a64c4_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:9d748d3f2c587649dbaf6c7f222aadf47ba4e744fab63a252d49ae1c9049e26c_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c036df7a4bc62e7bafe4b549f3e1fe17b6f9894ac4dedd6018df7d07e267b5a3_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c7b9e3af430d26a1914bce5bf4189de1ebb3d61c4d8098b7b163c1b6d6f554f2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:32376725b6ca30983e9fef1b1d6bfa51a7b1d7e1960ccb50bafccb15efe8c7ae_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:47dc50b7a92d96c2dadc980c97f5d58e6e3fcadf5a29c7736209e7e9a47a47c3_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:d51f2814147a117c3465dc38c3940df147092aebcd694e7453b2e4aadeb83ba0_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:e7e8f68f0c3563ff5055685647d20e61a8811f07c828ed4ce88e5c0fa57577bb_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:06dcdd95fe32e4bfe8197f85a92e15e1b3266d195ecef3a3c11350c43e025b54_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:61d7da5e8a4fd131f49e7217c2a43ee60ee179ca8d74c1dd3b2a653e9864bc5c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:7ddd248c4db55f65e82c0e6ceaa125876cc18cc6c4611a50f2bdb80809f02914_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:ec3dffec1e3bbbd7381e45f888ee06fb080414fe9dc6935cd4caeff0a4e65636_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:0b0cc51d2f5df8a7cc2e30f80fcd4bdb7a38bd5f8a9ecc6d5e5870dc5fdc36e8_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:25933d9a51a2679fea10bda3d72addcadfe26a055a137c628bfdb5f818896536_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:290eacede3daa3be390b910c7116380a5a5dbc2ccc7c3ae8b562c67af76d3fd0_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:79799a8308a0b356a639bceca16c2a728f5bc78a88097fdd149173ef80d2c9c9_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:323921bcd7db381b2a1953764d5f85a14abcbdc1ccece894f8961d8b2b2fb779_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:abfc5c2b61eff272ef04d38a18b7bebaad8aac824a68fe0bd6a95e595678e2d0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:bd91a02760bac7f4e1f30753d7b9f29c9abcaeeaddde7e3c55c14ce827d07e52_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:e8c62219f6073bd08d585d5f159c6beab76e5553a7e8ae4d1e7c2bdb01c4c7c1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:8105660323b2250eee6ec111eb4aca20e7a88cdcd1b243ae9c6bc0bee8642293_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:8689c9c077663f3dbd393b9aa1ad5dfad6226c398070804b1e5f3afefaf2ec39_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:d97699f5c4083039de2cf17de20d4e93ac38bb10c885785705d4ce17bc80a37f_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:dae5d2a9e6b12479f742d1110f20059acd9e831ea272a52525d9c3ee42d44d94_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:3c4587b2b5dc7426cc24e8678dd103ed2b1abb8ca13f5ea5aab606d92e5e00ba_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:5330de373490f5bfd8fa40de3c8dfb21f64128dab695aaff3a6a4c96c3388d3b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c26593f4740103d3296bb094cf30af778128384617d0ac5b7ecef9987a88003a_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c728d376aafac1219d957bafe2f3ab75ae88e1d326d48ca409e209e09a782e6c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:1cd66608b31afb07d5575714fd24becb2a3eb48fd6f897240986e5b5cd5ca25f_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:99aab6998dc6e4c8349a53e4ab52c0a9730aa75b36bb4e87d74bb6ee5f2044da_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:9d7a69223b0662bcf109a02007d017e5f10e5c563ff78c02d87af8d5d4ea24de_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:dd5328245120eb981cf5fe6153fc2d33ed9817612884bb7cf7fed77782cd1e20_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:0b3a5aa6d681f46fc242eefae9a3540b43c2be17b643d40ca4446cd0e8fc2abb_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:8627d0dd68402dc51137d89534c0bdb72e27fc3327be1e63e93a38ae72f653cd_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:a395182a2cda20322f0af7ecc972ab3bc9c07161e70174c2b4d9ac08f6aa9845_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:b289110701914022840061f5f5a931e5c895d16898fff3d78193b89c37943201_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:51d8398c7057486fbc41a810031276ccd05179d43e9cf4369c8df440495c6ef7_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:6aaf557a08c0952e2ec7463e3b3cef4d5f8fc9d24427a28c9766f6f0d12f08bd_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:9f9b88b0fbc438aad06752a21fe76a870ba4d8042c6ee1ff0505af780ca8c2f0_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:ff4f49f5218d296b3af828c17283f870aebd6d60813563b55908ffd4629eeab1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9e75f7392dcc9df58236d14c8c56e69b34564525b72862d851bea16367270128_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9f80cfe35f04cbe6a16069c1ec1d8811be4d593e64e4c416f3c10d0867e6ae19_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9fabbf4a7e28f6ab02f1ac77b82fc37e0e295f71b05fa9e56b1a5ee4056a0fed_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:fdebb108386237b2ceb1a09abfd18a26fa724dfeb288b8db05a324c4534b109a_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:632a9d70719cce5d0fde98642ff48e6e810072173dd73db3792f6f80d5272fa7_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:838ee5faa3da19a38b8df19373dc4019f7b80ffdb71053e4f74d53a447a48eca_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:a1477ff3ddb9315e482647d228c09e55356d00291f9fde419d36e064b54fc6b8_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:e10748a721cdb9316cc4283549a800b7725268ba3e181945329c76350ab7b32d_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:34cde8028262bd635134993a4d95bbc63a38dc943862938955c2eda609a67f71_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:3ef24dc7c5588180203520784ea3db6e1501e5190b3f59aa1f77df1a5bee9bfc_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:82192c8ede01ce878231c9c56d7104d845e6bb69a8eeea17af84be7b56654eea_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d54076093c47f3d5576eb0a5c1e4cd7963a9d29f393a277721c8f34cb7efc263_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:04ddf503b9da7491acec12879894486790a2d2baf3256837ae5884eb73e91bce_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:10ec14b028d3926a2c0ba35810035e69d669c0e358ed8832d854f0454c77e516_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:12ee577bf514a68c17d1b5ad73b91365c3f242bd82edee45422326ba2e0c0b65_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:de69bc0e11397002240253365aa2b2338b401e7aa4f74478e5f202184662a235_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:77751c116d7b990d00fe24beb6a3d5bc7faedd5f628b379903384e9c8ddb2c7c_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:7e4262c5ce1b614df5a3575111aa8d1f047ad476660b25e6318b562275626c51_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:fa74f6dc71dd03e23612312e6c6e988ff1234a8e75752087abb980ca983fdac2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:fff455cdc1c5015bad5296c85a6a13b2b4593b57dbf78164c1328cea9b228601_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:1364a6b06e13e205088d8690ae753c99527fc130cd5d8ece02fd92538f522a1d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:1509f4cd6e5aaeed58bd8d2fc518183a6943d546d1cf969fddaec4c075051001_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:2a767fe742df781ebf07f553a7274e766b3dea1b8f12ea665d5ef19efccdcb1e_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:ac3242268defa432b3245eeebaff125bbdbcfec532f5d25d7e96d81f0b4482c9_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:017afc8d42f2f0dd7adaf151c0cb79200724994d92e1b5e2f0c2461a9d7a75e0_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:32d4c74e6dad2e47b4129320cfd7c2c69fbdad29dbe3822749a98c023bce5be2_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:44d851608309de07e95081a748aa6b0ae1fde09fa8524ac9723aa9c0ea956785_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:f2659636edc0651da9d6bc18a09df3ddc94b80143ba4818dd9f818840c776d60_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:7cf7b1d6ec5e436fc35eb92ade0e29316b5af4c6a0df3b3cc0ade5fc732631bf_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:880ca9bd23984cde3a928c7266cd89051ca8bb95b94be54dfbe1e5330ff89674_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:d4bf6a34a799554347bcca84210428262288b32e8d340926f1100a4c05edf4a4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:fef0a1823440a06135a3d77afe86367c0f969cace70ac39b9fd1f188a80e69f2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:0521f90dec2a5a5cd930b3e3bf0de90b066eb1b2b2e74e82c9d63d3512b3e6c2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:09ec7273c5e72adfc183c3af125e2cd47bc1ddb7c44c28aeae18ee488844348c_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:e490cc741517a709f420720b8ee9d9a5ee5335675caa6e967a45b1be0b1404b4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:ee97bfec045744082cb9a2c806fb8808a25bb5014ee9568ff22e12803f03f26d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:1a9beb7528ea2ac15e1257be1ff0c8b1ecd4d2e103792efcb5408b0de77fce32_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:4104ea287b8e2476ed618e6e16a35658dddf4ec1da5b58d3196cd68f03fc8989_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:785a7d536bcd955878d80b28a9c5f2d3fbc73cc1ec76dcdbdaacd5454365cea8_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:defe86d856b97f76f8b1455f61c865cf0dbac67810cb67ea5eada820a2f948e6_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:4333b9d650627bb913456e6504faaaf0f0efb55e40a95546c3d31d08d8e2b076_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:c7bd2ccc85720656c78d2808a9059e50457ff6a74fc8a00fcce1b05e193c7244_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:d671e8634526c2e661713be807e2e7f32e46e58dbf7eea44e43ee17a87db601d_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:e32b399bba77a431ffc4e8f24744a790b7aab19f061f7ecca929cb795c83c4d0_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:0ff3decd7dfc8d54779ad65d693327c810f0094200aa34079d929039773887c3_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:1767e287d7463f0d9b6c3af65f98699746835e2c44af4a0b5398139be2aefd23_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:4a0c4d9dc31805b56a417b2359f5da2adaafced10dacf2110bda3d99c73184fc_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:e5abf59262ae41f04385437e3f95924eb505eaf936f5a988319b5a6a52f708c2_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:230119ab73baf69b572857a4b923baf2e267d2d77f8d373d924db1eb832d9a08_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:246f462c19203a5c3c28277bc857e38d9f5b648c4e3b6b77c35c0162e5c95d1a_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:6de3add0818fe352c79cdc4c53c792fcd4150e07908a9dae274e1a7b34d7e545_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:d3c4701a2aeac9cd836962c6c5d999a0aabb0c472c57fa4fe105e0c1a099059c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:98c3af814cc1d5a34f33cfeeeba1f7940f8e30e306da9487dca475bd31938fac_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:ad47d4bd6e23f0661b826a0f7c826a791474f4a9e15db453d941d143cb42c90c_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:af5002abc824cf36f90e16bc715ae619c035905442c0801cc92031a6a7765576_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:bfcc99ea9f1c699b48dcf2994afdd8a68f031f794d721ae745de54a924e59c76_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:3390ca1fd9ae0602c829961dc332c7e3c417020c18c50a08cefdb90c621d6474_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:606e8a370de720153a1dced87cacf1caa1549e6ef8ceaccfe1062663fd18a493_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:67cc277bedd68e09d92c3c256e886ca2506636dfcd77625a5ea3db4005b5d586_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:6e1b97632dea6ef859141e933ca2370d8fc90ab60f66a810e79290116d36d58d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:42e1a906ab4a97af8537be7b433ac2c7d2b9240d4a42ca9bc65ebf8af78fd7fc_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:af26c01c9129a5f2fbe128d2fe7fe25fb03c0ee6cd76571155147cd4ea3c2de1_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:bb2e059a922f8ece5011db593873c8839d1951ceee09d50fff1613ab270e1062_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:dc1a40ceab9f4100575ac0348a5e17514312d1dabfdb096130093914ff329059_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:5172c4fce21f42b27a34e3f7997e193107e0c0acc680b76058a2f099bf7141b0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:652771b15fc2b567ef2003d737397364c47bc641eb8bee217cf908679721c7ea_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:d297745a65c828d0a32ca68198e796a37fdef153bfb040cecb9739a868899777_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:e35424513c27c433a94b68d573ab05027fd8b63494414c68ea07a3f3efa01345_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:4c0c8bc122d612b3c0e228e1c5573fad021c4546496c45fbc2a2dc4225fbe727_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:7d4436578b21ba00a60f5cf6bd74988f976f6c167475cc76f39b34b20da182df_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:bcf6c5a3baaa23bb19a487126003eb8f2194f9238cbe8170c5d34930d47cc36c_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:dd8c287009c850126d2b4ae5623420c2ccde38bf14c9c853bdbe5c2e1586db06_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:48fd8e0d453e54ed7531678b05b65e388c00daae63ac5745c9ee8924f7c40371_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:5ad699e6e0061b76f3f50424cb557bcb9fc9569d48f76973da683a45b6ec9147_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:aac030d920f635b8ad7edf6cf046047c82f064bcb081e6071b86e8ee7d84464e_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:e43f01110886845433f023331f62328b116c20d404e70197fb70eac1df7ba155_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:04633a6772144e0362a5d059a21684026d8e78a28c2463c65daade75f3477548_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:5251d3f63d49ff224ca777898f93a5fdd6de407db59a315aefdfc49963f98c32_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:74f1f26bdb3c05af324066ce828f0863c2c5156e949c6cbeedd0d66068847033_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:c71c29bc335b77b98419e90f24a0396a1093edc2d985aae48f5000f9de75941f_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:34af5e7e166ea2ac902d3d0414adfb8442859396e60b4992de59d7ee130b3fef_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:8bfe1d490a44c6d495c7d30ddb4245746a2e48f0f72343574b3235fa3526cc6d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:af942926936e39d0f7a3ef1ed1af7fb97aaa04fee8a4ad4e6e21e8931ef42809_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:f929464036bfd53938a4cd7cd39297801a122fd20461cdce31cf8d6d96a3bb86_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:19425135838ddcea73db774c7dfa8a8a9f1301fb1bd488dd662cb02f3d7be670_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:447c983d4e104c79e59492ff5aebc62feccca29d08d11a8856c46710e3cb14fe_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:c01da1031a93870d3aabfd644585c88a53ab3cff759067b54ef08f3ebd690cf3_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:cb3fb52bf47fe049263cd6f87ecfe9f1941fc9f7f4fe69385415cdbc9017aa5e_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:1d18b01daba0807067ff5642305147ee613a22232a0a6ef88601243d59801f8d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:91e904d51d7505f19e7db68574a957febcb1963bad2f4452e9723be1bd5a79ce_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:bdf506a2c20720048d32e2f1a7df58a0e53f1df827611627d53c49cc005157b0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:fd318fe6bac9e3f6fb87fa8773d96803e44ba82d5367438f26b1aa04744d60c9_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:26cd2ddeea2e3de5552a95537b4acbfb546076e4d6673b6a68f4c9e2b8dc0142_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:c22c8d4a9dfd25462ed4b37b20d3917cdc87bdc4a90718835dd7cfd70ac7eef8_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:eba4d1b2d03ad132af50bb12a3e67633234494a62a458fd05fa645696f6215cd_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:f80821688e548ecf8b8ffd8ef6c4c5f3bc04f32628e7f83a97c910f43ce3dbe2_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:0739254d745378452259e4d9a84ba9f6bd03e523bda40d9fadfd999812003421_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:3278f98d80e2626bf481811b03908d955019137b47bacbfc6894949e067f39b1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:73959111c980def943d458774e2b86446e9cc5f96fa6f2d4b45b7db563f44d4b_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:f30b4949b3342a56ce37ab6368e3cd58d23581f8190b0652b1e2e6a4b9daed91_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:301d210efc58e5e08c62ce58e308298aa25f92743b261c258359b26231b179d4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:491faee7ce303a18b80934ac246b965e9353764c9a9df3928af2757ef0c1104d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:553e7ea4c082a871ded4daa0865bd2387ec6f99fc6fbd4713a27873cf5bc565d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:fc03869cd583f8e31cf895f07ff7a96a9d7c236eab36b9e56136e58ca7db96bd_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:1262b507d141cb572339ea7dd149215af3ee891343a66c1d8436c4ef2c3e51ba_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:17db909660a9b940339d94e06e3b7f0612e0e306c6e877debded146505d274b0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:4fb24af422753d3194a182894499628b10c2fdf22c441b9a90ab9748d3138d7e_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:cce28f2d920fc8d3bfa1b6c64f4c58ec7b02eabaffa7fd05293b725030463bf5_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:438039b78b649983401a817b6937f95915088796a815f80b9625e19fab1a64c4_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:9d748d3f2c587649dbaf6c7f222aadf47ba4e744fab63a252d49ae1c9049e26c_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c036df7a4bc62e7bafe4b549f3e1fe17b6f9894ac4dedd6018df7d07e267b5a3_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c7b9e3af430d26a1914bce5bf4189de1ebb3d61c4d8098b7b163c1b6d6f554f2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:32376725b6ca30983e9fef1b1d6bfa51a7b1d7e1960ccb50bafccb15efe8c7ae_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:47dc50b7a92d96c2dadc980c97f5d58e6e3fcadf5a29c7736209e7e9a47a47c3_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:d51f2814147a117c3465dc38c3940df147092aebcd694e7453b2e4aadeb83ba0_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:e7e8f68f0c3563ff5055685647d20e61a8811f07c828ed4ce88e5c0fa57577bb_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:06dcdd95fe32e4bfe8197f85a92e15e1b3266d195ecef3a3c11350c43e025b54_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:61d7da5e8a4fd131f49e7217c2a43ee60ee179ca8d74c1dd3b2a653e9864bc5c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:7ddd248c4db55f65e82c0e6ceaa125876cc18cc6c4611a50f2bdb80809f02914_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:ec3dffec1e3bbbd7381e45f888ee06fb080414fe9dc6935cd4caeff0a4e65636_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:0b0cc51d2f5df8a7cc2e30f80fcd4bdb7a38bd5f8a9ecc6d5e5870dc5fdc36e8_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:25933d9a51a2679fea10bda3d72addcadfe26a055a137c628bfdb5f818896536_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:290eacede3daa3be390b910c7116380a5a5dbc2ccc7c3ae8b562c67af76d3fd0_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:79799a8308a0b356a639bceca16c2a728f5bc78a88097fdd149173ef80d2c9c9_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:323921bcd7db381b2a1953764d5f85a14abcbdc1ccece894f8961d8b2b2fb779_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:abfc5c2b61eff272ef04d38a18b7bebaad8aac824a68fe0bd6a95e595678e2d0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:bd91a02760bac7f4e1f30753d7b9f29c9abcaeeaddde7e3c55c14ce827d07e52_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:e8c62219f6073bd08d585d5f159c6beab76e5553a7e8ae4d1e7c2bdb01c4c7c1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:8105660323b2250eee6ec111eb4aca20e7a88cdcd1b243ae9c6bc0bee8642293_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:8689c9c077663f3dbd393b9aa1ad5dfad6226c398070804b1e5f3afefaf2ec39_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:d97699f5c4083039de2cf17de20d4e93ac38bb10c885785705d4ce17bc80a37f_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:dae5d2a9e6b12479f742d1110f20059acd9e831ea272a52525d9c3ee42d44d94_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation"
},
{
"cve": "CVE-2026-33816",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-04-07T16:01:14.142946+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:3c4587b2b5dc7426cc24e8678dd103ed2b1abb8ca13f5ea5aab606d92e5e00ba_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:5330de373490f5bfd8fa40de3c8dfb21f64128dab695aaff3a6a4c96c3388d3b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c26593f4740103d3296bb094cf30af778128384617d0ac5b7ecef9987a88003a_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c728d376aafac1219d957bafe2f3ab75ae88e1d326d48ca409e209e09a782e6c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:1cd66608b31afb07d5575714fd24becb2a3eb48fd6f897240986e5b5cd5ca25f_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:99aab6998dc6e4c8349a53e4ab52c0a9730aa75b36bb4e87d74bb6ee5f2044da_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:9d7a69223b0662bcf109a02007d017e5f10e5c563ff78c02d87af8d5d4ea24de_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:dd5328245120eb981cf5fe6153fc2d33ed9817612884bb7cf7fed77782cd1e20_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:0b3a5aa6d681f46fc242eefae9a3540b43c2be17b643d40ca4446cd0e8fc2abb_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:8627d0dd68402dc51137d89534c0bdb72e27fc3327be1e63e93a38ae72f653cd_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:a395182a2cda20322f0af7ecc972ab3bc9c07161e70174c2b4d9ac08f6aa9845_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:b289110701914022840061f5f5a931e5c895d16898fff3d78193b89c37943201_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:51d8398c7057486fbc41a810031276ccd05179d43e9cf4369c8df440495c6ef7_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:6aaf557a08c0952e2ec7463e3b3cef4d5f8fc9d24427a28c9766f6f0d12f08bd_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:9f9b88b0fbc438aad06752a21fe76a870ba4d8042c6ee1ff0505af780ca8c2f0_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:ff4f49f5218d296b3af828c17283f870aebd6d60813563b55908ffd4629eeab1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9e75f7392dcc9df58236d14c8c56e69b34564525b72862d851bea16367270128_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9f80cfe35f04cbe6a16069c1ec1d8811be4d593e64e4c416f3c10d0867e6ae19_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9fabbf4a7e28f6ab02f1ac77b82fc37e0e295f71b05fa9e56b1a5ee4056a0fed_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:fdebb108386237b2ceb1a09abfd18a26fa724dfeb288b8db05a324c4534b109a_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:632a9d70719cce5d0fde98642ff48e6e810072173dd73db3792f6f80d5272fa7_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:838ee5faa3da19a38b8df19373dc4019f7b80ffdb71053e4f74d53a447a48eca_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:a1477ff3ddb9315e482647d228c09e55356d00291f9fde419d36e064b54fc6b8_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:e10748a721cdb9316cc4283549a800b7725268ba3e181945329c76350ab7b32d_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:34cde8028262bd635134993a4d95bbc63a38dc943862938955c2eda609a67f71_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:3ef24dc7c5588180203520784ea3db6e1501e5190b3f59aa1f77df1a5bee9bfc_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:82192c8ede01ce878231c9c56d7104d845e6bb69a8eeea17af84be7b56654eea_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d54076093c47f3d5576eb0a5c1e4cd7963a9d29f393a277721c8f34cb7efc263_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:04ddf503b9da7491acec12879894486790a2d2baf3256837ae5884eb73e91bce_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:10ec14b028d3926a2c0ba35810035e69d669c0e358ed8832d854f0454c77e516_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:12ee577bf514a68c17d1b5ad73b91365c3f242bd82edee45422326ba2e0c0b65_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:de69bc0e11397002240253365aa2b2338b401e7aa4f74478e5f202184662a235_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:77751c116d7b990d00fe24beb6a3d5bc7faedd5f628b379903384e9c8ddb2c7c_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:7e4262c5ce1b614df5a3575111aa8d1f047ad476660b25e6318b562275626c51_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:fa74f6dc71dd03e23612312e6c6e988ff1234a8e75752087abb980ca983fdac2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:fff455cdc1c5015bad5296c85a6a13b2b4593b57dbf78164c1328cea9b228601_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:1364a6b06e13e205088d8690ae753c99527fc130cd5d8ece02fd92538f522a1d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:1509f4cd6e5aaeed58bd8d2fc518183a6943d546d1cf969fddaec4c075051001_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:2a767fe742df781ebf07f553a7274e766b3dea1b8f12ea665d5ef19efccdcb1e_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:ac3242268defa432b3245eeebaff125bbdbcfec532f5d25d7e96d81f0b4482c9_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:017afc8d42f2f0dd7adaf151c0cb79200724994d92e1b5e2f0c2461a9d7a75e0_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:32d4c74e6dad2e47b4129320cfd7c2c69fbdad29dbe3822749a98c023bce5be2_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:44d851608309de07e95081a748aa6b0ae1fde09fa8524ac9723aa9c0ea956785_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:f2659636edc0651da9d6bc18a09df3ddc94b80143ba4818dd9f818840c776d60_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:7cf7b1d6ec5e436fc35eb92ade0e29316b5af4c6a0df3b3cc0ade5fc732631bf_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:880ca9bd23984cde3a928c7266cd89051ca8bb95b94be54dfbe1e5330ff89674_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:d4bf6a34a799554347bcca84210428262288b32e8d340926f1100a4c05edf4a4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:fef0a1823440a06135a3d77afe86367c0f969cace70ac39b9fd1f188a80e69f2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:0521f90dec2a5a5cd930b3e3bf0de90b066eb1b2b2e74e82c9d63d3512b3e6c2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:09ec7273c5e72adfc183c3af125e2cd47bc1ddb7c44c28aeae18ee488844348c_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:e490cc741517a709f420720b8ee9d9a5ee5335675caa6e967a45b1be0b1404b4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:ee97bfec045744082cb9a2c806fb8808a25bb5014ee9568ff22e12803f03f26d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:1a9beb7528ea2ac15e1257be1ff0c8b1ecd4d2e103792efcb5408b0de77fce32_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:4104ea287b8e2476ed618e6e16a35658dddf4ec1da5b58d3196cd68f03fc8989_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:785a7d536bcd955878d80b28a9c5f2d3fbc73cc1ec76dcdbdaacd5454365cea8_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:defe86d856b97f76f8b1455f61c865cf0dbac67810cb67ea5eada820a2f948e6_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:4333b9d650627bb913456e6504faaaf0f0efb55e40a95546c3d31d08d8e2b076_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:c7bd2ccc85720656c78d2808a9059e50457ff6a74fc8a00fcce1b05e193c7244_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:d671e8634526c2e661713be807e2e7f32e46e58dbf7eea44e43ee17a87db601d_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:e32b399bba77a431ffc4e8f24744a790b7aab19f061f7ecca929cb795c83c4d0_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:0ff3decd7dfc8d54779ad65d693327c810f0094200aa34079d929039773887c3_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:1767e287d7463f0d9b6c3af65f98699746835e2c44af4a0b5398139be2aefd23_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:4a0c4d9dc31805b56a417b2359f5da2adaafced10dacf2110bda3d99c73184fc_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:e5abf59262ae41f04385437e3f95924eb505eaf936f5a988319b5a6a52f708c2_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:230119ab73baf69b572857a4b923baf2e267d2d77f8d373d924db1eb832d9a08_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:246f462c19203a5c3c28277bc857e38d9f5b648c4e3b6b77c35c0162e5c95d1a_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:6de3add0818fe352c79cdc4c53c792fcd4150e07908a9dae274e1a7b34d7e545_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:d3c4701a2aeac9cd836962c6c5d999a0aabb0c472c57fa4fe105e0c1a099059c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:98c3af814cc1d5a34f33cfeeeba1f7940f8e30e306da9487dca475bd31938fac_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:ad47d4bd6e23f0661b826a0f7c826a791474f4a9e15db453d941d143cb42c90c_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:af5002abc824cf36f90e16bc715ae619c035905442c0801cc92031a6a7765576_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:bfcc99ea9f1c699b48dcf2994afdd8a68f031f794d721ae745de54a924e59c76_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:3390ca1fd9ae0602c829961dc332c7e3c417020c18c50a08cefdb90c621d6474_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:606e8a370de720153a1dced87cacf1caa1549e6ef8ceaccfe1062663fd18a493_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:67cc277bedd68e09d92c3c256e886ca2506636dfcd77625a5ea3db4005b5d586_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:6e1b97632dea6ef859141e933ca2370d8fc90ab60f66a810e79290116d36d58d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:42e1a906ab4a97af8537be7b433ac2c7d2b9240d4a42ca9bc65ebf8af78fd7fc_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:af26c01c9129a5f2fbe128d2fe7fe25fb03c0ee6cd76571155147cd4ea3c2de1_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:bb2e059a922f8ece5011db593873c8839d1951ceee09d50fff1613ab270e1062_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:dc1a40ceab9f4100575ac0348a5e17514312d1dabfdb096130093914ff329059_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:5172c4fce21f42b27a34e3f7997e193107e0c0acc680b76058a2f099bf7141b0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:652771b15fc2b567ef2003d737397364c47bc641eb8bee217cf908679721c7ea_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:d297745a65c828d0a32ca68198e796a37fdef153bfb040cecb9739a868899777_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:e35424513c27c433a94b68d573ab05027fd8b63494414c68ea07a3f3efa01345_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:4c0c8bc122d612b3c0e228e1c5573fad021c4546496c45fbc2a2dc4225fbe727_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:7d4436578b21ba00a60f5cf6bd74988f976f6c167475cc76f39b34b20da182df_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:bcf6c5a3baaa23bb19a487126003eb8f2194f9238cbe8170c5d34930d47cc36c_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:dd8c287009c850126d2b4ae5623420c2ccde38bf14c9c853bdbe5c2e1586db06_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:48fd8e0d453e54ed7531678b05b65e388c00daae63ac5745c9ee8924f7c40371_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:5ad699e6e0061b76f3f50424cb557bcb9fc9569d48f76973da683a45b6ec9147_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:aac030d920f635b8ad7edf6cf046047c82f064bcb081e6071b86e8ee7d84464e_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:e43f01110886845433f023331f62328b116c20d404e70197fb70eac1df7ba155_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:04633a6772144e0362a5d059a21684026d8e78a28c2463c65daade75f3477548_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:5251d3f63d49ff224ca777898f93a5fdd6de407db59a315aefdfc49963f98c32_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:74f1f26bdb3c05af324066ce828f0863c2c5156e949c6cbeedd0d66068847033_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:c71c29bc335b77b98419e90f24a0396a1093edc2d985aae48f5000f9de75941f_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:34af5e7e166ea2ac902d3d0414adfb8442859396e60b4992de59d7ee130b3fef_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:8bfe1d490a44c6d495c7d30ddb4245746a2e48f0f72343574b3235fa3526cc6d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:af942926936e39d0f7a3ef1ed1af7fb97aaa04fee8a4ad4e6e21e8931ef42809_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:f929464036bfd53938a4cd7cd39297801a122fd20461cdce31cf8d6d96a3bb86_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:1d18b01daba0807067ff5642305147ee613a22232a0a6ef88601243d59801f8d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:91e904d51d7505f19e7db68574a957febcb1963bad2f4452e9723be1bd5a79ce_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:bdf506a2c20720048d32e2f1a7df58a0e53f1df827611627d53c49cc005157b0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:fd318fe6bac9e3f6fb87fa8773d96803e44ba82d5367438f26b1aa04744d60c9_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:26cd2ddeea2e3de5552a95537b4acbfb546076e4d6673b6a68f4c9e2b8dc0142_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:c22c8d4a9dfd25462ed4b37b20d3917cdc87bdc4a90718835dd7cfd70ac7eef8_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:eba4d1b2d03ad132af50bb12a3e67633234494a62a458fd05fa645696f6215cd_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:f80821688e548ecf8b8ffd8ef6c4c5f3bc04f32628e7f83a97c910f43ce3dbe2_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:0739254d745378452259e4d9a84ba9f6bd03e523bda40d9fadfd999812003421_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:3278f98d80e2626bf481811b03908d955019137b47bacbfc6894949e067f39b1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:73959111c980def943d458774e2b86446e9cc5f96fa6f2d4b45b7db563f44d4b_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:f30b4949b3342a56ce37ab6368e3cd58d23581f8190b0652b1e2e6a4b9daed91_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:301d210efc58e5e08c62ce58e308298aa25f92743b261c258359b26231b179d4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:491faee7ce303a18b80934ac246b965e9353764c9a9df3928af2757ef0c1104d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:553e7ea4c082a871ded4daa0865bd2387ec6f99fc6fbd4713a27873cf5bc565d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:fc03869cd583f8e31cf895f07ff7a96a9d7c236eab36b9e56136e58ca7db96bd_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:1262b507d141cb572339ea7dd149215af3ee891343a66c1d8436c4ef2c3e51ba_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:17db909660a9b940339d94e06e3b7f0612e0e306c6e877debded146505d274b0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:4fb24af422753d3194a182894499628b10c2fdf22c441b9a90ab9748d3138d7e_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:cce28f2d920fc8d3bfa1b6c64f4c58ec7b02eabaffa7fd05293b725030463bf5_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:438039b78b649983401a817b6937f95915088796a815f80b9625e19fab1a64c4_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:9d748d3f2c587649dbaf6c7f222aadf47ba4e744fab63a252d49ae1c9049e26c_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c036df7a4bc62e7bafe4b549f3e1fe17b6f9894ac4dedd6018df7d07e267b5a3_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c7b9e3af430d26a1914bce5bf4189de1ebb3d61c4d8098b7b163c1b6d6f554f2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:32376725b6ca30983e9fef1b1d6bfa51a7b1d7e1960ccb50bafccb15efe8c7ae_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:47dc50b7a92d96c2dadc980c97f5d58e6e3fcadf5a29c7736209e7e9a47a47c3_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:d51f2814147a117c3465dc38c3940df147092aebcd694e7453b2e4aadeb83ba0_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:e7e8f68f0c3563ff5055685647d20e61a8811f07c828ed4ce88e5c0fa57577bb_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:06dcdd95fe32e4bfe8197f85a92e15e1b3266d195ecef3a3c11350c43e025b54_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:61d7da5e8a4fd131f49e7217c2a43ee60ee179ca8d74c1dd3b2a653e9864bc5c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:7ddd248c4db55f65e82c0e6ceaa125876cc18cc6c4611a50f2bdb80809f02914_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:ec3dffec1e3bbbd7381e45f888ee06fb080414fe9dc6935cd4caeff0a4e65636_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:0b0cc51d2f5df8a7cc2e30f80fcd4bdb7a38bd5f8a9ecc6d5e5870dc5fdc36e8_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:25933d9a51a2679fea10bda3d72addcadfe26a055a137c628bfdb5f818896536_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:290eacede3daa3be390b910c7116380a5a5dbc2ccc7c3ae8b562c67af76d3fd0_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:79799a8308a0b356a639bceca16c2a728f5bc78a88097fdd149173ef80d2c9c9_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:323921bcd7db381b2a1953764d5f85a14abcbdc1ccece894f8961d8b2b2fb779_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:abfc5c2b61eff272ef04d38a18b7bebaad8aac824a68fe0bd6a95e595678e2d0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:bd91a02760bac7f4e1f30753d7b9f29c9abcaeeaddde7e3c55c14ce827d07e52_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:e8c62219f6073bd08d585d5f159c6beab76e5553a7e8ae4d1e7c2bdb01c4c7c1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:8105660323b2250eee6ec111eb4aca20e7a88cdcd1b243ae9c6bc0bee8642293_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:8689c9c077663f3dbd393b9aa1ad5dfad6226c398070804b1e5f3afefaf2ec39_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:d97699f5c4083039de2cf17de20d4e93ac38bb10c885785705d4ce17bc80a37f_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:dae5d2a9e6b12479f742d1110f20059acd9e831ea272a52525d9c3ee42d44d94_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2455972"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in github.com/jackc/pgx, a PostgreSQL driver for Go. This memory-safety vulnerability could allow an attacker to cause various impacts, such as denial of service (DoS) or potentially arbitrary code execution, by exploiting memory corruption issues. The exact method of exploitation and specific consequences would depend on the nature of the memory corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/jackc/pgx/v5: github.com/jackc/pgx: Memory-safety vulnerability",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:19425135838ddcea73db774c7dfa8a8a9f1301fb1bd488dd662cb02f3d7be670_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:447c983d4e104c79e59492ff5aebc62feccca29d08d11a8856c46710e3cb14fe_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:c01da1031a93870d3aabfd644585c88a53ab3cff759067b54ef08f3ebd690cf3_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:cb3fb52bf47fe049263cd6f87ecfe9f1941fc9f7f4fe69385415cdbc9017aa5e_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:3c4587b2b5dc7426cc24e8678dd103ed2b1abb8ca13f5ea5aab606d92e5e00ba_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:5330de373490f5bfd8fa40de3c8dfb21f64128dab695aaff3a6a4c96c3388d3b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c26593f4740103d3296bb094cf30af778128384617d0ac5b7ecef9987a88003a_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c728d376aafac1219d957bafe2f3ab75ae88e1d326d48ca409e209e09a782e6c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:1cd66608b31afb07d5575714fd24becb2a3eb48fd6f897240986e5b5cd5ca25f_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:99aab6998dc6e4c8349a53e4ab52c0a9730aa75b36bb4e87d74bb6ee5f2044da_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:9d7a69223b0662bcf109a02007d017e5f10e5c563ff78c02d87af8d5d4ea24de_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:dd5328245120eb981cf5fe6153fc2d33ed9817612884bb7cf7fed77782cd1e20_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:0b3a5aa6d681f46fc242eefae9a3540b43c2be17b643d40ca4446cd0e8fc2abb_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:8627d0dd68402dc51137d89534c0bdb72e27fc3327be1e63e93a38ae72f653cd_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:a395182a2cda20322f0af7ecc972ab3bc9c07161e70174c2b4d9ac08f6aa9845_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:b289110701914022840061f5f5a931e5c895d16898fff3d78193b89c37943201_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:51d8398c7057486fbc41a810031276ccd05179d43e9cf4369c8df440495c6ef7_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:6aaf557a08c0952e2ec7463e3b3cef4d5f8fc9d24427a28c9766f6f0d12f08bd_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:9f9b88b0fbc438aad06752a21fe76a870ba4d8042c6ee1ff0505af780ca8c2f0_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:ff4f49f5218d296b3af828c17283f870aebd6d60813563b55908ffd4629eeab1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9e75f7392dcc9df58236d14c8c56e69b34564525b72862d851bea16367270128_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9f80cfe35f04cbe6a16069c1ec1d8811be4d593e64e4c416f3c10d0867e6ae19_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9fabbf4a7e28f6ab02f1ac77b82fc37e0e295f71b05fa9e56b1a5ee4056a0fed_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:fdebb108386237b2ceb1a09abfd18a26fa724dfeb288b8db05a324c4534b109a_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:632a9d70719cce5d0fde98642ff48e6e810072173dd73db3792f6f80d5272fa7_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:838ee5faa3da19a38b8df19373dc4019f7b80ffdb71053e4f74d53a447a48eca_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:a1477ff3ddb9315e482647d228c09e55356d00291f9fde419d36e064b54fc6b8_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:e10748a721cdb9316cc4283549a800b7725268ba3e181945329c76350ab7b32d_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:34cde8028262bd635134993a4d95bbc63a38dc943862938955c2eda609a67f71_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:3ef24dc7c5588180203520784ea3db6e1501e5190b3f59aa1f77df1a5bee9bfc_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:82192c8ede01ce878231c9c56d7104d845e6bb69a8eeea17af84be7b56654eea_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d54076093c47f3d5576eb0a5c1e4cd7963a9d29f393a277721c8f34cb7efc263_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:04ddf503b9da7491acec12879894486790a2d2baf3256837ae5884eb73e91bce_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:10ec14b028d3926a2c0ba35810035e69d669c0e358ed8832d854f0454c77e516_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:12ee577bf514a68c17d1b5ad73b91365c3f242bd82edee45422326ba2e0c0b65_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:de69bc0e11397002240253365aa2b2338b401e7aa4f74478e5f202184662a235_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:77751c116d7b990d00fe24beb6a3d5bc7faedd5f628b379903384e9c8ddb2c7c_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:7e4262c5ce1b614df5a3575111aa8d1f047ad476660b25e6318b562275626c51_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:fa74f6dc71dd03e23612312e6c6e988ff1234a8e75752087abb980ca983fdac2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:fff455cdc1c5015bad5296c85a6a13b2b4593b57dbf78164c1328cea9b228601_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:1364a6b06e13e205088d8690ae753c99527fc130cd5d8ece02fd92538f522a1d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:1509f4cd6e5aaeed58bd8d2fc518183a6943d546d1cf969fddaec4c075051001_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:2a767fe742df781ebf07f553a7274e766b3dea1b8f12ea665d5ef19efccdcb1e_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:ac3242268defa432b3245eeebaff125bbdbcfec532f5d25d7e96d81f0b4482c9_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:017afc8d42f2f0dd7adaf151c0cb79200724994d92e1b5e2f0c2461a9d7a75e0_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:32d4c74e6dad2e47b4129320cfd7c2c69fbdad29dbe3822749a98c023bce5be2_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:44d851608309de07e95081a748aa6b0ae1fde09fa8524ac9723aa9c0ea956785_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:f2659636edc0651da9d6bc18a09df3ddc94b80143ba4818dd9f818840c776d60_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:7cf7b1d6ec5e436fc35eb92ade0e29316b5af4c6a0df3b3cc0ade5fc732631bf_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:880ca9bd23984cde3a928c7266cd89051ca8bb95b94be54dfbe1e5330ff89674_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:d4bf6a34a799554347bcca84210428262288b32e8d340926f1100a4c05edf4a4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:fef0a1823440a06135a3d77afe86367c0f969cace70ac39b9fd1f188a80e69f2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:0521f90dec2a5a5cd930b3e3bf0de90b066eb1b2b2e74e82c9d63d3512b3e6c2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:09ec7273c5e72adfc183c3af125e2cd47bc1ddb7c44c28aeae18ee488844348c_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:e490cc741517a709f420720b8ee9d9a5ee5335675caa6e967a45b1be0b1404b4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:ee97bfec045744082cb9a2c806fb8808a25bb5014ee9568ff22e12803f03f26d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:1a9beb7528ea2ac15e1257be1ff0c8b1ecd4d2e103792efcb5408b0de77fce32_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:4104ea287b8e2476ed618e6e16a35658dddf4ec1da5b58d3196cd68f03fc8989_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:785a7d536bcd955878d80b28a9c5f2d3fbc73cc1ec76dcdbdaacd5454365cea8_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:defe86d856b97f76f8b1455f61c865cf0dbac67810cb67ea5eada820a2f948e6_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:4333b9d650627bb913456e6504faaaf0f0efb55e40a95546c3d31d08d8e2b076_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:c7bd2ccc85720656c78d2808a9059e50457ff6a74fc8a00fcce1b05e193c7244_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:d671e8634526c2e661713be807e2e7f32e46e58dbf7eea44e43ee17a87db601d_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:e32b399bba77a431ffc4e8f24744a790b7aab19f061f7ecca929cb795c83c4d0_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:0ff3decd7dfc8d54779ad65d693327c810f0094200aa34079d929039773887c3_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:1767e287d7463f0d9b6c3af65f98699746835e2c44af4a0b5398139be2aefd23_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:4a0c4d9dc31805b56a417b2359f5da2adaafced10dacf2110bda3d99c73184fc_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:e5abf59262ae41f04385437e3f95924eb505eaf936f5a988319b5a6a52f708c2_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:230119ab73baf69b572857a4b923baf2e267d2d77f8d373d924db1eb832d9a08_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:246f462c19203a5c3c28277bc857e38d9f5b648c4e3b6b77c35c0162e5c95d1a_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:6de3add0818fe352c79cdc4c53c792fcd4150e07908a9dae274e1a7b34d7e545_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:d3c4701a2aeac9cd836962c6c5d999a0aabb0c472c57fa4fe105e0c1a099059c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:98c3af814cc1d5a34f33cfeeeba1f7940f8e30e306da9487dca475bd31938fac_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:ad47d4bd6e23f0661b826a0f7c826a791474f4a9e15db453d941d143cb42c90c_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:af5002abc824cf36f90e16bc715ae619c035905442c0801cc92031a6a7765576_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:bfcc99ea9f1c699b48dcf2994afdd8a68f031f794d721ae745de54a924e59c76_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:3390ca1fd9ae0602c829961dc332c7e3c417020c18c50a08cefdb90c621d6474_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:606e8a370de720153a1dced87cacf1caa1549e6ef8ceaccfe1062663fd18a493_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:67cc277bedd68e09d92c3c256e886ca2506636dfcd77625a5ea3db4005b5d586_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:6e1b97632dea6ef859141e933ca2370d8fc90ab60f66a810e79290116d36d58d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:42e1a906ab4a97af8537be7b433ac2c7d2b9240d4a42ca9bc65ebf8af78fd7fc_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:af26c01c9129a5f2fbe128d2fe7fe25fb03c0ee6cd76571155147cd4ea3c2de1_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:bb2e059a922f8ece5011db593873c8839d1951ceee09d50fff1613ab270e1062_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:dc1a40ceab9f4100575ac0348a5e17514312d1dabfdb096130093914ff329059_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:5172c4fce21f42b27a34e3f7997e193107e0c0acc680b76058a2f099bf7141b0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:652771b15fc2b567ef2003d737397364c47bc641eb8bee217cf908679721c7ea_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:d297745a65c828d0a32ca68198e796a37fdef153bfb040cecb9739a868899777_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:e35424513c27c433a94b68d573ab05027fd8b63494414c68ea07a3f3efa01345_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:4c0c8bc122d612b3c0e228e1c5573fad021c4546496c45fbc2a2dc4225fbe727_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:7d4436578b21ba00a60f5cf6bd74988f976f6c167475cc76f39b34b20da182df_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:bcf6c5a3baaa23bb19a487126003eb8f2194f9238cbe8170c5d34930d47cc36c_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:dd8c287009c850126d2b4ae5623420c2ccde38bf14c9c853bdbe5c2e1586db06_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:48fd8e0d453e54ed7531678b05b65e388c00daae63ac5745c9ee8924f7c40371_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:5ad699e6e0061b76f3f50424cb557bcb9fc9569d48f76973da683a45b6ec9147_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:aac030d920f635b8ad7edf6cf046047c82f064bcb081e6071b86e8ee7d84464e_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:e43f01110886845433f023331f62328b116c20d404e70197fb70eac1df7ba155_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:04633a6772144e0362a5d059a21684026d8e78a28c2463c65daade75f3477548_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:5251d3f63d49ff224ca777898f93a5fdd6de407db59a315aefdfc49963f98c32_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:74f1f26bdb3c05af324066ce828f0863c2c5156e949c6cbeedd0d66068847033_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:c71c29bc335b77b98419e90f24a0396a1093edc2d985aae48f5000f9de75941f_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:34af5e7e166ea2ac902d3d0414adfb8442859396e60b4992de59d7ee130b3fef_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:8bfe1d490a44c6d495c7d30ddb4245746a2e48f0f72343574b3235fa3526cc6d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:af942926936e39d0f7a3ef1ed1af7fb97aaa04fee8a4ad4e6e21e8931ef42809_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:f929464036bfd53938a4cd7cd39297801a122fd20461cdce31cf8d6d96a3bb86_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:1d18b01daba0807067ff5642305147ee613a22232a0a6ef88601243d59801f8d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:91e904d51d7505f19e7db68574a957febcb1963bad2f4452e9723be1bd5a79ce_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:bdf506a2c20720048d32e2f1a7df58a0e53f1df827611627d53c49cc005157b0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:fd318fe6bac9e3f6fb87fa8773d96803e44ba82d5367438f26b1aa04744d60c9_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:26cd2ddeea2e3de5552a95537b4acbfb546076e4d6673b6a68f4c9e2b8dc0142_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:c22c8d4a9dfd25462ed4b37b20d3917cdc87bdc4a90718835dd7cfd70ac7eef8_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:eba4d1b2d03ad132af50bb12a3e67633234494a62a458fd05fa645696f6215cd_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:f80821688e548ecf8b8ffd8ef6c4c5f3bc04f32628e7f83a97c910f43ce3dbe2_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:0739254d745378452259e4d9a84ba9f6bd03e523bda40d9fadfd999812003421_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:3278f98d80e2626bf481811b03908d955019137b47bacbfc6894949e067f39b1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:73959111c980def943d458774e2b86446e9cc5f96fa6f2d4b45b7db563f44d4b_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:f30b4949b3342a56ce37ab6368e3cd58d23581f8190b0652b1e2e6a4b9daed91_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:301d210efc58e5e08c62ce58e308298aa25f92743b261c258359b26231b179d4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:491faee7ce303a18b80934ac246b965e9353764c9a9df3928af2757ef0c1104d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:553e7ea4c082a871ded4daa0865bd2387ec6f99fc6fbd4713a27873cf5bc565d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:fc03869cd583f8e31cf895f07ff7a96a9d7c236eab36b9e56136e58ca7db96bd_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:1262b507d141cb572339ea7dd149215af3ee891343a66c1d8436c4ef2c3e51ba_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:17db909660a9b940339d94e06e3b7f0612e0e306c6e877debded146505d274b0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:4fb24af422753d3194a182894499628b10c2fdf22c441b9a90ab9748d3138d7e_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:cce28f2d920fc8d3bfa1b6c64f4c58ec7b02eabaffa7fd05293b725030463bf5_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:438039b78b649983401a817b6937f95915088796a815f80b9625e19fab1a64c4_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:9d748d3f2c587649dbaf6c7f222aadf47ba4e744fab63a252d49ae1c9049e26c_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c036df7a4bc62e7bafe4b549f3e1fe17b6f9894ac4dedd6018df7d07e267b5a3_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c7b9e3af430d26a1914bce5bf4189de1ebb3d61c4d8098b7b163c1b6d6f554f2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:32376725b6ca30983e9fef1b1d6bfa51a7b1d7e1960ccb50bafccb15efe8c7ae_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:47dc50b7a92d96c2dadc980c97f5d58e6e3fcadf5a29c7736209e7e9a47a47c3_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:d51f2814147a117c3465dc38c3940df147092aebcd694e7453b2e4aadeb83ba0_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:e7e8f68f0c3563ff5055685647d20e61a8811f07c828ed4ce88e5c0fa57577bb_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:06dcdd95fe32e4bfe8197f85a92e15e1b3266d195ecef3a3c11350c43e025b54_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:61d7da5e8a4fd131f49e7217c2a43ee60ee179ca8d74c1dd3b2a653e9864bc5c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:7ddd248c4db55f65e82c0e6ceaa125876cc18cc6c4611a50f2bdb80809f02914_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:ec3dffec1e3bbbd7381e45f888ee06fb080414fe9dc6935cd4caeff0a4e65636_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:0b0cc51d2f5df8a7cc2e30f80fcd4bdb7a38bd5f8a9ecc6d5e5870dc5fdc36e8_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:25933d9a51a2679fea10bda3d72addcadfe26a055a137c628bfdb5f818896536_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:290eacede3daa3be390b910c7116380a5a5dbc2ccc7c3ae8b562c67af76d3fd0_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:79799a8308a0b356a639bceca16c2a728f5bc78a88097fdd149173ef80d2c9c9_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:323921bcd7db381b2a1953764d5f85a14abcbdc1ccece894f8961d8b2b2fb779_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:abfc5c2b61eff272ef04d38a18b7bebaad8aac824a68fe0bd6a95e595678e2d0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:bd91a02760bac7f4e1f30753d7b9f29c9abcaeeaddde7e3c55c14ce827d07e52_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:e8c62219f6073bd08d585d5f159c6beab76e5553a7e8ae4d1e7c2bdb01c4c7c1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:8105660323b2250eee6ec111eb4aca20e7a88cdcd1b243ae9c6bc0bee8642293_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:8689c9c077663f3dbd393b9aa1ad5dfad6226c398070804b1e5f3afefaf2ec39_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:d97699f5c4083039de2cf17de20d4e93ac38bb10c885785705d4ce17bc80a37f_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:dae5d2a9e6b12479f742d1110f20059acd9e831ea272a52525d9c3ee42d44d94_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33816"
},
{
"category": "external",
"summary": "RHBZ#2455972",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2455972"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33816",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33816"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33816",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33816"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4772",
"url": "https://pkg.go.dev/vuln/GO-2026-4772"
}
],
"release_date": "2026-04-07T15:19:24.529000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-17T06:49:10+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:19425135838ddcea73db774c7dfa8a8a9f1301fb1bd488dd662cb02f3d7be670_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:447c983d4e104c79e59492ff5aebc62feccca29d08d11a8856c46710e3cb14fe_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:c01da1031a93870d3aabfd644585c88a53ab3cff759067b54ef08f3ebd690cf3_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:cb3fb52bf47fe049263cd6f87ecfe9f1941fc9f7f4fe69385415cdbc9017aa5e_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:26519"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:3c4587b2b5dc7426cc24e8678dd103ed2b1abb8ca13f5ea5aab606d92e5e00ba_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:5330de373490f5bfd8fa40de3c8dfb21f64128dab695aaff3a6a4c96c3388d3b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c26593f4740103d3296bb094cf30af778128384617d0ac5b7ecef9987a88003a_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c728d376aafac1219d957bafe2f3ab75ae88e1d326d48ca409e209e09a782e6c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:1cd66608b31afb07d5575714fd24becb2a3eb48fd6f897240986e5b5cd5ca25f_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:99aab6998dc6e4c8349a53e4ab52c0a9730aa75b36bb4e87d74bb6ee5f2044da_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:9d7a69223b0662bcf109a02007d017e5f10e5c563ff78c02d87af8d5d4ea24de_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:dd5328245120eb981cf5fe6153fc2d33ed9817612884bb7cf7fed77782cd1e20_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:0b3a5aa6d681f46fc242eefae9a3540b43c2be17b643d40ca4446cd0e8fc2abb_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:8627d0dd68402dc51137d89534c0bdb72e27fc3327be1e63e93a38ae72f653cd_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:a395182a2cda20322f0af7ecc972ab3bc9c07161e70174c2b4d9ac08f6aa9845_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:b289110701914022840061f5f5a931e5c895d16898fff3d78193b89c37943201_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:51d8398c7057486fbc41a810031276ccd05179d43e9cf4369c8df440495c6ef7_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:6aaf557a08c0952e2ec7463e3b3cef4d5f8fc9d24427a28c9766f6f0d12f08bd_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:9f9b88b0fbc438aad06752a21fe76a870ba4d8042c6ee1ff0505af780ca8c2f0_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:ff4f49f5218d296b3af828c17283f870aebd6d60813563b55908ffd4629eeab1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9e75f7392dcc9df58236d14c8c56e69b34564525b72862d851bea16367270128_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9f80cfe35f04cbe6a16069c1ec1d8811be4d593e64e4c416f3c10d0867e6ae19_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9fabbf4a7e28f6ab02f1ac77b82fc37e0e295f71b05fa9e56b1a5ee4056a0fed_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:fdebb108386237b2ceb1a09abfd18a26fa724dfeb288b8db05a324c4534b109a_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:632a9d70719cce5d0fde98642ff48e6e810072173dd73db3792f6f80d5272fa7_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:838ee5faa3da19a38b8df19373dc4019f7b80ffdb71053e4f74d53a447a48eca_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:a1477ff3ddb9315e482647d228c09e55356d00291f9fde419d36e064b54fc6b8_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:e10748a721cdb9316cc4283549a800b7725268ba3e181945329c76350ab7b32d_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:34cde8028262bd635134993a4d95bbc63a38dc943862938955c2eda609a67f71_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:3ef24dc7c5588180203520784ea3db6e1501e5190b3f59aa1f77df1a5bee9bfc_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:82192c8ede01ce878231c9c56d7104d845e6bb69a8eeea17af84be7b56654eea_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d54076093c47f3d5576eb0a5c1e4cd7963a9d29f393a277721c8f34cb7efc263_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:04ddf503b9da7491acec12879894486790a2d2baf3256837ae5884eb73e91bce_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:10ec14b028d3926a2c0ba35810035e69d669c0e358ed8832d854f0454c77e516_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:12ee577bf514a68c17d1b5ad73b91365c3f242bd82edee45422326ba2e0c0b65_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:de69bc0e11397002240253365aa2b2338b401e7aa4f74478e5f202184662a235_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:77751c116d7b990d00fe24beb6a3d5bc7faedd5f628b379903384e9c8ddb2c7c_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:7e4262c5ce1b614df5a3575111aa8d1f047ad476660b25e6318b562275626c51_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:fa74f6dc71dd03e23612312e6c6e988ff1234a8e75752087abb980ca983fdac2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:fff455cdc1c5015bad5296c85a6a13b2b4593b57dbf78164c1328cea9b228601_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:1364a6b06e13e205088d8690ae753c99527fc130cd5d8ece02fd92538f522a1d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:1509f4cd6e5aaeed58bd8d2fc518183a6943d546d1cf969fddaec4c075051001_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:2a767fe742df781ebf07f553a7274e766b3dea1b8f12ea665d5ef19efccdcb1e_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:ac3242268defa432b3245eeebaff125bbdbcfec532f5d25d7e96d81f0b4482c9_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:017afc8d42f2f0dd7adaf151c0cb79200724994d92e1b5e2f0c2461a9d7a75e0_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:32d4c74e6dad2e47b4129320cfd7c2c69fbdad29dbe3822749a98c023bce5be2_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:44d851608309de07e95081a748aa6b0ae1fde09fa8524ac9723aa9c0ea956785_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:f2659636edc0651da9d6bc18a09df3ddc94b80143ba4818dd9f818840c776d60_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:7cf7b1d6ec5e436fc35eb92ade0e29316b5af4c6a0df3b3cc0ade5fc732631bf_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:880ca9bd23984cde3a928c7266cd89051ca8bb95b94be54dfbe1e5330ff89674_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:d4bf6a34a799554347bcca84210428262288b32e8d340926f1100a4c05edf4a4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:fef0a1823440a06135a3d77afe86367c0f969cace70ac39b9fd1f188a80e69f2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:0521f90dec2a5a5cd930b3e3bf0de90b066eb1b2b2e74e82c9d63d3512b3e6c2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:09ec7273c5e72adfc183c3af125e2cd47bc1ddb7c44c28aeae18ee488844348c_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:e490cc741517a709f420720b8ee9d9a5ee5335675caa6e967a45b1be0b1404b4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:ee97bfec045744082cb9a2c806fb8808a25bb5014ee9568ff22e12803f03f26d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:1a9beb7528ea2ac15e1257be1ff0c8b1ecd4d2e103792efcb5408b0de77fce32_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:4104ea287b8e2476ed618e6e16a35658dddf4ec1da5b58d3196cd68f03fc8989_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:785a7d536bcd955878d80b28a9c5f2d3fbc73cc1ec76dcdbdaacd5454365cea8_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:defe86d856b97f76f8b1455f61c865cf0dbac67810cb67ea5eada820a2f948e6_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:4333b9d650627bb913456e6504faaaf0f0efb55e40a95546c3d31d08d8e2b076_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:c7bd2ccc85720656c78d2808a9059e50457ff6a74fc8a00fcce1b05e193c7244_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:d671e8634526c2e661713be807e2e7f32e46e58dbf7eea44e43ee17a87db601d_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:e32b399bba77a431ffc4e8f24744a790b7aab19f061f7ecca929cb795c83c4d0_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:0ff3decd7dfc8d54779ad65d693327c810f0094200aa34079d929039773887c3_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:1767e287d7463f0d9b6c3af65f98699746835e2c44af4a0b5398139be2aefd23_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:4a0c4d9dc31805b56a417b2359f5da2adaafced10dacf2110bda3d99c73184fc_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:e5abf59262ae41f04385437e3f95924eb505eaf936f5a988319b5a6a52f708c2_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:230119ab73baf69b572857a4b923baf2e267d2d77f8d373d924db1eb832d9a08_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:246f462c19203a5c3c28277bc857e38d9f5b648c4e3b6b77c35c0162e5c95d1a_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:6de3add0818fe352c79cdc4c53c792fcd4150e07908a9dae274e1a7b34d7e545_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:d3c4701a2aeac9cd836962c6c5d999a0aabb0c472c57fa4fe105e0c1a099059c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:98c3af814cc1d5a34f33cfeeeba1f7940f8e30e306da9487dca475bd31938fac_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:ad47d4bd6e23f0661b826a0f7c826a791474f4a9e15db453d941d143cb42c90c_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:af5002abc824cf36f90e16bc715ae619c035905442c0801cc92031a6a7765576_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:bfcc99ea9f1c699b48dcf2994afdd8a68f031f794d721ae745de54a924e59c76_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:3390ca1fd9ae0602c829961dc332c7e3c417020c18c50a08cefdb90c621d6474_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:606e8a370de720153a1dced87cacf1caa1549e6ef8ceaccfe1062663fd18a493_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:67cc277bedd68e09d92c3c256e886ca2506636dfcd77625a5ea3db4005b5d586_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:6e1b97632dea6ef859141e933ca2370d8fc90ab60f66a810e79290116d36d58d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:42e1a906ab4a97af8537be7b433ac2c7d2b9240d4a42ca9bc65ebf8af78fd7fc_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:af26c01c9129a5f2fbe128d2fe7fe25fb03c0ee6cd76571155147cd4ea3c2de1_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:bb2e059a922f8ece5011db593873c8839d1951ceee09d50fff1613ab270e1062_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:dc1a40ceab9f4100575ac0348a5e17514312d1dabfdb096130093914ff329059_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:5172c4fce21f42b27a34e3f7997e193107e0c0acc680b76058a2f099bf7141b0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:652771b15fc2b567ef2003d737397364c47bc641eb8bee217cf908679721c7ea_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:d297745a65c828d0a32ca68198e796a37fdef153bfb040cecb9739a868899777_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:e35424513c27c433a94b68d573ab05027fd8b63494414c68ea07a3f3efa01345_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:4c0c8bc122d612b3c0e228e1c5573fad021c4546496c45fbc2a2dc4225fbe727_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:7d4436578b21ba00a60f5cf6bd74988f976f6c167475cc76f39b34b20da182df_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:bcf6c5a3baaa23bb19a487126003eb8f2194f9238cbe8170c5d34930d47cc36c_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:dd8c287009c850126d2b4ae5623420c2ccde38bf14c9c853bdbe5c2e1586db06_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:48fd8e0d453e54ed7531678b05b65e388c00daae63ac5745c9ee8924f7c40371_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:5ad699e6e0061b76f3f50424cb557bcb9fc9569d48f76973da683a45b6ec9147_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:aac030d920f635b8ad7edf6cf046047c82f064bcb081e6071b86e8ee7d84464e_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:e43f01110886845433f023331f62328b116c20d404e70197fb70eac1df7ba155_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:04633a6772144e0362a5d059a21684026d8e78a28c2463c65daade75f3477548_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:5251d3f63d49ff224ca777898f93a5fdd6de407db59a315aefdfc49963f98c32_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:74f1f26bdb3c05af324066ce828f0863c2c5156e949c6cbeedd0d66068847033_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:c71c29bc335b77b98419e90f24a0396a1093edc2d985aae48f5000f9de75941f_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:34af5e7e166ea2ac902d3d0414adfb8442859396e60b4992de59d7ee130b3fef_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:8bfe1d490a44c6d495c7d30ddb4245746a2e48f0f72343574b3235fa3526cc6d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:af942926936e39d0f7a3ef1ed1af7fb97aaa04fee8a4ad4e6e21e8931ef42809_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:f929464036bfd53938a4cd7cd39297801a122fd20461cdce31cf8d6d96a3bb86_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:19425135838ddcea73db774c7dfa8a8a9f1301fb1bd488dd662cb02f3d7be670_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:447c983d4e104c79e59492ff5aebc62feccca29d08d11a8856c46710e3cb14fe_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:c01da1031a93870d3aabfd644585c88a53ab3cff759067b54ef08f3ebd690cf3_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:cb3fb52bf47fe049263cd6f87ecfe9f1941fc9f7f4fe69385415cdbc9017aa5e_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:1d18b01daba0807067ff5642305147ee613a22232a0a6ef88601243d59801f8d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:91e904d51d7505f19e7db68574a957febcb1963bad2f4452e9723be1bd5a79ce_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:bdf506a2c20720048d32e2f1a7df58a0e53f1df827611627d53c49cc005157b0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:fd318fe6bac9e3f6fb87fa8773d96803e44ba82d5367438f26b1aa04744d60c9_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:26cd2ddeea2e3de5552a95537b4acbfb546076e4d6673b6a68f4c9e2b8dc0142_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:c22c8d4a9dfd25462ed4b37b20d3917cdc87bdc4a90718835dd7cfd70ac7eef8_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:eba4d1b2d03ad132af50bb12a3e67633234494a62a458fd05fa645696f6215cd_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:f80821688e548ecf8b8ffd8ef6c4c5f3bc04f32628e7f83a97c910f43ce3dbe2_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:0739254d745378452259e4d9a84ba9f6bd03e523bda40d9fadfd999812003421_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:3278f98d80e2626bf481811b03908d955019137b47bacbfc6894949e067f39b1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:73959111c980def943d458774e2b86446e9cc5f96fa6f2d4b45b7db563f44d4b_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:f30b4949b3342a56ce37ab6368e3cd58d23581f8190b0652b1e2e6a4b9daed91_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:301d210efc58e5e08c62ce58e308298aa25f92743b261c258359b26231b179d4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:491faee7ce303a18b80934ac246b965e9353764c9a9df3928af2757ef0c1104d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:553e7ea4c082a871ded4daa0865bd2387ec6f99fc6fbd4713a27873cf5bc565d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:fc03869cd583f8e31cf895f07ff7a96a9d7c236eab36b9e56136e58ca7db96bd_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:1262b507d141cb572339ea7dd149215af3ee891343a66c1d8436c4ef2c3e51ba_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:17db909660a9b940339d94e06e3b7f0612e0e306c6e877debded146505d274b0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:4fb24af422753d3194a182894499628b10c2fdf22c441b9a90ab9748d3138d7e_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:cce28f2d920fc8d3bfa1b6c64f4c58ec7b02eabaffa7fd05293b725030463bf5_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:438039b78b649983401a817b6937f95915088796a815f80b9625e19fab1a64c4_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:9d748d3f2c587649dbaf6c7f222aadf47ba4e744fab63a252d49ae1c9049e26c_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c036df7a4bc62e7bafe4b549f3e1fe17b6f9894ac4dedd6018df7d07e267b5a3_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c7b9e3af430d26a1914bce5bf4189de1ebb3d61c4d8098b7b163c1b6d6f554f2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:32376725b6ca30983e9fef1b1d6bfa51a7b1d7e1960ccb50bafccb15efe8c7ae_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:47dc50b7a92d96c2dadc980c97f5d58e6e3fcadf5a29c7736209e7e9a47a47c3_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:d51f2814147a117c3465dc38c3940df147092aebcd694e7453b2e4aadeb83ba0_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:e7e8f68f0c3563ff5055685647d20e61a8811f07c828ed4ce88e5c0fa57577bb_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:06dcdd95fe32e4bfe8197f85a92e15e1b3266d195ecef3a3c11350c43e025b54_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:61d7da5e8a4fd131f49e7217c2a43ee60ee179ca8d74c1dd3b2a653e9864bc5c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:7ddd248c4db55f65e82c0e6ceaa125876cc18cc6c4611a50f2bdb80809f02914_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:ec3dffec1e3bbbd7381e45f888ee06fb080414fe9dc6935cd4caeff0a4e65636_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:0b0cc51d2f5df8a7cc2e30f80fcd4bdb7a38bd5f8a9ecc6d5e5870dc5fdc36e8_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:25933d9a51a2679fea10bda3d72addcadfe26a055a137c628bfdb5f818896536_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:290eacede3daa3be390b910c7116380a5a5dbc2ccc7c3ae8b562c67af76d3fd0_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:79799a8308a0b356a639bceca16c2a728f5bc78a88097fdd149173ef80d2c9c9_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:323921bcd7db381b2a1953764d5f85a14abcbdc1ccece894f8961d8b2b2fb779_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:abfc5c2b61eff272ef04d38a18b7bebaad8aac824a68fe0bd6a95e595678e2d0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:bd91a02760bac7f4e1f30753d7b9f29c9abcaeeaddde7e3c55c14ce827d07e52_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:e8c62219f6073bd08d585d5f159c6beab76e5553a7e8ae4d1e7c2bdb01c4c7c1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:8105660323b2250eee6ec111eb4aca20e7a88cdcd1b243ae9c6bc0bee8642293_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:8689c9c077663f3dbd393b9aa1ad5dfad6226c398070804b1e5f3afefaf2ec39_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:d97699f5c4083039de2cf17de20d4e93ac38bb10c885785705d4ce17bc80a37f_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:dae5d2a9e6b12479f742d1110f20059acd9e831ea272a52525d9c3ee42d44d94_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:3c4587b2b5dc7426cc24e8678dd103ed2b1abb8ca13f5ea5aab606d92e5e00ba_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:5330de373490f5bfd8fa40de3c8dfb21f64128dab695aaff3a6a4c96c3388d3b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c26593f4740103d3296bb094cf30af778128384617d0ac5b7ecef9987a88003a_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c728d376aafac1219d957bafe2f3ab75ae88e1d326d48ca409e209e09a782e6c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:1cd66608b31afb07d5575714fd24becb2a3eb48fd6f897240986e5b5cd5ca25f_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:99aab6998dc6e4c8349a53e4ab52c0a9730aa75b36bb4e87d74bb6ee5f2044da_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:9d7a69223b0662bcf109a02007d017e5f10e5c563ff78c02d87af8d5d4ea24de_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:dd5328245120eb981cf5fe6153fc2d33ed9817612884bb7cf7fed77782cd1e20_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:0b3a5aa6d681f46fc242eefae9a3540b43c2be17b643d40ca4446cd0e8fc2abb_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:8627d0dd68402dc51137d89534c0bdb72e27fc3327be1e63e93a38ae72f653cd_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:a395182a2cda20322f0af7ecc972ab3bc9c07161e70174c2b4d9ac08f6aa9845_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:b289110701914022840061f5f5a931e5c895d16898fff3d78193b89c37943201_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:51d8398c7057486fbc41a810031276ccd05179d43e9cf4369c8df440495c6ef7_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:6aaf557a08c0952e2ec7463e3b3cef4d5f8fc9d24427a28c9766f6f0d12f08bd_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:9f9b88b0fbc438aad06752a21fe76a870ba4d8042c6ee1ff0505af780ca8c2f0_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:ff4f49f5218d296b3af828c17283f870aebd6d60813563b55908ffd4629eeab1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9e75f7392dcc9df58236d14c8c56e69b34564525b72862d851bea16367270128_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9f80cfe35f04cbe6a16069c1ec1d8811be4d593e64e4c416f3c10d0867e6ae19_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9fabbf4a7e28f6ab02f1ac77b82fc37e0e295f71b05fa9e56b1a5ee4056a0fed_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:fdebb108386237b2ceb1a09abfd18a26fa724dfeb288b8db05a324c4534b109a_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:632a9d70719cce5d0fde98642ff48e6e810072173dd73db3792f6f80d5272fa7_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:838ee5faa3da19a38b8df19373dc4019f7b80ffdb71053e4f74d53a447a48eca_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:a1477ff3ddb9315e482647d228c09e55356d00291f9fde419d36e064b54fc6b8_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:e10748a721cdb9316cc4283549a800b7725268ba3e181945329c76350ab7b32d_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:34cde8028262bd635134993a4d95bbc63a38dc943862938955c2eda609a67f71_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:3ef24dc7c5588180203520784ea3db6e1501e5190b3f59aa1f77df1a5bee9bfc_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:82192c8ede01ce878231c9c56d7104d845e6bb69a8eeea17af84be7b56654eea_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d54076093c47f3d5576eb0a5c1e4cd7963a9d29f393a277721c8f34cb7efc263_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:04ddf503b9da7491acec12879894486790a2d2baf3256837ae5884eb73e91bce_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:10ec14b028d3926a2c0ba35810035e69d669c0e358ed8832d854f0454c77e516_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:12ee577bf514a68c17d1b5ad73b91365c3f242bd82edee45422326ba2e0c0b65_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:de69bc0e11397002240253365aa2b2338b401e7aa4f74478e5f202184662a235_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:77751c116d7b990d00fe24beb6a3d5bc7faedd5f628b379903384e9c8ddb2c7c_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:7e4262c5ce1b614df5a3575111aa8d1f047ad476660b25e6318b562275626c51_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:fa74f6dc71dd03e23612312e6c6e988ff1234a8e75752087abb980ca983fdac2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:fff455cdc1c5015bad5296c85a6a13b2b4593b57dbf78164c1328cea9b228601_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:1364a6b06e13e205088d8690ae753c99527fc130cd5d8ece02fd92538f522a1d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:1509f4cd6e5aaeed58bd8d2fc518183a6943d546d1cf969fddaec4c075051001_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:2a767fe742df781ebf07f553a7274e766b3dea1b8f12ea665d5ef19efccdcb1e_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:ac3242268defa432b3245eeebaff125bbdbcfec532f5d25d7e96d81f0b4482c9_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:017afc8d42f2f0dd7adaf151c0cb79200724994d92e1b5e2f0c2461a9d7a75e0_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:32d4c74e6dad2e47b4129320cfd7c2c69fbdad29dbe3822749a98c023bce5be2_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:44d851608309de07e95081a748aa6b0ae1fde09fa8524ac9723aa9c0ea956785_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:f2659636edc0651da9d6bc18a09df3ddc94b80143ba4818dd9f818840c776d60_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:7cf7b1d6ec5e436fc35eb92ade0e29316b5af4c6a0df3b3cc0ade5fc732631bf_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:880ca9bd23984cde3a928c7266cd89051ca8bb95b94be54dfbe1e5330ff89674_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:d4bf6a34a799554347bcca84210428262288b32e8d340926f1100a4c05edf4a4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:fef0a1823440a06135a3d77afe86367c0f969cace70ac39b9fd1f188a80e69f2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:0521f90dec2a5a5cd930b3e3bf0de90b066eb1b2b2e74e82c9d63d3512b3e6c2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:09ec7273c5e72adfc183c3af125e2cd47bc1ddb7c44c28aeae18ee488844348c_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:e490cc741517a709f420720b8ee9d9a5ee5335675caa6e967a45b1be0b1404b4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:ee97bfec045744082cb9a2c806fb8808a25bb5014ee9568ff22e12803f03f26d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:1a9beb7528ea2ac15e1257be1ff0c8b1ecd4d2e103792efcb5408b0de77fce32_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:4104ea287b8e2476ed618e6e16a35658dddf4ec1da5b58d3196cd68f03fc8989_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:785a7d536bcd955878d80b28a9c5f2d3fbc73cc1ec76dcdbdaacd5454365cea8_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:defe86d856b97f76f8b1455f61c865cf0dbac67810cb67ea5eada820a2f948e6_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:4333b9d650627bb913456e6504faaaf0f0efb55e40a95546c3d31d08d8e2b076_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:c7bd2ccc85720656c78d2808a9059e50457ff6a74fc8a00fcce1b05e193c7244_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:d671e8634526c2e661713be807e2e7f32e46e58dbf7eea44e43ee17a87db601d_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:e32b399bba77a431ffc4e8f24744a790b7aab19f061f7ecca929cb795c83c4d0_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:0ff3decd7dfc8d54779ad65d693327c810f0094200aa34079d929039773887c3_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:1767e287d7463f0d9b6c3af65f98699746835e2c44af4a0b5398139be2aefd23_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:4a0c4d9dc31805b56a417b2359f5da2adaafced10dacf2110bda3d99c73184fc_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:e5abf59262ae41f04385437e3f95924eb505eaf936f5a988319b5a6a52f708c2_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:230119ab73baf69b572857a4b923baf2e267d2d77f8d373d924db1eb832d9a08_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:246f462c19203a5c3c28277bc857e38d9f5b648c4e3b6b77c35c0162e5c95d1a_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:6de3add0818fe352c79cdc4c53c792fcd4150e07908a9dae274e1a7b34d7e545_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:d3c4701a2aeac9cd836962c6c5d999a0aabb0c472c57fa4fe105e0c1a099059c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:98c3af814cc1d5a34f33cfeeeba1f7940f8e30e306da9487dca475bd31938fac_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:ad47d4bd6e23f0661b826a0f7c826a791474f4a9e15db453d941d143cb42c90c_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:af5002abc824cf36f90e16bc715ae619c035905442c0801cc92031a6a7765576_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:bfcc99ea9f1c699b48dcf2994afdd8a68f031f794d721ae745de54a924e59c76_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:3390ca1fd9ae0602c829961dc332c7e3c417020c18c50a08cefdb90c621d6474_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:606e8a370de720153a1dced87cacf1caa1549e6ef8ceaccfe1062663fd18a493_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:67cc277bedd68e09d92c3c256e886ca2506636dfcd77625a5ea3db4005b5d586_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:6e1b97632dea6ef859141e933ca2370d8fc90ab60f66a810e79290116d36d58d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:42e1a906ab4a97af8537be7b433ac2c7d2b9240d4a42ca9bc65ebf8af78fd7fc_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:af26c01c9129a5f2fbe128d2fe7fe25fb03c0ee6cd76571155147cd4ea3c2de1_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:bb2e059a922f8ece5011db593873c8839d1951ceee09d50fff1613ab270e1062_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:dc1a40ceab9f4100575ac0348a5e17514312d1dabfdb096130093914ff329059_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:5172c4fce21f42b27a34e3f7997e193107e0c0acc680b76058a2f099bf7141b0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:652771b15fc2b567ef2003d737397364c47bc641eb8bee217cf908679721c7ea_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:d297745a65c828d0a32ca68198e796a37fdef153bfb040cecb9739a868899777_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:e35424513c27c433a94b68d573ab05027fd8b63494414c68ea07a3f3efa01345_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:4c0c8bc122d612b3c0e228e1c5573fad021c4546496c45fbc2a2dc4225fbe727_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:7d4436578b21ba00a60f5cf6bd74988f976f6c167475cc76f39b34b20da182df_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:bcf6c5a3baaa23bb19a487126003eb8f2194f9238cbe8170c5d34930d47cc36c_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:dd8c287009c850126d2b4ae5623420c2ccde38bf14c9c853bdbe5c2e1586db06_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:48fd8e0d453e54ed7531678b05b65e388c00daae63ac5745c9ee8924f7c40371_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:5ad699e6e0061b76f3f50424cb557bcb9fc9569d48f76973da683a45b6ec9147_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:aac030d920f635b8ad7edf6cf046047c82f064bcb081e6071b86e8ee7d84464e_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:e43f01110886845433f023331f62328b116c20d404e70197fb70eac1df7ba155_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:04633a6772144e0362a5d059a21684026d8e78a28c2463c65daade75f3477548_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:5251d3f63d49ff224ca777898f93a5fdd6de407db59a315aefdfc49963f98c32_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:74f1f26bdb3c05af324066ce828f0863c2c5156e949c6cbeedd0d66068847033_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:c71c29bc335b77b98419e90f24a0396a1093edc2d985aae48f5000f9de75941f_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:34af5e7e166ea2ac902d3d0414adfb8442859396e60b4992de59d7ee130b3fef_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:8bfe1d490a44c6d495c7d30ddb4245746a2e48f0f72343574b3235fa3526cc6d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:af942926936e39d0f7a3ef1ed1af7fb97aaa04fee8a4ad4e6e21e8931ef42809_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:f929464036bfd53938a4cd7cd39297801a122fd20461cdce31cf8d6d96a3bb86_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:19425135838ddcea73db774c7dfa8a8a9f1301fb1bd488dd662cb02f3d7be670_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:447c983d4e104c79e59492ff5aebc62feccca29d08d11a8856c46710e3cb14fe_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:c01da1031a93870d3aabfd644585c88a53ab3cff759067b54ef08f3ebd690cf3_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:cb3fb52bf47fe049263cd6f87ecfe9f1941fc9f7f4fe69385415cdbc9017aa5e_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:1d18b01daba0807067ff5642305147ee613a22232a0a6ef88601243d59801f8d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:91e904d51d7505f19e7db68574a957febcb1963bad2f4452e9723be1bd5a79ce_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:bdf506a2c20720048d32e2f1a7df58a0e53f1df827611627d53c49cc005157b0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:fd318fe6bac9e3f6fb87fa8773d96803e44ba82d5367438f26b1aa04744d60c9_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:26cd2ddeea2e3de5552a95537b4acbfb546076e4d6673b6a68f4c9e2b8dc0142_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:c22c8d4a9dfd25462ed4b37b20d3917cdc87bdc4a90718835dd7cfd70ac7eef8_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:eba4d1b2d03ad132af50bb12a3e67633234494a62a458fd05fa645696f6215cd_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:f80821688e548ecf8b8ffd8ef6c4c5f3bc04f32628e7f83a97c910f43ce3dbe2_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:0739254d745378452259e4d9a84ba9f6bd03e523bda40d9fadfd999812003421_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:3278f98d80e2626bf481811b03908d955019137b47bacbfc6894949e067f39b1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:73959111c980def943d458774e2b86446e9cc5f96fa6f2d4b45b7db563f44d4b_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:f30b4949b3342a56ce37ab6368e3cd58d23581f8190b0652b1e2e6a4b9daed91_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:301d210efc58e5e08c62ce58e308298aa25f92743b261c258359b26231b179d4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:491faee7ce303a18b80934ac246b965e9353764c9a9df3928af2757ef0c1104d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:553e7ea4c082a871ded4daa0865bd2387ec6f99fc6fbd4713a27873cf5bc565d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:fc03869cd583f8e31cf895f07ff7a96a9d7c236eab36b9e56136e58ca7db96bd_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:1262b507d141cb572339ea7dd149215af3ee891343a66c1d8436c4ef2c3e51ba_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:17db909660a9b940339d94e06e3b7f0612e0e306c6e877debded146505d274b0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:4fb24af422753d3194a182894499628b10c2fdf22c441b9a90ab9748d3138d7e_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:cce28f2d920fc8d3bfa1b6c64f4c58ec7b02eabaffa7fd05293b725030463bf5_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:438039b78b649983401a817b6937f95915088796a815f80b9625e19fab1a64c4_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:9d748d3f2c587649dbaf6c7f222aadf47ba4e744fab63a252d49ae1c9049e26c_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c036df7a4bc62e7bafe4b549f3e1fe17b6f9894ac4dedd6018df7d07e267b5a3_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c7b9e3af430d26a1914bce5bf4189de1ebb3d61c4d8098b7b163c1b6d6f554f2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:32376725b6ca30983e9fef1b1d6bfa51a7b1d7e1960ccb50bafccb15efe8c7ae_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:47dc50b7a92d96c2dadc980c97f5d58e6e3fcadf5a29c7736209e7e9a47a47c3_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:d51f2814147a117c3465dc38c3940df147092aebcd694e7453b2e4aadeb83ba0_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:e7e8f68f0c3563ff5055685647d20e61a8811f07c828ed4ce88e5c0fa57577bb_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:06dcdd95fe32e4bfe8197f85a92e15e1b3266d195ecef3a3c11350c43e025b54_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:61d7da5e8a4fd131f49e7217c2a43ee60ee179ca8d74c1dd3b2a653e9864bc5c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:7ddd248c4db55f65e82c0e6ceaa125876cc18cc6c4611a50f2bdb80809f02914_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:ec3dffec1e3bbbd7381e45f888ee06fb080414fe9dc6935cd4caeff0a4e65636_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:0b0cc51d2f5df8a7cc2e30f80fcd4bdb7a38bd5f8a9ecc6d5e5870dc5fdc36e8_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:25933d9a51a2679fea10bda3d72addcadfe26a055a137c628bfdb5f818896536_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:290eacede3daa3be390b910c7116380a5a5dbc2ccc7c3ae8b562c67af76d3fd0_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:79799a8308a0b356a639bceca16c2a728f5bc78a88097fdd149173ef80d2c9c9_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:323921bcd7db381b2a1953764d5f85a14abcbdc1ccece894f8961d8b2b2fb779_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:abfc5c2b61eff272ef04d38a18b7bebaad8aac824a68fe0bd6a95e595678e2d0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:bd91a02760bac7f4e1f30753d7b9f29c9abcaeeaddde7e3c55c14ce827d07e52_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:e8c62219f6073bd08d585d5f159c6beab76e5553a7e8ae4d1e7c2bdb01c4c7c1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:8105660323b2250eee6ec111eb4aca20e7a88cdcd1b243ae9c6bc0bee8642293_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:8689c9c077663f3dbd393b9aa1ad5dfad6226c398070804b1e5f3afefaf2ec39_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:d97699f5c4083039de2cf17de20d4e93ac38bb10c885785705d4ce17bc80a37f_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:dae5d2a9e6b12479f742d1110f20059acd9e831ea272a52525d9c3ee42d44d94_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/jackc/pgx/v5: github.com/jackc/pgx: Memory-safety vulnerability"
},
{
"cve": "CVE-2026-40938",
"cwe": {
"id": "CWE-88",
"name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)"
},
"discovery_date": "2026-04-21T21:02:16.557479+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:3c4587b2b5dc7426cc24e8678dd103ed2b1abb8ca13f5ea5aab606d92e5e00ba_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:5330de373490f5bfd8fa40de3c8dfb21f64128dab695aaff3a6a4c96c3388d3b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c26593f4740103d3296bb094cf30af778128384617d0ac5b7ecef9987a88003a_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c728d376aafac1219d957bafe2f3ab75ae88e1d326d48ca409e209e09a782e6c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:1cd66608b31afb07d5575714fd24becb2a3eb48fd6f897240986e5b5cd5ca25f_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:99aab6998dc6e4c8349a53e4ab52c0a9730aa75b36bb4e87d74bb6ee5f2044da_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:9d7a69223b0662bcf109a02007d017e5f10e5c563ff78c02d87af8d5d4ea24de_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:dd5328245120eb981cf5fe6153fc2d33ed9817612884bb7cf7fed77782cd1e20_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:0b3a5aa6d681f46fc242eefae9a3540b43c2be17b643d40ca4446cd0e8fc2abb_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:8627d0dd68402dc51137d89534c0bdb72e27fc3327be1e63e93a38ae72f653cd_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:a395182a2cda20322f0af7ecc972ab3bc9c07161e70174c2b4d9ac08f6aa9845_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:b289110701914022840061f5f5a931e5c895d16898fff3d78193b89c37943201_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:51d8398c7057486fbc41a810031276ccd05179d43e9cf4369c8df440495c6ef7_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:6aaf557a08c0952e2ec7463e3b3cef4d5f8fc9d24427a28c9766f6f0d12f08bd_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:9f9b88b0fbc438aad06752a21fe76a870ba4d8042c6ee1ff0505af780ca8c2f0_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:ff4f49f5218d296b3af828c17283f870aebd6d60813563b55908ffd4629eeab1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9e75f7392dcc9df58236d14c8c56e69b34564525b72862d851bea16367270128_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9f80cfe35f04cbe6a16069c1ec1d8811be4d593e64e4c416f3c10d0867e6ae19_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9fabbf4a7e28f6ab02f1ac77b82fc37e0e295f71b05fa9e56b1a5ee4056a0fed_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:fdebb108386237b2ceb1a09abfd18a26fa724dfeb288b8db05a324c4534b109a_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:632a9d70719cce5d0fde98642ff48e6e810072173dd73db3792f6f80d5272fa7_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:838ee5faa3da19a38b8df19373dc4019f7b80ffdb71053e4f74d53a447a48eca_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:a1477ff3ddb9315e482647d228c09e55356d00291f9fde419d36e064b54fc6b8_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:e10748a721cdb9316cc4283549a800b7725268ba3e181945329c76350ab7b32d_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:34cde8028262bd635134993a4d95bbc63a38dc943862938955c2eda609a67f71_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:3ef24dc7c5588180203520784ea3db6e1501e5190b3f59aa1f77df1a5bee9bfc_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:82192c8ede01ce878231c9c56d7104d845e6bb69a8eeea17af84be7b56654eea_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d54076093c47f3d5576eb0a5c1e4cd7963a9d29f393a277721c8f34cb7efc263_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:04ddf503b9da7491acec12879894486790a2d2baf3256837ae5884eb73e91bce_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:10ec14b028d3926a2c0ba35810035e69d669c0e358ed8832d854f0454c77e516_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:12ee577bf514a68c17d1b5ad73b91365c3f242bd82edee45422326ba2e0c0b65_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:de69bc0e11397002240253365aa2b2338b401e7aa4f74478e5f202184662a235_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:77751c116d7b990d00fe24beb6a3d5bc7faedd5f628b379903384e9c8ddb2c7c_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:7e4262c5ce1b614df5a3575111aa8d1f047ad476660b25e6318b562275626c51_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:fa74f6dc71dd03e23612312e6c6e988ff1234a8e75752087abb980ca983fdac2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:fff455cdc1c5015bad5296c85a6a13b2b4593b57dbf78164c1328cea9b228601_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:1364a6b06e13e205088d8690ae753c99527fc130cd5d8ece02fd92538f522a1d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:1509f4cd6e5aaeed58bd8d2fc518183a6943d546d1cf969fddaec4c075051001_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:2a767fe742df781ebf07f553a7274e766b3dea1b8f12ea665d5ef19efccdcb1e_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:ac3242268defa432b3245eeebaff125bbdbcfec532f5d25d7e96d81f0b4482c9_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:017afc8d42f2f0dd7adaf151c0cb79200724994d92e1b5e2f0c2461a9d7a75e0_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:32d4c74e6dad2e47b4129320cfd7c2c69fbdad29dbe3822749a98c023bce5be2_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:44d851608309de07e95081a748aa6b0ae1fde09fa8524ac9723aa9c0ea956785_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:f2659636edc0651da9d6bc18a09df3ddc94b80143ba4818dd9f818840c776d60_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:7cf7b1d6ec5e436fc35eb92ade0e29316b5af4c6a0df3b3cc0ade5fc732631bf_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:880ca9bd23984cde3a928c7266cd89051ca8bb95b94be54dfbe1e5330ff89674_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:d4bf6a34a799554347bcca84210428262288b32e8d340926f1100a4c05edf4a4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:fef0a1823440a06135a3d77afe86367c0f969cace70ac39b9fd1f188a80e69f2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:0521f90dec2a5a5cd930b3e3bf0de90b066eb1b2b2e74e82c9d63d3512b3e6c2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:09ec7273c5e72adfc183c3af125e2cd47bc1ddb7c44c28aeae18ee488844348c_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:e490cc741517a709f420720b8ee9d9a5ee5335675caa6e967a45b1be0b1404b4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:ee97bfec045744082cb9a2c806fb8808a25bb5014ee9568ff22e12803f03f26d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:1a9beb7528ea2ac15e1257be1ff0c8b1ecd4d2e103792efcb5408b0de77fce32_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:4104ea287b8e2476ed618e6e16a35658dddf4ec1da5b58d3196cd68f03fc8989_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:785a7d536bcd955878d80b28a9c5f2d3fbc73cc1ec76dcdbdaacd5454365cea8_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:defe86d856b97f76f8b1455f61c865cf0dbac67810cb67ea5eada820a2f948e6_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:4333b9d650627bb913456e6504faaaf0f0efb55e40a95546c3d31d08d8e2b076_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:c7bd2ccc85720656c78d2808a9059e50457ff6a74fc8a00fcce1b05e193c7244_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:d671e8634526c2e661713be807e2e7f32e46e58dbf7eea44e43ee17a87db601d_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:e32b399bba77a431ffc4e8f24744a790b7aab19f061f7ecca929cb795c83c4d0_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:0ff3decd7dfc8d54779ad65d693327c810f0094200aa34079d929039773887c3_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:1767e287d7463f0d9b6c3af65f98699746835e2c44af4a0b5398139be2aefd23_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:4a0c4d9dc31805b56a417b2359f5da2adaafced10dacf2110bda3d99c73184fc_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:e5abf59262ae41f04385437e3f95924eb505eaf936f5a988319b5a6a52f708c2_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:230119ab73baf69b572857a4b923baf2e267d2d77f8d373d924db1eb832d9a08_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:246f462c19203a5c3c28277bc857e38d9f5b648c4e3b6b77c35c0162e5c95d1a_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:6de3add0818fe352c79cdc4c53c792fcd4150e07908a9dae274e1a7b34d7e545_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:d3c4701a2aeac9cd836962c6c5d999a0aabb0c472c57fa4fe105e0c1a099059c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:98c3af814cc1d5a34f33cfeeeba1f7940f8e30e306da9487dca475bd31938fac_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:ad47d4bd6e23f0661b826a0f7c826a791474f4a9e15db453d941d143cb42c90c_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:af5002abc824cf36f90e16bc715ae619c035905442c0801cc92031a6a7765576_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:bfcc99ea9f1c699b48dcf2994afdd8a68f031f794d721ae745de54a924e59c76_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:3390ca1fd9ae0602c829961dc332c7e3c417020c18c50a08cefdb90c621d6474_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:606e8a370de720153a1dced87cacf1caa1549e6ef8ceaccfe1062663fd18a493_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:67cc277bedd68e09d92c3c256e886ca2506636dfcd77625a5ea3db4005b5d586_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:6e1b97632dea6ef859141e933ca2370d8fc90ab60f66a810e79290116d36d58d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:42e1a906ab4a97af8537be7b433ac2c7d2b9240d4a42ca9bc65ebf8af78fd7fc_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:af26c01c9129a5f2fbe128d2fe7fe25fb03c0ee6cd76571155147cd4ea3c2de1_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:bb2e059a922f8ece5011db593873c8839d1951ceee09d50fff1613ab270e1062_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:dc1a40ceab9f4100575ac0348a5e17514312d1dabfdb096130093914ff329059_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:5172c4fce21f42b27a34e3f7997e193107e0c0acc680b76058a2f099bf7141b0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:652771b15fc2b567ef2003d737397364c47bc641eb8bee217cf908679721c7ea_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:d297745a65c828d0a32ca68198e796a37fdef153bfb040cecb9739a868899777_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:e35424513c27c433a94b68d573ab05027fd8b63494414c68ea07a3f3efa01345_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:4c0c8bc122d612b3c0e228e1c5573fad021c4546496c45fbc2a2dc4225fbe727_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:7d4436578b21ba00a60f5cf6bd74988f976f6c167475cc76f39b34b20da182df_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:bcf6c5a3baaa23bb19a487126003eb8f2194f9238cbe8170c5d34930d47cc36c_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:dd8c287009c850126d2b4ae5623420c2ccde38bf14c9c853bdbe5c2e1586db06_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:48fd8e0d453e54ed7531678b05b65e388c00daae63ac5745c9ee8924f7c40371_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:5ad699e6e0061b76f3f50424cb557bcb9fc9569d48f76973da683a45b6ec9147_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:aac030d920f635b8ad7edf6cf046047c82f064bcb081e6071b86e8ee7d84464e_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:e43f01110886845433f023331f62328b116c20d404e70197fb70eac1df7ba155_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:04633a6772144e0362a5d059a21684026d8e78a28c2463c65daade75f3477548_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:5251d3f63d49ff224ca777898f93a5fdd6de407db59a315aefdfc49963f98c32_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:74f1f26bdb3c05af324066ce828f0863c2c5156e949c6cbeedd0d66068847033_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:c71c29bc335b77b98419e90f24a0396a1093edc2d985aae48f5000f9de75941f_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:34af5e7e166ea2ac902d3d0414adfb8442859396e60b4992de59d7ee130b3fef_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:8bfe1d490a44c6d495c7d30ddb4245746a2e48f0f72343574b3235fa3526cc6d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:af942926936e39d0f7a3ef1ed1af7fb97aaa04fee8a4ad4e6e21e8931ef42809_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:f929464036bfd53938a4cd7cd39297801a122fd20461cdce31cf8d6d96a3bb86_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:19425135838ddcea73db774c7dfa8a8a9f1301fb1bd488dd662cb02f3d7be670_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:447c983d4e104c79e59492ff5aebc62feccca29d08d11a8856c46710e3cb14fe_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:c01da1031a93870d3aabfd644585c88a53ab3cff759067b54ef08f3ebd690cf3_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:cb3fb52bf47fe049263cd6f87ecfe9f1941fc9f7f4fe69385415cdbc9017aa5e_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:1d18b01daba0807067ff5642305147ee613a22232a0a6ef88601243d59801f8d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:91e904d51d7505f19e7db68574a957febcb1963bad2f4452e9723be1bd5a79ce_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:bdf506a2c20720048d32e2f1a7df58a0e53f1df827611627d53c49cc005157b0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:fd318fe6bac9e3f6fb87fa8773d96803e44ba82d5367438f26b1aa04744d60c9_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:26cd2ddeea2e3de5552a95537b4acbfb546076e4d6673b6a68f4c9e2b8dc0142_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:c22c8d4a9dfd25462ed4b37b20d3917cdc87bdc4a90718835dd7cfd70ac7eef8_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:eba4d1b2d03ad132af50bb12a3e67633234494a62a458fd05fa645696f6215cd_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:f80821688e548ecf8b8ffd8ef6c4c5f3bc04f32628e7f83a97c910f43ce3dbe2_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:301d210efc58e5e08c62ce58e308298aa25f92743b261c258359b26231b179d4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:491faee7ce303a18b80934ac246b965e9353764c9a9df3928af2757ef0c1104d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:553e7ea4c082a871ded4daa0865bd2387ec6f99fc6fbd4713a27873cf5bc565d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:fc03869cd583f8e31cf895f07ff7a96a9d7c236eab36b9e56136e58ca7db96bd_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:1262b507d141cb572339ea7dd149215af3ee891343a66c1d8436c4ef2c3e51ba_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:17db909660a9b940339d94e06e3b7f0612e0e306c6e877debded146505d274b0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:4fb24af422753d3194a182894499628b10c2fdf22c441b9a90ab9748d3138d7e_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:cce28f2d920fc8d3bfa1b6c64f4c58ec7b02eabaffa7fd05293b725030463bf5_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:438039b78b649983401a817b6937f95915088796a815f80b9625e19fab1a64c4_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:9d748d3f2c587649dbaf6c7f222aadf47ba4e744fab63a252d49ae1c9049e26c_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c036df7a4bc62e7bafe4b549f3e1fe17b6f9894ac4dedd6018df7d07e267b5a3_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c7b9e3af430d26a1914bce5bf4189de1ebb3d61c4d8098b7b163c1b6d6f554f2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:32376725b6ca30983e9fef1b1d6bfa51a7b1d7e1960ccb50bafccb15efe8c7ae_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:47dc50b7a92d96c2dadc980c97f5d58e6e3fcadf5a29c7736209e7e9a47a47c3_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:d51f2814147a117c3465dc38c3940df147092aebcd694e7453b2e4aadeb83ba0_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:e7e8f68f0c3563ff5055685647d20e61a8811f07c828ed4ce88e5c0fa57577bb_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:06dcdd95fe32e4bfe8197f85a92e15e1b3266d195ecef3a3c11350c43e025b54_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:61d7da5e8a4fd131f49e7217c2a43ee60ee179ca8d74c1dd3b2a653e9864bc5c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:7ddd248c4db55f65e82c0e6ceaa125876cc18cc6c4611a50f2bdb80809f02914_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:ec3dffec1e3bbbd7381e45f888ee06fb080414fe9dc6935cd4caeff0a4e65636_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:0b0cc51d2f5df8a7cc2e30f80fcd4bdb7a38bd5f8a9ecc6d5e5870dc5fdc36e8_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:25933d9a51a2679fea10bda3d72addcadfe26a055a137c628bfdb5f818896536_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:290eacede3daa3be390b910c7116380a5a5dbc2ccc7c3ae8b562c67af76d3fd0_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:79799a8308a0b356a639bceca16c2a728f5bc78a88097fdd149173ef80d2c9c9_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:323921bcd7db381b2a1953764d5f85a14abcbdc1ccece894f8961d8b2b2fb779_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:abfc5c2b61eff272ef04d38a18b7bebaad8aac824a68fe0bd6a95e595678e2d0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:bd91a02760bac7f4e1f30753d7b9f29c9abcaeeaddde7e3c55c14ce827d07e52_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:e8c62219f6073bd08d585d5f159c6beab76e5553a7e8ae4d1e7c2bdb01c4c7c1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:8105660323b2250eee6ec111eb4aca20e7a88cdcd1b243ae9c6bc0bee8642293_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:8689c9c077663f3dbd393b9aa1ad5dfad6226c398070804b1e5f3afefaf2ec39_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:d97699f5c4083039de2cf17de20d4e93ac38bb10c885785705d4ce17bc80a37f_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:dae5d2a9e6b12479f742d1110f20059acd9e831ea272a52525d9c3ee42d44d94_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2460292"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Tekton Pipelines, a system for declaring continuous integration/continuous delivery (CI/CD) pipelines. An authenticated user, able to submit `ResolutionRequest` objects, can exploit a vulnerability by injecting malicious commands into the git resolver\u0027s revision parameter. This allows for the execution of unauthorized programs on the resolver pod. Successful exploitation can lead to the exfiltration of all cluster-wide secrets, resulting in significant information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/tektoncd/pipeline: Tekton Pipelines: Arbitrary code execution and secret exfiltration via malicious git commands",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important flaw in Tekton Pipelines allows an authenticated user to achieve arbitrary code execution on the resolver pod by injecting malicious commands into the git resolver\u0027s revision parameter. This vulnerability happens because the `revision` parameter is passed as a positional argument to the `git fetch` command without any previous validation whether the parameter\u0027s value doesn\u0027t start with `-` character. Combining this lack of validation with the fact the function which validates the repository URL explicitly allows a repository URL to being with `/`, translating to a local filesystem. An attacker with enough privileges to perform an operation which trigger resolvers to use the `ResolutionRequest` function can \nchain both behaviors to trick Tekton Pipelines to load and execute an arbitrary binary on the resolver pod.\n\nExploring this vulnerability may be considered of a high complexity as an attacker needs to either know an existing valid git repository located at a predicable path already in the resolver pod or a default URL configuration pointing to a local filesystem\u0027s path.\n \nA successful exploitation of the flaw can lead to the exfiltration of all cluster-wide secrets, posing a significant risk to the integrity and confidentiality of the OpenShift environment. Additionally, depending on the data included in the `kubeconfig` files, an attacker may achieve privilege escalation or perform lateral movements within the targeted cluster.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:0739254d745378452259e4d9a84ba9f6bd03e523bda40d9fadfd999812003421_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:3278f98d80e2626bf481811b03908d955019137b47bacbfc6894949e067f39b1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:73959111c980def943d458774e2b86446e9cc5f96fa6f2d4b45b7db563f44d4b_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:f30b4949b3342a56ce37ab6368e3cd58d23581f8190b0652b1e2e6a4b9daed91_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:3c4587b2b5dc7426cc24e8678dd103ed2b1abb8ca13f5ea5aab606d92e5e00ba_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:5330de373490f5bfd8fa40de3c8dfb21f64128dab695aaff3a6a4c96c3388d3b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c26593f4740103d3296bb094cf30af778128384617d0ac5b7ecef9987a88003a_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c728d376aafac1219d957bafe2f3ab75ae88e1d326d48ca409e209e09a782e6c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:1cd66608b31afb07d5575714fd24becb2a3eb48fd6f897240986e5b5cd5ca25f_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:99aab6998dc6e4c8349a53e4ab52c0a9730aa75b36bb4e87d74bb6ee5f2044da_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:9d7a69223b0662bcf109a02007d017e5f10e5c563ff78c02d87af8d5d4ea24de_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:dd5328245120eb981cf5fe6153fc2d33ed9817612884bb7cf7fed77782cd1e20_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:0b3a5aa6d681f46fc242eefae9a3540b43c2be17b643d40ca4446cd0e8fc2abb_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:8627d0dd68402dc51137d89534c0bdb72e27fc3327be1e63e93a38ae72f653cd_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:a395182a2cda20322f0af7ecc972ab3bc9c07161e70174c2b4d9ac08f6aa9845_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:b289110701914022840061f5f5a931e5c895d16898fff3d78193b89c37943201_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:51d8398c7057486fbc41a810031276ccd05179d43e9cf4369c8df440495c6ef7_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:6aaf557a08c0952e2ec7463e3b3cef4d5f8fc9d24427a28c9766f6f0d12f08bd_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:9f9b88b0fbc438aad06752a21fe76a870ba4d8042c6ee1ff0505af780ca8c2f0_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:ff4f49f5218d296b3af828c17283f870aebd6d60813563b55908ffd4629eeab1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9e75f7392dcc9df58236d14c8c56e69b34564525b72862d851bea16367270128_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9f80cfe35f04cbe6a16069c1ec1d8811be4d593e64e4c416f3c10d0867e6ae19_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9fabbf4a7e28f6ab02f1ac77b82fc37e0e295f71b05fa9e56b1a5ee4056a0fed_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:fdebb108386237b2ceb1a09abfd18a26fa724dfeb288b8db05a324c4534b109a_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:632a9d70719cce5d0fde98642ff48e6e810072173dd73db3792f6f80d5272fa7_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:838ee5faa3da19a38b8df19373dc4019f7b80ffdb71053e4f74d53a447a48eca_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:a1477ff3ddb9315e482647d228c09e55356d00291f9fde419d36e064b54fc6b8_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:e10748a721cdb9316cc4283549a800b7725268ba3e181945329c76350ab7b32d_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:34cde8028262bd635134993a4d95bbc63a38dc943862938955c2eda609a67f71_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:3ef24dc7c5588180203520784ea3db6e1501e5190b3f59aa1f77df1a5bee9bfc_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:82192c8ede01ce878231c9c56d7104d845e6bb69a8eeea17af84be7b56654eea_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d54076093c47f3d5576eb0a5c1e4cd7963a9d29f393a277721c8f34cb7efc263_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:04ddf503b9da7491acec12879894486790a2d2baf3256837ae5884eb73e91bce_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:10ec14b028d3926a2c0ba35810035e69d669c0e358ed8832d854f0454c77e516_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:12ee577bf514a68c17d1b5ad73b91365c3f242bd82edee45422326ba2e0c0b65_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:de69bc0e11397002240253365aa2b2338b401e7aa4f74478e5f202184662a235_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:77751c116d7b990d00fe24beb6a3d5bc7faedd5f628b379903384e9c8ddb2c7c_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:7e4262c5ce1b614df5a3575111aa8d1f047ad476660b25e6318b562275626c51_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:fa74f6dc71dd03e23612312e6c6e988ff1234a8e75752087abb980ca983fdac2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:fff455cdc1c5015bad5296c85a6a13b2b4593b57dbf78164c1328cea9b228601_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:1364a6b06e13e205088d8690ae753c99527fc130cd5d8ece02fd92538f522a1d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:1509f4cd6e5aaeed58bd8d2fc518183a6943d546d1cf969fddaec4c075051001_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:2a767fe742df781ebf07f553a7274e766b3dea1b8f12ea665d5ef19efccdcb1e_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:ac3242268defa432b3245eeebaff125bbdbcfec532f5d25d7e96d81f0b4482c9_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:017afc8d42f2f0dd7adaf151c0cb79200724994d92e1b5e2f0c2461a9d7a75e0_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:32d4c74e6dad2e47b4129320cfd7c2c69fbdad29dbe3822749a98c023bce5be2_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:44d851608309de07e95081a748aa6b0ae1fde09fa8524ac9723aa9c0ea956785_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:f2659636edc0651da9d6bc18a09df3ddc94b80143ba4818dd9f818840c776d60_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:7cf7b1d6ec5e436fc35eb92ade0e29316b5af4c6a0df3b3cc0ade5fc732631bf_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:880ca9bd23984cde3a928c7266cd89051ca8bb95b94be54dfbe1e5330ff89674_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:d4bf6a34a799554347bcca84210428262288b32e8d340926f1100a4c05edf4a4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:fef0a1823440a06135a3d77afe86367c0f969cace70ac39b9fd1f188a80e69f2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:0521f90dec2a5a5cd930b3e3bf0de90b066eb1b2b2e74e82c9d63d3512b3e6c2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:09ec7273c5e72adfc183c3af125e2cd47bc1ddb7c44c28aeae18ee488844348c_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:e490cc741517a709f420720b8ee9d9a5ee5335675caa6e967a45b1be0b1404b4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:ee97bfec045744082cb9a2c806fb8808a25bb5014ee9568ff22e12803f03f26d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:1a9beb7528ea2ac15e1257be1ff0c8b1ecd4d2e103792efcb5408b0de77fce32_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:4104ea287b8e2476ed618e6e16a35658dddf4ec1da5b58d3196cd68f03fc8989_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:785a7d536bcd955878d80b28a9c5f2d3fbc73cc1ec76dcdbdaacd5454365cea8_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:defe86d856b97f76f8b1455f61c865cf0dbac67810cb67ea5eada820a2f948e6_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:4333b9d650627bb913456e6504faaaf0f0efb55e40a95546c3d31d08d8e2b076_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:c7bd2ccc85720656c78d2808a9059e50457ff6a74fc8a00fcce1b05e193c7244_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:d671e8634526c2e661713be807e2e7f32e46e58dbf7eea44e43ee17a87db601d_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:e32b399bba77a431ffc4e8f24744a790b7aab19f061f7ecca929cb795c83c4d0_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:0ff3decd7dfc8d54779ad65d693327c810f0094200aa34079d929039773887c3_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:1767e287d7463f0d9b6c3af65f98699746835e2c44af4a0b5398139be2aefd23_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:4a0c4d9dc31805b56a417b2359f5da2adaafced10dacf2110bda3d99c73184fc_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:e5abf59262ae41f04385437e3f95924eb505eaf936f5a988319b5a6a52f708c2_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:230119ab73baf69b572857a4b923baf2e267d2d77f8d373d924db1eb832d9a08_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:246f462c19203a5c3c28277bc857e38d9f5b648c4e3b6b77c35c0162e5c95d1a_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:6de3add0818fe352c79cdc4c53c792fcd4150e07908a9dae274e1a7b34d7e545_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:d3c4701a2aeac9cd836962c6c5d999a0aabb0c472c57fa4fe105e0c1a099059c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:98c3af814cc1d5a34f33cfeeeba1f7940f8e30e306da9487dca475bd31938fac_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:ad47d4bd6e23f0661b826a0f7c826a791474f4a9e15db453d941d143cb42c90c_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:af5002abc824cf36f90e16bc715ae619c035905442c0801cc92031a6a7765576_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:bfcc99ea9f1c699b48dcf2994afdd8a68f031f794d721ae745de54a924e59c76_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:3390ca1fd9ae0602c829961dc332c7e3c417020c18c50a08cefdb90c621d6474_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:606e8a370de720153a1dced87cacf1caa1549e6ef8ceaccfe1062663fd18a493_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:67cc277bedd68e09d92c3c256e886ca2506636dfcd77625a5ea3db4005b5d586_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:6e1b97632dea6ef859141e933ca2370d8fc90ab60f66a810e79290116d36d58d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:42e1a906ab4a97af8537be7b433ac2c7d2b9240d4a42ca9bc65ebf8af78fd7fc_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:af26c01c9129a5f2fbe128d2fe7fe25fb03c0ee6cd76571155147cd4ea3c2de1_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:bb2e059a922f8ece5011db593873c8839d1951ceee09d50fff1613ab270e1062_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:dc1a40ceab9f4100575ac0348a5e17514312d1dabfdb096130093914ff329059_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:5172c4fce21f42b27a34e3f7997e193107e0c0acc680b76058a2f099bf7141b0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:652771b15fc2b567ef2003d737397364c47bc641eb8bee217cf908679721c7ea_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:d297745a65c828d0a32ca68198e796a37fdef153bfb040cecb9739a868899777_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:e35424513c27c433a94b68d573ab05027fd8b63494414c68ea07a3f3efa01345_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:4c0c8bc122d612b3c0e228e1c5573fad021c4546496c45fbc2a2dc4225fbe727_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:7d4436578b21ba00a60f5cf6bd74988f976f6c167475cc76f39b34b20da182df_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:bcf6c5a3baaa23bb19a487126003eb8f2194f9238cbe8170c5d34930d47cc36c_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:dd8c287009c850126d2b4ae5623420c2ccde38bf14c9c853bdbe5c2e1586db06_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:48fd8e0d453e54ed7531678b05b65e388c00daae63ac5745c9ee8924f7c40371_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:5ad699e6e0061b76f3f50424cb557bcb9fc9569d48f76973da683a45b6ec9147_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:aac030d920f635b8ad7edf6cf046047c82f064bcb081e6071b86e8ee7d84464e_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:e43f01110886845433f023331f62328b116c20d404e70197fb70eac1df7ba155_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:04633a6772144e0362a5d059a21684026d8e78a28c2463c65daade75f3477548_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:5251d3f63d49ff224ca777898f93a5fdd6de407db59a315aefdfc49963f98c32_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:74f1f26bdb3c05af324066ce828f0863c2c5156e949c6cbeedd0d66068847033_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:c71c29bc335b77b98419e90f24a0396a1093edc2d985aae48f5000f9de75941f_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:34af5e7e166ea2ac902d3d0414adfb8442859396e60b4992de59d7ee130b3fef_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:8bfe1d490a44c6d495c7d30ddb4245746a2e48f0f72343574b3235fa3526cc6d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:af942926936e39d0f7a3ef1ed1af7fb97aaa04fee8a4ad4e6e21e8931ef42809_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:f929464036bfd53938a4cd7cd39297801a122fd20461cdce31cf8d6d96a3bb86_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:19425135838ddcea73db774c7dfa8a8a9f1301fb1bd488dd662cb02f3d7be670_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:447c983d4e104c79e59492ff5aebc62feccca29d08d11a8856c46710e3cb14fe_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:c01da1031a93870d3aabfd644585c88a53ab3cff759067b54ef08f3ebd690cf3_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:cb3fb52bf47fe049263cd6f87ecfe9f1941fc9f7f4fe69385415cdbc9017aa5e_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:1d18b01daba0807067ff5642305147ee613a22232a0a6ef88601243d59801f8d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:91e904d51d7505f19e7db68574a957febcb1963bad2f4452e9723be1bd5a79ce_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:bdf506a2c20720048d32e2f1a7df58a0e53f1df827611627d53c49cc005157b0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:fd318fe6bac9e3f6fb87fa8773d96803e44ba82d5367438f26b1aa04744d60c9_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:26cd2ddeea2e3de5552a95537b4acbfb546076e4d6673b6a68f4c9e2b8dc0142_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:c22c8d4a9dfd25462ed4b37b20d3917cdc87bdc4a90718835dd7cfd70ac7eef8_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:eba4d1b2d03ad132af50bb12a3e67633234494a62a458fd05fa645696f6215cd_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:f80821688e548ecf8b8ffd8ef6c4c5f3bc04f32628e7f83a97c910f43ce3dbe2_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:301d210efc58e5e08c62ce58e308298aa25f92743b261c258359b26231b179d4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:491faee7ce303a18b80934ac246b965e9353764c9a9df3928af2757ef0c1104d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:553e7ea4c082a871ded4daa0865bd2387ec6f99fc6fbd4713a27873cf5bc565d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:fc03869cd583f8e31cf895f07ff7a96a9d7c236eab36b9e56136e58ca7db96bd_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:1262b507d141cb572339ea7dd149215af3ee891343a66c1d8436c4ef2c3e51ba_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:17db909660a9b940339d94e06e3b7f0612e0e306c6e877debded146505d274b0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:4fb24af422753d3194a182894499628b10c2fdf22c441b9a90ab9748d3138d7e_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:cce28f2d920fc8d3bfa1b6c64f4c58ec7b02eabaffa7fd05293b725030463bf5_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:438039b78b649983401a817b6937f95915088796a815f80b9625e19fab1a64c4_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:9d748d3f2c587649dbaf6c7f222aadf47ba4e744fab63a252d49ae1c9049e26c_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c036df7a4bc62e7bafe4b549f3e1fe17b6f9894ac4dedd6018df7d07e267b5a3_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c7b9e3af430d26a1914bce5bf4189de1ebb3d61c4d8098b7b163c1b6d6f554f2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:32376725b6ca30983e9fef1b1d6bfa51a7b1d7e1960ccb50bafccb15efe8c7ae_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:47dc50b7a92d96c2dadc980c97f5d58e6e3fcadf5a29c7736209e7e9a47a47c3_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:d51f2814147a117c3465dc38c3940df147092aebcd694e7453b2e4aadeb83ba0_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:e7e8f68f0c3563ff5055685647d20e61a8811f07c828ed4ce88e5c0fa57577bb_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:06dcdd95fe32e4bfe8197f85a92e15e1b3266d195ecef3a3c11350c43e025b54_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:61d7da5e8a4fd131f49e7217c2a43ee60ee179ca8d74c1dd3b2a653e9864bc5c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:7ddd248c4db55f65e82c0e6ceaa125876cc18cc6c4611a50f2bdb80809f02914_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:ec3dffec1e3bbbd7381e45f888ee06fb080414fe9dc6935cd4caeff0a4e65636_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:0b0cc51d2f5df8a7cc2e30f80fcd4bdb7a38bd5f8a9ecc6d5e5870dc5fdc36e8_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:25933d9a51a2679fea10bda3d72addcadfe26a055a137c628bfdb5f818896536_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:290eacede3daa3be390b910c7116380a5a5dbc2ccc7c3ae8b562c67af76d3fd0_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:79799a8308a0b356a639bceca16c2a728f5bc78a88097fdd149173ef80d2c9c9_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:323921bcd7db381b2a1953764d5f85a14abcbdc1ccece894f8961d8b2b2fb779_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:abfc5c2b61eff272ef04d38a18b7bebaad8aac824a68fe0bd6a95e595678e2d0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:bd91a02760bac7f4e1f30753d7b9f29c9abcaeeaddde7e3c55c14ce827d07e52_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:e8c62219f6073bd08d585d5f159c6beab76e5553a7e8ae4d1e7c2bdb01c4c7c1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:8105660323b2250eee6ec111eb4aca20e7a88cdcd1b243ae9c6bc0bee8642293_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:8689c9c077663f3dbd393b9aa1ad5dfad6226c398070804b1e5f3afefaf2ec39_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:d97699f5c4083039de2cf17de20d4e93ac38bb10c885785705d4ce17bc80a37f_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:dae5d2a9e6b12479f742d1110f20059acd9e831ea272a52525d9c3ee42d44d94_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40938"
},
{
"category": "external",
"summary": "RHBZ#2460292",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2460292"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40938",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40938"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40938",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40938"
},
{
"category": "external",
"summary": "https://github.com/tektoncd/pipeline/releases/tag/v1.11.1",
"url": "https://github.com/tektoncd/pipeline/releases/tag/v1.11.1"
},
{
"category": "external",
"summary": "https://github.com/tektoncd/pipeline/security/advisories/GHSA-94jr-7pqp-xhcq",
"url": "https://github.com/tektoncd/pipeline/security/advisories/GHSA-94jr-7pqp-xhcq"
}
],
"release_date": "2026-04-21T20:45:24.658000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-17T06:49:10+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:0739254d745378452259e4d9a84ba9f6bd03e523bda40d9fadfd999812003421_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:3278f98d80e2626bf481811b03908d955019137b47bacbfc6894949e067f39b1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:73959111c980def943d458774e2b86446e9cc5f96fa6f2d4b45b7db563f44d4b_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:f30b4949b3342a56ce37ab6368e3cd58d23581f8190b0652b1e2e6a4b9daed91_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:26519"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:3c4587b2b5dc7426cc24e8678dd103ed2b1abb8ca13f5ea5aab606d92e5e00ba_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:5330de373490f5bfd8fa40de3c8dfb21f64128dab695aaff3a6a4c96c3388d3b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c26593f4740103d3296bb094cf30af778128384617d0ac5b7ecef9987a88003a_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c728d376aafac1219d957bafe2f3ab75ae88e1d326d48ca409e209e09a782e6c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:1cd66608b31afb07d5575714fd24becb2a3eb48fd6f897240986e5b5cd5ca25f_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:99aab6998dc6e4c8349a53e4ab52c0a9730aa75b36bb4e87d74bb6ee5f2044da_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:9d7a69223b0662bcf109a02007d017e5f10e5c563ff78c02d87af8d5d4ea24de_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:dd5328245120eb981cf5fe6153fc2d33ed9817612884bb7cf7fed77782cd1e20_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:0b3a5aa6d681f46fc242eefae9a3540b43c2be17b643d40ca4446cd0e8fc2abb_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:8627d0dd68402dc51137d89534c0bdb72e27fc3327be1e63e93a38ae72f653cd_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:a395182a2cda20322f0af7ecc972ab3bc9c07161e70174c2b4d9ac08f6aa9845_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:b289110701914022840061f5f5a931e5c895d16898fff3d78193b89c37943201_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:51d8398c7057486fbc41a810031276ccd05179d43e9cf4369c8df440495c6ef7_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:6aaf557a08c0952e2ec7463e3b3cef4d5f8fc9d24427a28c9766f6f0d12f08bd_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:9f9b88b0fbc438aad06752a21fe76a870ba4d8042c6ee1ff0505af780ca8c2f0_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:ff4f49f5218d296b3af828c17283f870aebd6d60813563b55908ffd4629eeab1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9e75f7392dcc9df58236d14c8c56e69b34564525b72862d851bea16367270128_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9f80cfe35f04cbe6a16069c1ec1d8811be4d593e64e4c416f3c10d0867e6ae19_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9fabbf4a7e28f6ab02f1ac77b82fc37e0e295f71b05fa9e56b1a5ee4056a0fed_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:fdebb108386237b2ceb1a09abfd18a26fa724dfeb288b8db05a324c4534b109a_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:632a9d70719cce5d0fde98642ff48e6e810072173dd73db3792f6f80d5272fa7_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:838ee5faa3da19a38b8df19373dc4019f7b80ffdb71053e4f74d53a447a48eca_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:a1477ff3ddb9315e482647d228c09e55356d00291f9fde419d36e064b54fc6b8_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:e10748a721cdb9316cc4283549a800b7725268ba3e181945329c76350ab7b32d_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:34cde8028262bd635134993a4d95bbc63a38dc943862938955c2eda609a67f71_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:3ef24dc7c5588180203520784ea3db6e1501e5190b3f59aa1f77df1a5bee9bfc_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:82192c8ede01ce878231c9c56d7104d845e6bb69a8eeea17af84be7b56654eea_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d54076093c47f3d5576eb0a5c1e4cd7963a9d29f393a277721c8f34cb7efc263_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:04ddf503b9da7491acec12879894486790a2d2baf3256837ae5884eb73e91bce_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:10ec14b028d3926a2c0ba35810035e69d669c0e358ed8832d854f0454c77e516_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:12ee577bf514a68c17d1b5ad73b91365c3f242bd82edee45422326ba2e0c0b65_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:de69bc0e11397002240253365aa2b2338b401e7aa4f74478e5f202184662a235_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:77751c116d7b990d00fe24beb6a3d5bc7faedd5f628b379903384e9c8ddb2c7c_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:7e4262c5ce1b614df5a3575111aa8d1f047ad476660b25e6318b562275626c51_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:fa74f6dc71dd03e23612312e6c6e988ff1234a8e75752087abb980ca983fdac2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:fff455cdc1c5015bad5296c85a6a13b2b4593b57dbf78164c1328cea9b228601_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:1364a6b06e13e205088d8690ae753c99527fc130cd5d8ece02fd92538f522a1d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:1509f4cd6e5aaeed58bd8d2fc518183a6943d546d1cf969fddaec4c075051001_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:2a767fe742df781ebf07f553a7274e766b3dea1b8f12ea665d5ef19efccdcb1e_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:ac3242268defa432b3245eeebaff125bbdbcfec532f5d25d7e96d81f0b4482c9_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:017afc8d42f2f0dd7adaf151c0cb79200724994d92e1b5e2f0c2461a9d7a75e0_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:32d4c74e6dad2e47b4129320cfd7c2c69fbdad29dbe3822749a98c023bce5be2_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:44d851608309de07e95081a748aa6b0ae1fde09fa8524ac9723aa9c0ea956785_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:f2659636edc0651da9d6bc18a09df3ddc94b80143ba4818dd9f818840c776d60_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:7cf7b1d6ec5e436fc35eb92ade0e29316b5af4c6a0df3b3cc0ade5fc732631bf_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:880ca9bd23984cde3a928c7266cd89051ca8bb95b94be54dfbe1e5330ff89674_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:d4bf6a34a799554347bcca84210428262288b32e8d340926f1100a4c05edf4a4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:fef0a1823440a06135a3d77afe86367c0f969cace70ac39b9fd1f188a80e69f2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:0521f90dec2a5a5cd930b3e3bf0de90b066eb1b2b2e74e82c9d63d3512b3e6c2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:09ec7273c5e72adfc183c3af125e2cd47bc1ddb7c44c28aeae18ee488844348c_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:e490cc741517a709f420720b8ee9d9a5ee5335675caa6e967a45b1be0b1404b4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:ee97bfec045744082cb9a2c806fb8808a25bb5014ee9568ff22e12803f03f26d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:1a9beb7528ea2ac15e1257be1ff0c8b1ecd4d2e103792efcb5408b0de77fce32_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:4104ea287b8e2476ed618e6e16a35658dddf4ec1da5b58d3196cd68f03fc8989_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:785a7d536bcd955878d80b28a9c5f2d3fbc73cc1ec76dcdbdaacd5454365cea8_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:defe86d856b97f76f8b1455f61c865cf0dbac67810cb67ea5eada820a2f948e6_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:4333b9d650627bb913456e6504faaaf0f0efb55e40a95546c3d31d08d8e2b076_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:c7bd2ccc85720656c78d2808a9059e50457ff6a74fc8a00fcce1b05e193c7244_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:d671e8634526c2e661713be807e2e7f32e46e58dbf7eea44e43ee17a87db601d_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:e32b399bba77a431ffc4e8f24744a790b7aab19f061f7ecca929cb795c83c4d0_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:0ff3decd7dfc8d54779ad65d693327c810f0094200aa34079d929039773887c3_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:1767e287d7463f0d9b6c3af65f98699746835e2c44af4a0b5398139be2aefd23_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:4a0c4d9dc31805b56a417b2359f5da2adaafced10dacf2110bda3d99c73184fc_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:e5abf59262ae41f04385437e3f95924eb505eaf936f5a988319b5a6a52f708c2_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:230119ab73baf69b572857a4b923baf2e267d2d77f8d373d924db1eb832d9a08_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:246f462c19203a5c3c28277bc857e38d9f5b648c4e3b6b77c35c0162e5c95d1a_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:6de3add0818fe352c79cdc4c53c792fcd4150e07908a9dae274e1a7b34d7e545_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:d3c4701a2aeac9cd836962c6c5d999a0aabb0c472c57fa4fe105e0c1a099059c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:98c3af814cc1d5a34f33cfeeeba1f7940f8e30e306da9487dca475bd31938fac_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:ad47d4bd6e23f0661b826a0f7c826a791474f4a9e15db453d941d143cb42c90c_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:af5002abc824cf36f90e16bc715ae619c035905442c0801cc92031a6a7765576_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:bfcc99ea9f1c699b48dcf2994afdd8a68f031f794d721ae745de54a924e59c76_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:3390ca1fd9ae0602c829961dc332c7e3c417020c18c50a08cefdb90c621d6474_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:606e8a370de720153a1dced87cacf1caa1549e6ef8ceaccfe1062663fd18a493_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:67cc277bedd68e09d92c3c256e886ca2506636dfcd77625a5ea3db4005b5d586_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:6e1b97632dea6ef859141e933ca2370d8fc90ab60f66a810e79290116d36d58d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:42e1a906ab4a97af8537be7b433ac2c7d2b9240d4a42ca9bc65ebf8af78fd7fc_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:af26c01c9129a5f2fbe128d2fe7fe25fb03c0ee6cd76571155147cd4ea3c2de1_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:bb2e059a922f8ece5011db593873c8839d1951ceee09d50fff1613ab270e1062_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:dc1a40ceab9f4100575ac0348a5e17514312d1dabfdb096130093914ff329059_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:5172c4fce21f42b27a34e3f7997e193107e0c0acc680b76058a2f099bf7141b0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:652771b15fc2b567ef2003d737397364c47bc641eb8bee217cf908679721c7ea_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:d297745a65c828d0a32ca68198e796a37fdef153bfb040cecb9739a868899777_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:e35424513c27c433a94b68d573ab05027fd8b63494414c68ea07a3f3efa01345_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:4c0c8bc122d612b3c0e228e1c5573fad021c4546496c45fbc2a2dc4225fbe727_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:7d4436578b21ba00a60f5cf6bd74988f976f6c167475cc76f39b34b20da182df_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:bcf6c5a3baaa23bb19a487126003eb8f2194f9238cbe8170c5d34930d47cc36c_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:dd8c287009c850126d2b4ae5623420c2ccde38bf14c9c853bdbe5c2e1586db06_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:48fd8e0d453e54ed7531678b05b65e388c00daae63ac5745c9ee8924f7c40371_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:5ad699e6e0061b76f3f50424cb557bcb9fc9569d48f76973da683a45b6ec9147_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:aac030d920f635b8ad7edf6cf046047c82f064bcb081e6071b86e8ee7d84464e_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:e43f01110886845433f023331f62328b116c20d404e70197fb70eac1df7ba155_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:04633a6772144e0362a5d059a21684026d8e78a28c2463c65daade75f3477548_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:5251d3f63d49ff224ca777898f93a5fdd6de407db59a315aefdfc49963f98c32_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:74f1f26bdb3c05af324066ce828f0863c2c5156e949c6cbeedd0d66068847033_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:c71c29bc335b77b98419e90f24a0396a1093edc2d985aae48f5000f9de75941f_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:34af5e7e166ea2ac902d3d0414adfb8442859396e60b4992de59d7ee130b3fef_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:8bfe1d490a44c6d495c7d30ddb4245746a2e48f0f72343574b3235fa3526cc6d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:af942926936e39d0f7a3ef1ed1af7fb97aaa04fee8a4ad4e6e21e8931ef42809_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:f929464036bfd53938a4cd7cd39297801a122fd20461cdce31cf8d6d96a3bb86_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:19425135838ddcea73db774c7dfa8a8a9f1301fb1bd488dd662cb02f3d7be670_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:447c983d4e104c79e59492ff5aebc62feccca29d08d11a8856c46710e3cb14fe_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:c01da1031a93870d3aabfd644585c88a53ab3cff759067b54ef08f3ebd690cf3_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:cb3fb52bf47fe049263cd6f87ecfe9f1941fc9f7f4fe69385415cdbc9017aa5e_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:1d18b01daba0807067ff5642305147ee613a22232a0a6ef88601243d59801f8d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:91e904d51d7505f19e7db68574a957febcb1963bad2f4452e9723be1bd5a79ce_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:bdf506a2c20720048d32e2f1a7df58a0e53f1df827611627d53c49cc005157b0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:fd318fe6bac9e3f6fb87fa8773d96803e44ba82d5367438f26b1aa04744d60c9_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:26cd2ddeea2e3de5552a95537b4acbfb546076e4d6673b6a68f4c9e2b8dc0142_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:c22c8d4a9dfd25462ed4b37b20d3917cdc87bdc4a90718835dd7cfd70ac7eef8_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:eba4d1b2d03ad132af50bb12a3e67633234494a62a458fd05fa645696f6215cd_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:f80821688e548ecf8b8ffd8ef6c4c5f3bc04f32628e7f83a97c910f43ce3dbe2_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:0739254d745378452259e4d9a84ba9f6bd03e523bda40d9fadfd999812003421_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:3278f98d80e2626bf481811b03908d955019137b47bacbfc6894949e067f39b1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:73959111c980def943d458774e2b86446e9cc5f96fa6f2d4b45b7db563f44d4b_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:f30b4949b3342a56ce37ab6368e3cd58d23581f8190b0652b1e2e6a4b9daed91_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:301d210efc58e5e08c62ce58e308298aa25f92743b261c258359b26231b179d4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:491faee7ce303a18b80934ac246b965e9353764c9a9df3928af2757ef0c1104d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:553e7ea4c082a871ded4daa0865bd2387ec6f99fc6fbd4713a27873cf5bc565d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:fc03869cd583f8e31cf895f07ff7a96a9d7c236eab36b9e56136e58ca7db96bd_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:1262b507d141cb572339ea7dd149215af3ee891343a66c1d8436c4ef2c3e51ba_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:17db909660a9b940339d94e06e3b7f0612e0e306c6e877debded146505d274b0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:4fb24af422753d3194a182894499628b10c2fdf22c441b9a90ab9748d3138d7e_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:cce28f2d920fc8d3bfa1b6c64f4c58ec7b02eabaffa7fd05293b725030463bf5_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:438039b78b649983401a817b6937f95915088796a815f80b9625e19fab1a64c4_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:9d748d3f2c587649dbaf6c7f222aadf47ba4e744fab63a252d49ae1c9049e26c_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c036df7a4bc62e7bafe4b549f3e1fe17b6f9894ac4dedd6018df7d07e267b5a3_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c7b9e3af430d26a1914bce5bf4189de1ebb3d61c4d8098b7b163c1b6d6f554f2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:32376725b6ca30983e9fef1b1d6bfa51a7b1d7e1960ccb50bafccb15efe8c7ae_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:47dc50b7a92d96c2dadc980c97f5d58e6e3fcadf5a29c7736209e7e9a47a47c3_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:d51f2814147a117c3465dc38c3940df147092aebcd694e7453b2e4aadeb83ba0_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:e7e8f68f0c3563ff5055685647d20e61a8811f07c828ed4ce88e5c0fa57577bb_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:06dcdd95fe32e4bfe8197f85a92e15e1b3266d195ecef3a3c11350c43e025b54_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:61d7da5e8a4fd131f49e7217c2a43ee60ee179ca8d74c1dd3b2a653e9864bc5c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:7ddd248c4db55f65e82c0e6ceaa125876cc18cc6c4611a50f2bdb80809f02914_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:ec3dffec1e3bbbd7381e45f888ee06fb080414fe9dc6935cd4caeff0a4e65636_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:0b0cc51d2f5df8a7cc2e30f80fcd4bdb7a38bd5f8a9ecc6d5e5870dc5fdc36e8_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:25933d9a51a2679fea10bda3d72addcadfe26a055a137c628bfdb5f818896536_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:290eacede3daa3be390b910c7116380a5a5dbc2ccc7c3ae8b562c67af76d3fd0_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:79799a8308a0b356a639bceca16c2a728f5bc78a88097fdd149173ef80d2c9c9_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:323921bcd7db381b2a1953764d5f85a14abcbdc1ccece894f8961d8b2b2fb779_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:abfc5c2b61eff272ef04d38a18b7bebaad8aac824a68fe0bd6a95e595678e2d0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:bd91a02760bac7f4e1f30753d7b9f29c9abcaeeaddde7e3c55c14ce827d07e52_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:e8c62219f6073bd08d585d5f159c6beab76e5553a7e8ae4d1e7c2bdb01c4c7c1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:8105660323b2250eee6ec111eb4aca20e7a88cdcd1b243ae9c6bc0bee8642293_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:8689c9c077663f3dbd393b9aa1ad5dfad6226c398070804b1e5f3afefaf2ec39_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:d97699f5c4083039de2cf17de20d4e93ac38bb10c885785705d4ce17bc80a37f_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:dae5d2a9e6b12479f742d1110f20059acd9e831ea272a52525d9c3ee42d44d94_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:3c4587b2b5dc7426cc24e8678dd103ed2b1abb8ca13f5ea5aab606d92e5e00ba_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:5330de373490f5bfd8fa40de3c8dfb21f64128dab695aaff3a6a4c96c3388d3b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c26593f4740103d3296bb094cf30af778128384617d0ac5b7ecef9987a88003a_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c728d376aafac1219d957bafe2f3ab75ae88e1d326d48ca409e209e09a782e6c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:1cd66608b31afb07d5575714fd24becb2a3eb48fd6f897240986e5b5cd5ca25f_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:99aab6998dc6e4c8349a53e4ab52c0a9730aa75b36bb4e87d74bb6ee5f2044da_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:9d7a69223b0662bcf109a02007d017e5f10e5c563ff78c02d87af8d5d4ea24de_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:dd5328245120eb981cf5fe6153fc2d33ed9817612884bb7cf7fed77782cd1e20_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:0b3a5aa6d681f46fc242eefae9a3540b43c2be17b643d40ca4446cd0e8fc2abb_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:8627d0dd68402dc51137d89534c0bdb72e27fc3327be1e63e93a38ae72f653cd_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:a395182a2cda20322f0af7ecc972ab3bc9c07161e70174c2b4d9ac08f6aa9845_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:b289110701914022840061f5f5a931e5c895d16898fff3d78193b89c37943201_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:51d8398c7057486fbc41a810031276ccd05179d43e9cf4369c8df440495c6ef7_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:6aaf557a08c0952e2ec7463e3b3cef4d5f8fc9d24427a28c9766f6f0d12f08bd_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:9f9b88b0fbc438aad06752a21fe76a870ba4d8042c6ee1ff0505af780ca8c2f0_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:ff4f49f5218d296b3af828c17283f870aebd6d60813563b55908ffd4629eeab1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9e75f7392dcc9df58236d14c8c56e69b34564525b72862d851bea16367270128_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9f80cfe35f04cbe6a16069c1ec1d8811be4d593e64e4c416f3c10d0867e6ae19_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:9fabbf4a7e28f6ab02f1ac77b82fc37e0e295f71b05fa9e56b1a5ee4056a0fed_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:fdebb108386237b2ceb1a09abfd18a26fa724dfeb288b8db05a324c4534b109a_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:632a9d70719cce5d0fde98642ff48e6e810072173dd73db3792f6f80d5272fa7_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:838ee5faa3da19a38b8df19373dc4019f7b80ffdb71053e4f74d53a447a48eca_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:a1477ff3ddb9315e482647d228c09e55356d00291f9fde419d36e064b54fc6b8_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:e10748a721cdb9316cc4283549a800b7725268ba3e181945329c76350ab7b32d_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:34cde8028262bd635134993a4d95bbc63a38dc943862938955c2eda609a67f71_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:3ef24dc7c5588180203520784ea3db6e1501e5190b3f59aa1f77df1a5bee9bfc_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:82192c8ede01ce878231c9c56d7104d845e6bb69a8eeea17af84be7b56654eea_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d54076093c47f3d5576eb0a5c1e4cd7963a9d29f393a277721c8f34cb7efc263_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:04ddf503b9da7491acec12879894486790a2d2baf3256837ae5884eb73e91bce_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:10ec14b028d3926a2c0ba35810035e69d669c0e358ed8832d854f0454c77e516_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:12ee577bf514a68c17d1b5ad73b91365c3f242bd82edee45422326ba2e0c0b65_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:de69bc0e11397002240253365aa2b2338b401e7aa4f74478e5f202184662a235_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:77751c116d7b990d00fe24beb6a3d5bc7faedd5f628b379903384e9c8ddb2c7c_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:7e4262c5ce1b614df5a3575111aa8d1f047ad476660b25e6318b562275626c51_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:fa74f6dc71dd03e23612312e6c6e988ff1234a8e75752087abb980ca983fdac2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:fff455cdc1c5015bad5296c85a6a13b2b4593b57dbf78164c1328cea9b228601_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:1364a6b06e13e205088d8690ae753c99527fc130cd5d8ece02fd92538f522a1d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:1509f4cd6e5aaeed58bd8d2fc518183a6943d546d1cf969fddaec4c075051001_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:2a767fe742df781ebf07f553a7274e766b3dea1b8f12ea665d5ef19efccdcb1e_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:ac3242268defa432b3245eeebaff125bbdbcfec532f5d25d7e96d81f0b4482c9_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:017afc8d42f2f0dd7adaf151c0cb79200724994d92e1b5e2f0c2461a9d7a75e0_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:32d4c74e6dad2e47b4129320cfd7c2c69fbdad29dbe3822749a98c023bce5be2_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:44d851608309de07e95081a748aa6b0ae1fde09fa8524ac9723aa9c0ea956785_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:f2659636edc0651da9d6bc18a09df3ddc94b80143ba4818dd9f818840c776d60_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:7cf7b1d6ec5e436fc35eb92ade0e29316b5af4c6a0df3b3cc0ade5fc732631bf_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:880ca9bd23984cde3a928c7266cd89051ca8bb95b94be54dfbe1e5330ff89674_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:d4bf6a34a799554347bcca84210428262288b32e8d340926f1100a4c05edf4a4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:fef0a1823440a06135a3d77afe86367c0f969cace70ac39b9fd1f188a80e69f2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:0521f90dec2a5a5cd930b3e3bf0de90b066eb1b2b2e74e82c9d63d3512b3e6c2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:09ec7273c5e72adfc183c3af125e2cd47bc1ddb7c44c28aeae18ee488844348c_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:e490cc741517a709f420720b8ee9d9a5ee5335675caa6e967a45b1be0b1404b4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:ee97bfec045744082cb9a2c806fb8808a25bb5014ee9568ff22e12803f03f26d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:1a9beb7528ea2ac15e1257be1ff0c8b1ecd4d2e103792efcb5408b0de77fce32_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:4104ea287b8e2476ed618e6e16a35658dddf4ec1da5b58d3196cd68f03fc8989_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:785a7d536bcd955878d80b28a9c5f2d3fbc73cc1ec76dcdbdaacd5454365cea8_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:defe86d856b97f76f8b1455f61c865cf0dbac67810cb67ea5eada820a2f948e6_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:4333b9d650627bb913456e6504faaaf0f0efb55e40a95546c3d31d08d8e2b076_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:c7bd2ccc85720656c78d2808a9059e50457ff6a74fc8a00fcce1b05e193c7244_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:d671e8634526c2e661713be807e2e7f32e46e58dbf7eea44e43ee17a87db601d_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:e32b399bba77a431ffc4e8f24744a790b7aab19f061f7ecca929cb795c83c4d0_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:0ff3decd7dfc8d54779ad65d693327c810f0094200aa34079d929039773887c3_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:1767e287d7463f0d9b6c3af65f98699746835e2c44af4a0b5398139be2aefd23_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:4a0c4d9dc31805b56a417b2359f5da2adaafced10dacf2110bda3d99c73184fc_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:e5abf59262ae41f04385437e3f95924eb505eaf936f5a988319b5a6a52f708c2_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:230119ab73baf69b572857a4b923baf2e267d2d77f8d373d924db1eb832d9a08_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:246f462c19203a5c3c28277bc857e38d9f5b648c4e3b6b77c35c0162e5c95d1a_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:6de3add0818fe352c79cdc4c53c792fcd4150e07908a9dae274e1a7b34d7e545_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:d3c4701a2aeac9cd836962c6c5d999a0aabb0c472c57fa4fe105e0c1a099059c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:98c3af814cc1d5a34f33cfeeeba1f7940f8e30e306da9487dca475bd31938fac_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:ad47d4bd6e23f0661b826a0f7c826a791474f4a9e15db453d941d143cb42c90c_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:af5002abc824cf36f90e16bc715ae619c035905442c0801cc92031a6a7765576_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:bfcc99ea9f1c699b48dcf2994afdd8a68f031f794d721ae745de54a924e59c76_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:3390ca1fd9ae0602c829961dc332c7e3c417020c18c50a08cefdb90c621d6474_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:606e8a370de720153a1dced87cacf1caa1549e6ef8ceaccfe1062663fd18a493_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:67cc277bedd68e09d92c3c256e886ca2506636dfcd77625a5ea3db4005b5d586_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:6e1b97632dea6ef859141e933ca2370d8fc90ab60f66a810e79290116d36d58d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:42e1a906ab4a97af8537be7b433ac2c7d2b9240d4a42ca9bc65ebf8af78fd7fc_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:af26c01c9129a5f2fbe128d2fe7fe25fb03c0ee6cd76571155147cd4ea3c2de1_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:bb2e059a922f8ece5011db593873c8839d1951ceee09d50fff1613ab270e1062_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:dc1a40ceab9f4100575ac0348a5e17514312d1dabfdb096130093914ff329059_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:5172c4fce21f42b27a34e3f7997e193107e0c0acc680b76058a2f099bf7141b0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:652771b15fc2b567ef2003d737397364c47bc641eb8bee217cf908679721c7ea_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:d297745a65c828d0a32ca68198e796a37fdef153bfb040cecb9739a868899777_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:e35424513c27c433a94b68d573ab05027fd8b63494414c68ea07a3f3efa01345_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:4c0c8bc122d612b3c0e228e1c5573fad021c4546496c45fbc2a2dc4225fbe727_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:7d4436578b21ba00a60f5cf6bd74988f976f6c167475cc76f39b34b20da182df_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:bcf6c5a3baaa23bb19a487126003eb8f2194f9238cbe8170c5d34930d47cc36c_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:dd8c287009c850126d2b4ae5623420c2ccde38bf14c9c853bdbe5c2e1586db06_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:48fd8e0d453e54ed7531678b05b65e388c00daae63ac5745c9ee8924f7c40371_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:5ad699e6e0061b76f3f50424cb557bcb9fc9569d48f76973da683a45b6ec9147_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:aac030d920f635b8ad7edf6cf046047c82f064bcb081e6071b86e8ee7d84464e_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:e43f01110886845433f023331f62328b116c20d404e70197fb70eac1df7ba155_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:04633a6772144e0362a5d059a21684026d8e78a28c2463c65daade75f3477548_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:5251d3f63d49ff224ca777898f93a5fdd6de407db59a315aefdfc49963f98c32_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:74f1f26bdb3c05af324066ce828f0863c2c5156e949c6cbeedd0d66068847033_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:c71c29bc335b77b98419e90f24a0396a1093edc2d985aae48f5000f9de75941f_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:34af5e7e166ea2ac902d3d0414adfb8442859396e60b4992de59d7ee130b3fef_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:8bfe1d490a44c6d495c7d30ddb4245746a2e48f0f72343574b3235fa3526cc6d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:af942926936e39d0f7a3ef1ed1af7fb97aaa04fee8a4ad4e6e21e8931ef42809_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:f929464036bfd53938a4cd7cd39297801a122fd20461cdce31cf8d6d96a3bb86_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:19425135838ddcea73db774c7dfa8a8a9f1301fb1bd488dd662cb02f3d7be670_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:447c983d4e104c79e59492ff5aebc62feccca29d08d11a8856c46710e3cb14fe_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:c01da1031a93870d3aabfd644585c88a53ab3cff759067b54ef08f3ebd690cf3_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:cb3fb52bf47fe049263cd6f87ecfe9f1941fc9f7f4fe69385415cdbc9017aa5e_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:1d18b01daba0807067ff5642305147ee613a22232a0a6ef88601243d59801f8d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:91e904d51d7505f19e7db68574a957febcb1963bad2f4452e9723be1bd5a79ce_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:bdf506a2c20720048d32e2f1a7df58a0e53f1df827611627d53c49cc005157b0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:fd318fe6bac9e3f6fb87fa8773d96803e44ba82d5367438f26b1aa04744d60c9_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:26cd2ddeea2e3de5552a95537b4acbfb546076e4d6673b6a68f4c9e2b8dc0142_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:c22c8d4a9dfd25462ed4b37b20d3917cdc87bdc4a90718835dd7cfd70ac7eef8_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:eba4d1b2d03ad132af50bb12a3e67633234494a62a458fd05fa645696f6215cd_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:f80821688e548ecf8b8ffd8ef6c4c5f3bc04f32628e7f83a97c910f43ce3dbe2_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:0739254d745378452259e4d9a84ba9f6bd03e523bda40d9fadfd999812003421_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:3278f98d80e2626bf481811b03908d955019137b47bacbfc6894949e067f39b1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:73959111c980def943d458774e2b86446e9cc5f96fa6f2d4b45b7db563f44d4b_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:f30b4949b3342a56ce37ab6368e3cd58d23581f8190b0652b1e2e6a4b9daed91_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:301d210efc58e5e08c62ce58e308298aa25f92743b261c258359b26231b179d4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:491faee7ce303a18b80934ac246b965e9353764c9a9df3928af2757ef0c1104d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:553e7ea4c082a871ded4daa0865bd2387ec6f99fc6fbd4713a27873cf5bc565d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:fc03869cd583f8e31cf895f07ff7a96a9d7c236eab36b9e56136e58ca7db96bd_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:1262b507d141cb572339ea7dd149215af3ee891343a66c1d8436c4ef2c3e51ba_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:17db909660a9b940339d94e06e3b7f0612e0e306c6e877debded146505d274b0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:4fb24af422753d3194a182894499628b10c2fdf22c441b9a90ab9748d3138d7e_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:cce28f2d920fc8d3bfa1b6c64f4c58ec7b02eabaffa7fd05293b725030463bf5_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:438039b78b649983401a817b6937f95915088796a815f80b9625e19fab1a64c4_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:9d748d3f2c587649dbaf6c7f222aadf47ba4e744fab63a252d49ae1c9049e26c_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c036df7a4bc62e7bafe4b549f3e1fe17b6f9894ac4dedd6018df7d07e267b5a3_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c7b9e3af430d26a1914bce5bf4189de1ebb3d61c4d8098b7b163c1b6d6f554f2_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:32376725b6ca30983e9fef1b1d6bfa51a7b1d7e1960ccb50bafccb15efe8c7ae_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:47dc50b7a92d96c2dadc980c97f5d58e6e3fcadf5a29c7736209e7e9a47a47c3_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:d51f2814147a117c3465dc38c3940df147092aebcd694e7453b2e4aadeb83ba0_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:e7e8f68f0c3563ff5055685647d20e61a8811f07c828ed4ce88e5c0fa57577bb_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:06dcdd95fe32e4bfe8197f85a92e15e1b3266d195ecef3a3c11350c43e025b54_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:61d7da5e8a4fd131f49e7217c2a43ee60ee179ca8d74c1dd3b2a653e9864bc5c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:7ddd248c4db55f65e82c0e6ceaa125876cc18cc6c4611a50f2bdb80809f02914_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:ec3dffec1e3bbbd7381e45f888ee06fb080414fe9dc6935cd4caeff0a4e65636_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:0b0cc51d2f5df8a7cc2e30f80fcd4bdb7a38bd5f8a9ecc6d5e5870dc5fdc36e8_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:25933d9a51a2679fea10bda3d72addcadfe26a055a137c628bfdb5f818896536_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:290eacede3daa3be390b910c7116380a5a5dbc2ccc7c3ae8b562c67af76d3fd0_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:79799a8308a0b356a639bceca16c2a728f5bc78a88097fdd149173ef80d2c9c9_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:323921bcd7db381b2a1953764d5f85a14abcbdc1ccece894f8961d8b2b2fb779_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:abfc5c2b61eff272ef04d38a18b7bebaad8aac824a68fe0bd6a95e595678e2d0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:bd91a02760bac7f4e1f30753d7b9f29c9abcaeeaddde7e3c55c14ce827d07e52_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:e8c62219f6073bd08d585d5f159c6beab76e5553a7e8ae4d1e7c2bdb01c4c7c1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:8105660323b2250eee6ec111eb4aca20e7a88cdcd1b243ae9c6bc0bee8642293_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:8689c9c077663f3dbd393b9aa1ad5dfad6226c398070804b1e5f3afefaf2ec39_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:d97699f5c4083039de2cf17de20d4e93ac38bb10c885785705d4ce17bc80a37f_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:dae5d2a9e6b12479f742d1110f20059acd9e831ea272a52525d9c3ee42d44d94_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/tektoncd/pipeline: Tekton Pipelines: Arbitrary code execution and secret exfiltration via malicious git commands"
}
]
}
RHSA-2026:26538
Vulnerability from csaf_redhat - Published: 2026-06-17 09:07 - Updated: 2026-06-17 20:23A flaw was found in golang.org/x/net/http2. A remote attacker can exploit this vulnerability by sending specially crafted HTTP/2 frames, which are data packets used in the HTTP/2 protocol. Due to a missing check for null values, processing these specific frames (types 0x0a through 0x0f) can cause the server to crash. This leads to a Denial of Service (DoS) condition, making the affected server unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:37f76414fb74a87e6aaa715e8a645fb9c4a5d383c9c232fc0a468760bafe0d63_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Tekton Pipelines, a system for declaring continuous integration/continuous delivery (CI/CD) pipelines. An authenticated user, able to submit `ResolutionRequest` objects, can exploit a vulnerability by injecting malicious commands into the git resolver's revision parameter. This allows for the execution of unauthorized programs on the resolver pod. Successful exploitation can lead to the exfiltration of all cluster-wide secrets, resulting in significant information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:37f76414fb74a87e6aaa715e8a645fb9c4a5d383c9c232fc0a468760bafe0d63_amd64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "The 1.21.2 GA release of Red Hat OpenShift Pipelines Operator..\nFor more details see [product documentation](https://docs.redhat.com/en/documentation/red_hat_openshift_pipelines).",
"title": "Topic"
},
{
"category": "general",
"text": "The 1.21.2 release of Red Hat OpenShift Pipelines Operator.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:26538",
"url": "https://access.redhat.com/errata/RHSA-2026:26538"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27141",
"url": "https://access.redhat.com/security/cve/CVE-2026-27141"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-40938",
"url": "https://access.redhat.com/security/cve/CVE-2026-40938"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_openshift_pipelines",
"url": "https://docs.redhat.com/en/documentation/red_hat_openshift_pipelines"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_26538.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Pipelines Release 1.21.2",
"tracking": {
"current_release_date": "2026-06-17T20:23:24+00:00",
"generator": {
"date": "2026-06-17T20:23:24+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2026:26538",
"initial_release_date": "2026-06-17T09:07:54+00:00",
"revision_history": [
{
"date": "2026-06-17T09:07:54+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-06-17T09:08:04+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-17T20:23:24+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Pipelines 1.21",
"product": {
"name": "Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_pipelines:1.21::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Pipelines"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:37f76414fb74a87e6aaa715e8a645fb9c4a5d383c9c232fc0a468760bafe0d63_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:37f76414fb74a87e6aaa715e8a645fb9c4a5d383c9c232fc0a468760bafe0d63_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:37f76414fb74a87e6aaa715e8a645fb9c4a5d383c9c232fc0a468760bafe0d63_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-operator-bundle@sha256%3A37f76414fb74a87e6aaa715e8a645fb9c4a5d383c9c232fc0a468760bafe0d63?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines/pipelines-operator-bundle\u0026tag=1781686494"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:37f76414fb74a87e6aaa715e8a645fb9c4a5d383c9c232fc0a468760bafe0d63_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:37f76414fb74a87e6aaa715e8a645fb9c4a5d383c9c232fc0a468760bafe0d63_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:37f76414fb74a87e6aaa715e8a645fb9c4a5d383c9c232fc0a468760bafe0d63_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-27141",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2026-02-26T20:09:11.626155+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2443104"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/net/http2. A remote attacker can exploit this vulnerability by sending specially crafted HTTP/2 frames, which are data packets used in the HTTP/2 protocol. Due to a missing check for null values, processing these specific frames (types 0x0a through 0x0f) can cause the server to crash. This leads to a Denial of Service (DoS) condition, making the affected server unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/http2: golang.org/x/net/http2: Denial of Service due to malformed HTTP/2 frames",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:37f76414fb74a87e6aaa715e8a645fb9c4a5d383c9c232fc0a468760bafe0d63_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27141"
},
{
"category": "external",
"summary": "RHBZ#2443104",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2443104"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27141",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27141"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27141",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27141"
},
{
"category": "external",
"summary": "https://go.dev/cl/746180",
"url": "https://go.dev/cl/746180"
},
{
"category": "external",
"summary": "https://go.dev/issue/77652",
"url": "https://go.dev/issue/77652"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4559",
"url": "https://pkg.go.dev/vuln/GO-2026-4559"
}
],
"release_date": "2026-02-26T18:50:31.830000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-17T09:07:54+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:37f76414fb74a87e6aaa715e8a645fb9c4a5d383c9c232fc0a468760bafe0d63_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:26538"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:37f76414fb74a87e6aaa715e8a645fb9c4a5d383c9c232fc0a468760bafe0d63_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:37f76414fb74a87e6aaa715e8a645fb9c4a5d383c9c232fc0a468760bafe0d63_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/net/http2: golang.org/x/net/http2: Denial of Service due to malformed HTTP/2 frames"
},
{
"cve": "CVE-2026-40938",
"cwe": {
"id": "CWE-88",
"name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)"
},
"discovery_date": "2026-04-21T21:02:16.557479+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2460292"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Tekton Pipelines, a system for declaring continuous integration/continuous delivery (CI/CD) pipelines. An authenticated user, able to submit `ResolutionRequest` objects, can exploit a vulnerability by injecting malicious commands into the git resolver\u0027s revision parameter. This allows for the execution of unauthorized programs on the resolver pod. Successful exploitation can lead to the exfiltration of all cluster-wide secrets, resulting in significant information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/tektoncd/pipeline: Tekton Pipelines: Arbitrary code execution and secret exfiltration via malicious git commands",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important flaw in Tekton Pipelines allows an authenticated user to achieve arbitrary code execution on the resolver pod by injecting malicious commands into the git resolver\u0027s revision parameter. This vulnerability happens because the `revision` parameter is passed as a positional argument to the `git fetch` command without any previous validation whether the parameter\u0027s value doesn\u0027t start with `-` character. Combining this lack of validation with the fact the function which validates the repository URL explicitly allows a repository URL to being with `/`, translating to a local filesystem. An attacker with enough privileges to perform an operation which trigger resolvers to use the `ResolutionRequest` function can \nchain both behaviors to trick Tekton Pipelines to load and execute an arbitrary binary on the resolver pod.\n\nExploring this vulnerability may be considered of a high complexity as an attacker needs to either know an existing valid git repository located at a predicable path already in the resolver pod or a default URL configuration pointing to a local filesystem\u0027s path.\n \nA successful exploitation of the flaw can lead to the exfiltration of all cluster-wide secrets, posing a significant risk to the integrity and confidentiality of the OpenShift environment. Additionally, depending on the data included in the `kubeconfig` files, an attacker may achieve privilege escalation or perform lateral movements within the targeted cluster.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:37f76414fb74a87e6aaa715e8a645fb9c4a5d383c9c232fc0a468760bafe0d63_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40938"
},
{
"category": "external",
"summary": "RHBZ#2460292",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2460292"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40938",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40938"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40938",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40938"
},
{
"category": "external",
"summary": "https://github.com/tektoncd/pipeline/releases/tag/v1.11.1",
"url": "https://github.com/tektoncd/pipeline/releases/tag/v1.11.1"
},
{
"category": "external",
"summary": "https://github.com/tektoncd/pipeline/security/advisories/GHSA-94jr-7pqp-xhcq",
"url": "https://github.com/tektoncd/pipeline/security/advisories/GHSA-94jr-7pqp-xhcq"
}
],
"release_date": "2026-04-21T20:45:24.658000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-17T09:07:54+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:37f76414fb74a87e6aaa715e8a645fb9c4a5d383c9c232fc0a468760bafe0d63_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:26538"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:37f76414fb74a87e6aaa715e8a645fb9c4a5d383c9c232fc0a468760bafe0d63_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:37f76414fb74a87e6aaa715e8a645fb9c4a5d383c9c232fc0a468760bafe0d63_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/tektoncd/pipeline: Tekton Pipelines: Arbitrary code execution and secret exfiltration via malicious git commands"
}
]
}
RHSA-2026:7291
Vulnerability from csaf_redhat - Published: 2026-04-09 11:00 - Updated: 2026-06-21 13:56A path traversal vulnerability has been identified in the Go os package affecting the Root abstraction, where improper handling of trailing path separators could allow access to the parent directory of a configured root directory. By supplying a filename ending in "../", an attacker may be able to open the immediate parent directory of the intended Root. Although this escape does not allow traversal to higher-level ancestors or direct access to files within the parent directory, it may expose directory metadata or unintended filesystem structure if the application passes untrusted path input to Root.Open.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A CrossOriginProtection bypass has been discovered in the golang net/http package. When using http.CrossOriginProtection, the AddInsecureBypassPattern method can unexpectedly bypass more requests than intended. CrossOriginProtection then skips validation, but forwards the original request path, which may be served by a different handler without the intended security protections.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
The html.Parse function in golang.org/x/net/html has quadratic parsing complexity when processing certain inputs, which can lead to denial of service (DoS) if an attacker provides specially crafted HTML content.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
|
The Parse function permits values other than IPv6 addresses to be included in square brackets within the host component of a URL. RFC 3986 permits IPv6 addresses to be included within the host component, enclosed within square brackets. For example: "http://[::1]/". IPv4 addresses and hostnames must not appear within square brackets. Parse did not enforce this requirement.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the SSH Agent servers component (golang.org/x/crypto/ssh/agent). This vulnerability allows a remote attacker to cause a denial of service (DoS) by sending a specially crafted, malformed message during new identity requests. The server fails to validate the size of these messages, leading to an out-of-bounds read that can cause the program to panic and terminate.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
|
A flaw was found in golang.org/x/crypto/ssh. An attacker can exploit this vulnerability by sending specially crafted GSSAPI (Generic Security Service Application Program Interface) authentication requests to an SSH (Secure Shell) server. The server fails to validate the number of mechanisms specified in these requests, leading to unbounded memory consumption. This can result in a Denial of Service (DoS), making the SSH server unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A memory exhaustion flaw has been discovered in the golang encoding/asn1 module. Within parseSequenceOf, reflect.MakeSlice is being used to pre-allocate a slice that is needed in order to fully validate the given DER payload. The size of the slice allocated are also multiple times larger than the input DER. As a result, a malicious actor can craft a big empty DER payload, resulting in an unnecessary large allocation of memories. This can be a way to cause memory exhaustion.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
Despite HTTP headers having a default limit of 1MB, the number of cookies that can be parsed does not have a limit. By sending a lot of very small cookies such as "a=;", an attacker can make an HTTP server allocate a large amount of structs, causing large memory consumption.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
|
A potential denial of service flaw has been discovered in golang's crypto/x509 module. Due to the design of the name constraint checking algorithm, the processing time of some inputs scales non-linearly with respect to the size of the certificate. This affects programs which validate arbitrary certificate chains.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A denial of service vector has been discovered in the golang crypto/x509 module. An attacker could craft an intermediate X.509 certificate containing a DSA public key and can crash a remote host with an unauthenticated call to any endpoint that verifies the certificate chain.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
The crypto/tls conn.Handshake method returns an error on the server-side when ALPN negotation fails which can contain arbitrary attacker controlled information provided by the client-side of the connection which is not escaped. This affects programs which log these errors without any additional form of sanitization, and may allow injection of attacker controlled information into logs.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
The html.Parse function in golang.org/x/net/html has an infinite parsing loop when processing certain inputs, which can lead to denial of service (DoS) in an exposed go application if an attacker provides specially crafted HTML content.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A potential denial of service flaw has been discovered in the golang encoding/pem module. Due to the design of the PEM parsing function, the processing time for some inputs scales non-linearly with respect to the size of the input. This affects programs which parse untrusted PEM inputs and may result in an unresponsive program should an attacker exploit it.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
The Reader.ReadResponse function constructs a response string through repeated string concatenation of lines. When the number of lines in a response is large, this can cause excessive CPU consumption.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
|
A denial of service vulnerability has been discovered in the golang net/mail module. The ParseAddress function constructed domain-literal address components through repeated string concatenation which when parsing large domain-literal components, could cause excessive CPU consumption.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the crypto/x509 package in the Go standard library. This vulnerability allows a certificate validation bypass via an excluded subdomain constraint in a certificated chain as it does not restrict the usage of wildcard SANs in the leaf certificate.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
|
A TLS connection handling flaw has been discovered in the golang crypto/tls library. During the TLS 1.3 handshake if multiple messages are sent in records that span encryption level boundaries (for instance the Client Hello and Encrypted Extensions messages), the subsequent messages may be processed before the encryption level changes. This can cause some minor information disclosure if a network-local attacker can inject messages during the handshake.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in cmd/go. An attacker can exploit this by building a malicious Go source file that uses the '#cgo pkg-config:' directive. This allows the attacker to write to an arbitrary file with partial control over its content, by providing a '--log-file' argument to the pkg-config command. This vulnerability can lead to arbitrary file write.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go's 'cgo tool'. This vulnerability arises from a discrepancy in how Go and C/C++ comments are parsed, which allows for malicious code to be hidden within comments and then "smuggled" into the compiled `cgo` binary. An attacker could exploit this to embed and execute arbitrary code, potentially leading to significant system compromise.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
|
A flaw was found in Golang's cmd/go module. This vulnerability allows a local attacker to achieve local code execution by downloading and building modules with specially crafted malicious version strings. On systems with Mercurial (hg) installed, this can occur when downloading modules from non-standard sources due to how external Version Control System (VCS) commands are constructed. Additionally, on systems with Git installed, providing malicious version strings to the toolchain can enable an attacker to write to arbitrary files on the filesystem. This issue is triggered by explicitly supplying these malicious version strings.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
|
The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A certificate validation flaw has been discovered in the golang crypto/x509 module. When verifying a certificate chain which contains a certificate containing multiple email address constraints which share common local portions but different domain portions, these constraints will not be properly applied, and only the last constraint will be considered.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A certificate validation flaw has been discovered in the golang crypto/x509 module. Certificate verification can panic when a certificate in the chain has an empty DNS name and another certificate in the chain has excluded name constraints. This can crash programs that are either directly verifying X.509 certificate chains, or those that use TLS.
CWE-295 - Improper Certificate Validation| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A path traversal flaw has been discovered in the golang `os` module. On Unix platforms, when listing the contents of a directory using File.ReadDir or File.Readdir the returned FileInfo could reference a file outside of the Root in which the File was opened. The impact of this escape is limited to reading metadata provided by lstat from arbitrary locations on the filesystem without permitting reading or writing files outside the root.
CWE-22 - Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang.org/x/net/http2. A remote attacker can exploit this vulnerability by sending specially crafted HTTP/2 frames, which are data packets used in the HTTP/2 protocol. Due to a missing check for null values, processing these specific frames (types 0x0a through 0x0f) can cause the server to crash. This leads to a Denial of Service (DoS) condition, making the affected server unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
An input escaping flaw has been discovered in the golang html/template module. Actions which insert URLs into the content attribute of HTML meta tags are not escaped. This can allow XSS if the meta tag also has an http-equiv attribute with the value "refresh". A new GODEBUG setting has been added, htmlmetacontenturlescape, which can be used to disable escaping URLs in actions in the meta content attribute which follow "url=" by setting htmlmetacontenturlescape=0.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the cmd/compile package in the Go standard library. The compiler fails to correctly check for integer overflow or underflow in arithmetic operations involving loop induction variables. As a result, the compiler allows invalid memory indexing to occur at runtime, potentially leading to memory corruption.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the cmd/compile package in the Go standard library. A no-op interface conversion prevented the compiler from correctly identifying non-overlapping memory moves. As a result, the compiler allows unsafe memory move operations to occur at runtime, potentially causing data corruption, memory corruption or unexpected application behavior.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go's `crypto/x509` package. A remote attacker could exploit this by presenting a specially crafted certificate chain containing a large number of policy mappings. This inefficient validation process consumes excessive resources, which can lead to a denial of service (DoS) for applications or systems performing certificate validation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the internal/syscall/unix package in the Go standard library. If the target of the `Root.Chmod` function is replaced with a symbolic link during execution, specifically after `Root.Chmod` checks the target but before acting, the `chmod` operation will be performed on the file the symbolic link points to. This issue can bypass directory restrictions and lead to unauthorized permission changes on the filesystem.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the `crypto/tls` package within the Go (golang) standard library, specifically affecting TLS 1.3 connections. A remote attacker can exploit this vulnerability by sending multiple key update messages in a single record after the handshake. This can cause the connection to deadlock, leading to uncontrolled consumption of resources and ultimately a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
|
A flaw was found in Go's `archive/tar` package. A remote attacker could exploit this vulnerability by providing a maliciously-crafted archive file. When the `tar.Reader` processes an archive containing a large number of sparse regions in the "old GNU sparse map" format, it can lead to unbounded memory allocation. This can result in a Denial of Service (DoS) condition, making the affected application unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the `html/template` package. This vulnerability arises from improper tracking of context and brace depth within JavaScript (JS) template literals. A remote attacker could exploit these issues to cause content to be incorrectly or improperly escaped, leading to Cross-Site Scripting (XSS) vulnerabilities. This could allow an attacker to inject malicious scripts into web pages viewed by other users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang.org/x/image/tiff. A remote attacker could exploit this vulnerability by providing a maliciously crafted Tagged Image File Format (TIFF) file. This could cause the image decoding process to attempt to allocate up to 4 gigabytes (GiB) of memory. The excessive resource consumption or an out-of-memory error would lead to a Denial of Service (DoS) condition.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the `crypto/x509` package within Go (golang). When verifying a certificate chain, excluded DNS (Domain Name System) constraints are not correctly applied to wildcard DNS Subject Alternative Names (SANs) if the case of the SAN differs from the constraint. This oversight could allow an attacker to bypass certificate validation, potentially leading to the acceptance of a malicious certificate that should have been rejected. This issue specifically impacts the validation of trusted certificate chains.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for Red Hat Hardened Images RPMs is now available.",
"title": "Topic"
},
{
"category": "general",
"text": "This update includes the following RPMs:",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:7291",
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "external",
"summary": "https://images.redhat.com/",
"url": "https://images.redhat.com/"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27141",
"url": "https://access.redhat.com/security/cve/CVE-2026-27141"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58190",
"url": "https://access.redhat.com/security/cve/CVE-2025-58190"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47911",
"url": "https://access.redhat.com/security/cve/CVE-2025-47911"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22873",
"url": "https://access.redhat.com/security/cve/CVE-2025-22873"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68119",
"url": "https://access.redhat.com/security/cve/CVE-2025-68119"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61732",
"url": "https://access.redhat.com/security/cve/CVE-2025-61732"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61731",
"url": "https://access.redhat.com/security/cve/CVE-2025-61731"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61725",
"url": "https://access.redhat.com/security/cve/CVE-2025-61725"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61724",
"url": "https://access.redhat.com/security/cve/CVE-2025-61724"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61723",
"url": "https://access.redhat.com/security/cve/CVE-2025-61723"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58186",
"url": "https://access.redhat.com/security/cve/CVE-2025-58186"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58185",
"url": "https://access.redhat.com/security/cve/CVE-2025-58185"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58181",
"url": "https://access.redhat.com/security/cve/CVE-2025-58181"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47914",
"url": "https://access.redhat.com/security/cve/CVE-2025-47914"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47912",
"url": "https://access.redhat.com/security/cve/CVE-2025-47912"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47910",
"url": "https://access.redhat.com/security/cve/CVE-2025-47910"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68121",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61730",
"url": "https://access.redhat.com/security/cve/CVE-2025-61730"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58189",
"url": "https://access.redhat.com/security/cve/CVE-2025-58189"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58187",
"url": "https://access.redhat.com/security/cve/CVE-2025-58187"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58188",
"url": "https://access.redhat.com/security/cve/CVE-2025-58188"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61728",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33809",
"url": "https://access.redhat.com/security/cve/CVE-2026-33809"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32289",
"url": "https://access.redhat.com/security/cve/CVE-2026-32289"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32288",
"url": "https://access.redhat.com/security/cve/CVE-2026-32288"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32283",
"url": "https://access.redhat.com/security/cve/CVE-2026-32283"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32282",
"url": "https://access.redhat.com/security/cve/CVE-2026-32282"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32281",
"url": "https://access.redhat.com/security/cve/CVE-2026-32281"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27144",
"url": "https://access.redhat.com/security/cve/CVE-2026-27144"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27143",
"url": "https://access.redhat.com/security/cve/CVE-2026-27143"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33810",
"url": "https://access.redhat.com/security/cve/CVE-2026-33810"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61727",
"url": "https://access.redhat.com/security/cve/CVE-2025-61727"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25679",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27139",
"url": "https://access.redhat.com/security/cve/CVE-2026-27139"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27138",
"url": "https://access.redhat.com/security/cve/CVE-2026-27138"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27137",
"url": "https://access.redhat.com/security/cve/CVE-2026-27137"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27142",
"url": "https://access.redhat.com/security/cve/CVE-2026-27142"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_7291.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Hardened Images RPMs bug fix and enhancement update",
"tracking": {
"current_release_date": "2026-06-21T13:56:26+00:00",
"generator": {
"date": "2026-06-21T13:56:26+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2026:7291",
"initial_release_date": "2026-04-09T11:00:43+00:00",
"revision_history": [
{
"date": "2026-04-09T11:00:43+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-18T20:02:12+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-21T13:56:26+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Hardened Images",
"product": {
"name": "Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:hummingbird:1"
}
}
}
],
"category": "product_family",
"name": "Red Hat Hardened Images"
},
{
"branches": [
{
"category": "product_version",
"name": "golang1-26-main@aarch64",
"product": {
"name": "golang1-26-main@aarch64",
"product_id": "golang1-26-main@aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang1.26@1.26.2-1.hum1?arch=aarch64\u0026distro=hummingbird-20251124\u0026repository_id=public-hummingbird-aarch64-rpms"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "golang1-26-main@src",
"product": {
"name": "golang1-26-main@src",
"product_id": "golang1-26-main@src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang1.26@1.26.2-1.hum1?arch=src\u0026distro=hummingbird-20251124\u0026repository_id=public-hummingbird-source-rpms"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "golang1-26-main@x86_64",
"product": {
"name": "golang1-26-main@x86_64",
"product_id": "golang1-26-main@x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang1.26@1.26.2-1.hum1?arch=x86_64\u0026distro=hummingbird-20251124\u0026repository_id=public-hummingbird-x86_64-rpms"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "golang1-26-main@noarch",
"product": {
"name": "golang1-26-main@noarch",
"product_id": "golang1-26-main@noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang1.26-docs@1.26.2-1.hum1?arch=noarch\u0026distro=hummingbird-20251124\u0026repository_id=public-hummingbird-x86_64-rpms"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "golang1-26-main@aarch64 as a component of Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images:golang1-26-main@aarch64"
},
"product_reference": "golang1-26-main@aarch64",
"relates_to_product_reference": "Red Hat Hardened Images"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang1-26-main@noarch as a component of Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images:golang1-26-main@noarch"
},
"product_reference": "golang1-26-main@noarch",
"relates_to_product_reference": "Red Hat Hardened Images"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang1-26-main@src as a component of Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images:golang1-26-main@src"
},
"product_reference": "golang1-26-main@src",
"relates_to_product_reference": "Red Hat Hardened Images"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang1-26-main@x86_64 as a component of Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images:golang1-26-main@x86_64"
},
"product_reference": "golang1-26-main@x86_64",
"relates_to_product_reference": "Red Hat Hardened Images"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22873",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-02-05T00:01:17.475869+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2436992"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal vulnerability has been identified in the Go os package affecting the Root abstraction, where improper handling of trailing path separators could allow access to the parent directory of a configured root directory. By supplying a filename ending in \"../\", an attacker may be able to open the immediate parent directory of the intended Root. Although this escape does not allow traversal to higher-level ancestors or direct access to files within the parent directory, it may expose directory metadata or unintended filesystem structure if the application passes untrusted path input to Root.Open.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "os: os: Information disclosure via path traversal using specially crafted filenames",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security classified this issue as Moderate.\n\nThe flaw exists in a local filesystem abstraction within the Go standard library, it can also be exploited remotely in applications that accept attacker-controlled path input over a network and pass it to Root.Open without proper validation. The attack complexity is low, as exploitation requires only appending \"../\" to the supplied path. However, the impact is limited: the flaw permits opening only the immediate parent directory, not arbitrary filesystem locations or files contained within that directory. There is no direct impact on file integrity or application availability. These constraints limit the practical exposure of the issue while still represents a boundary bypass and may expose unintended filesystem metadata. The issue does not permit traversal beyond the parent directory, modification of files, or broader system compromise, thereby constraining its overall impact.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22873"
},
{
"category": "external",
"summary": "RHBZ#2436992",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2436992"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22873"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22873",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22873"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2025/05/06/2",
"url": "http://www.openwall.com/lists/oss-security/2025/05/06/2"
},
{
"category": "external",
"summary": "https://go.dev/cl/670036",
"url": "https://go.dev/cl/670036"
},
{
"category": "external",
"summary": "https://go.dev/issue/73555",
"url": "https://go.dev/issue/73555"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/UZoIkUT367A/m/5WDxKizJAQAJ",
"url": "https://groups.google.com/g/golang-announce/c/UZoIkUT367A/m/5WDxKizJAQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4403",
"url": "https://pkg.go.dev/vuln/GO-2026-4403"
}
],
"release_date": "2026-02-04T23:05:24.803000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "os: os: Information disclosure via path traversal using specially crafted filenames"
},
{
"cve": "CVE-2025-47910",
"cwe": {
"id": "CWE-440",
"name": "Expected Behavior Violation"
},
"discovery_date": "2025-09-22T22:00:44.572202+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2397528"
}
],
"notes": [
{
"category": "description",
"text": "A CrossOriginProtection bypass has been discovered in the golang net/http package. When using http.CrossOriginProtection, the AddInsecureBypassPattern method can unexpectedly bypass more requests than intended. CrossOriginProtection then skips validation, but forwards the original request path, which may be served by a different handler without the intended security protections.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/http: CrossOriginProtection bypass in net/http",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47910"
},
{
"category": "external",
"summary": "RHBZ#2397528",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2397528"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47910"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47910",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47910"
},
{
"category": "external",
"summary": "https://go.dev/cl/699275",
"url": "https://go.dev/cl/699275"
},
{
"category": "external",
"summary": "https://go.dev/issue/75054",
"url": "https://go.dev/issue/75054"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/PtW9VW21NPs/m/DJhMQ-m5AQAJ",
"url": "https://groups.google.com/g/golang-announce/c/PtW9VW21NPs/m/DJhMQ-m5AQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3955",
"url": "https://pkg.go.dev/vuln/GO-2025-3955"
}
],
"release_date": "2025-09-22T21:01:55.440000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "net/http: CrossOriginProtection bypass in net/http"
},
{
"cve": "CVE-2025-47911",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2026-02-05T18:01:23.423406+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437109"
}
],
"notes": [
{
"category": "description",
"text": "The html.Parse function in golang.org/x/net/html has quadratic parsing complexity when processing certain inputs, which can lead to denial of service (DoS) if an attacker provides specially crafted HTML content.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/html: Quadratic parsing complexity in golang.org/x/net/html",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47911"
},
{
"category": "external",
"summary": "RHBZ#2437109",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437109"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47911",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47911"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47911",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47911"
},
{
"category": "external",
"summary": "https://github.com/golang/vulndb/issues/4440",
"url": "https://github.com/golang/vulndb/issues/4440"
},
{
"category": "external",
"summary": "https://go.dev/cl/709876",
"url": "https://go.dev/cl/709876"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/jnQcOYpiR2c",
"url": "https://groups.google.com/g/golang-announce/c/jnQcOYpiR2c"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4440",
"url": "https://pkg.go.dev/vuln/GO-2026-4440"
}
],
"release_date": "2026-02-05T17:48:44.562000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/net/html: Quadratic parsing complexity in golang.org/x/net/html"
},
{
"cve": "CVE-2025-47912",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-10-29T23:01:06.642219+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407247"
}
],
"notes": [
{
"category": "description",
"text": "The Parse function permits values other than IPv6 addresses to be included in square brackets within the host component of a URL. RFC 3986 permits IPv6 addresses to be included within the host component, enclosed within square brackets. For example: \"http://[::1]/\". IPv4 addresses and hostnames must not appear within square brackets. Parse did not enforce this requirement.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/url: Insufficient validation of bracketed IPv6 hostnames in net/url",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47912"
},
{
"category": "external",
"summary": "RHBZ#2407247",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407247"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47912"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47912",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47912"
},
{
"category": "external",
"summary": "https://go.dev/cl/709857",
"url": "https://go.dev/cl/709857"
},
{
"category": "external",
"summary": "https://go.dev/issue/75678",
"url": "https://go.dev/issue/75678"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4010",
"url": "https://pkg.go.dev/vuln/GO-2025-4010"
}
],
"release_date": "2025-10-29T22:10:13.435000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "net/url: Insufficient validation of bracketed IPv6 hostnames in net/url"
},
{
"cve": "CVE-2025-47914",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2025-11-19T21:01:06.202641+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2416000"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the SSH Agent servers component (golang.org/x/crypto/ssh/agent). This vulnerability allows a remote attacker to cause a denial of service (DoS) by sending a specially crafted, malformed message during new identity requests. The server fails to validate the size of these messages, leading to an out-of-bounds read that can cause the program to panic and terminate.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh/agent: SSH Agent servers: Denial of Service due to malformed messages",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat products. The golang.org/x/crypto/ssh/agent library, when used in SSH Agent servers, does not properly validate the size of messages during new identity requests. A specially crafted malformed message can lead to an out-of-bounds read, causing the program to panic and resulting in a denial of service.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47914"
},
{
"category": "external",
"summary": "RHBZ#2416000",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2416000"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47914"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47914",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47914"
},
{
"category": "external",
"summary": "https://go.dev/cl/721960",
"url": "https://go.dev/cl/721960"
},
{
"category": "external",
"summary": "https://go.dev/issue/76364",
"url": "https://go.dev/issue/76364"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/w-oX3UxNcZA",
"url": "https://groups.google.com/g/golang-announce/c/w-oX3UxNcZA"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4135",
"url": "https://pkg.go.dev/vuln/GO-2025-4135"
}
],
"release_date": "2025-11-19T20:33:43.126000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/crypto/ssh/agent: SSH Agent servers: Denial of Service due to malformed messages"
},
{
"cve": "CVE-2025-58181",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-11-19T21:00:50.197590+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2415997"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/crypto/ssh. An attacker can exploit this vulnerability by sending specially crafted GSSAPI (Generic Security Service Application Program Interface) authentication requests to an SSH (Secure Shell) server. The server fails to validate the number of mechanisms specified in these requests, leading to unbounded memory consumption. This can result in a Denial of Service (DoS), making the SSH server unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Denial of Service via unbounded memory consumption in GSSAPI authentication",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat. SSH servers utilizing `golang.org/x/crypto/ssh` and configured to process GSSAPI authentication requests are susceptible to unbounded memory consumption. An attacker can exploit this by sending specially crafted GSSAPI authentication requests, potentially leading to a denial of service.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58181"
},
{
"category": "external",
"summary": "RHBZ#2415997",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2415997"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58181"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58181",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58181"
},
{
"category": "external",
"summary": "https://go.dev/cl/721961",
"url": "https://go.dev/cl/721961"
},
{
"category": "external",
"summary": "https://go.dev/issue/76363",
"url": "https://go.dev/issue/76363"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/w-oX3UxNcZA",
"url": "https://groups.google.com/g/golang-announce/c/w-oX3UxNcZA"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4134",
"url": "https://pkg.go.dev/vuln/GO-2025-4134"
}
],
"release_date": "2025-11-19T20:33:42.795000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Denial of Service via unbounded memory consumption in GSSAPI authentication"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"cve": "CVE-2025-58185",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:25.877898+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407251"
}
],
"notes": [
{
"category": "description",
"text": "A memory exhaustion flaw has been discovered in the golang encoding/asn1 module. Within parseSequenceOf, reflect.MakeSlice is being used to pre-allocate a slice that is needed in order to fully validate the given DER payload. The size of the slice allocated are also multiple times larger than the input DER. As a result, a malicious actor can craft a big empty DER payload, resulting in an unnecessary large allocation of memories. This can be a way to cause memory exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "encoding/asn1: Parsing DER payload can cause memory exhaustion in encoding/asn1",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58185"
},
{
"category": "external",
"summary": "RHBZ#2407251",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407251"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58185"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58185",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58185"
},
{
"category": "external",
"summary": "https://github.com/golang/go/commit/8709a41d5ef7321f486a1857f189c3fee20e8edd",
"url": "https://github.com/golang/go/commit/8709a41d5ef7321f486a1857f189c3fee20e8edd"
},
{
"category": "external",
"summary": "https://go.dev/cl/709856",
"url": "https://go.dev/cl/709856"
},
{
"category": "external",
"summary": "https://go.dev/issue/75671",
"url": "https://go.dev/issue/75671"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4011",
"url": "https://pkg.go.dev/vuln/GO-2025-4011"
}
],
"release_date": "2025-10-29T22:10:13.682000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "encoding/asn1: Parsing DER payload can cause memory exhaustion in encoding/asn1"
},
{
"cve": "CVE-2025-58186",
"discovery_date": "2025-10-29T23:01:22.260983+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407250"
}
],
"notes": [
{
"category": "description",
"text": "Despite HTTP headers having a default limit of 1MB, the number of cookies that can be parsed does not have a limit. By sending a lot of very small cookies such as \"a=;\", an attacker can make an HTTP server allocate a large amount of structs, causing large memory consumption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/net/http: Lack of limit when parsing cookies can cause memory exhaustion in net/http",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58186"
},
{
"category": "external",
"summary": "RHBZ#2407250",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407250"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58186"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58186",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58186"
},
{
"category": "external",
"summary": "https://go.dev/cl/709855",
"url": "https://go.dev/cl/709855"
},
{
"category": "external",
"summary": "https://go.dev/issue/75672",
"url": "https://go.dev/issue/75672"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4012",
"url": "https://pkg.go.dev/vuln/GO-2025-4012"
}
],
"release_date": "2025-10-29T22:10:13.912000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "golang.org/net/http: Lack of limit when parsing cookies can cause memory exhaustion in net/http"
},
{
"cve": "CVE-2025-58187",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:54.130980+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407259"
}
],
"notes": [
{
"category": "description",
"text": "A potential denial of service flaw has been discovered in golang\u0027s crypto/x509 module. Due to the design of the name constraint checking algorithm, the processing time of some inputs scales non-linearly with respect to the size of the certificate. This affects programs which validate arbitrary certificate chains.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: Quadratic complexity when checking name constraints in crypto/x509",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58187"
},
{
"category": "external",
"summary": "RHBZ#2407259",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407259"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58187"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58187",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58187"
},
{
"category": "external",
"summary": "https://github.com/golang/go/commit/3fc4c79fdbb17b9b29ea9f8c29dd780df075d4c4",
"url": "https://github.com/golang/go/commit/3fc4c79fdbb17b9b29ea9f8c29dd780df075d4c4"
},
{
"category": "external",
"summary": "https://go.dev/cl/709854",
"url": "https://go.dev/cl/709854"
},
{
"category": "external",
"summary": "https://go.dev/issue/75681",
"url": "https://go.dev/issue/75681"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4007",
"url": "https://pkg.go.dev/vuln/GO-2025-4007"
}
],
"release_date": "2025-10-29T22:10:12.624000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/x509: Quadratic complexity when checking name constraints in crypto/x509"
},
{
"cve": "CVE-2025-58188",
"cwe": {
"id": "CWE-617",
"name": "Reachable Assertion"
},
"discovery_date": "2025-10-29T23:01:39.787633+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407255"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service vector has been discovered in the golang crypto/x509 module. An attacker could craft an intermediate X.509 certificate containing a DSA public key and can crash a remote host with an unauthenticated call to any endpoint that verifies the certificate chain.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Panic when validating certificates with DSA public keys in crypto/x509",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Availability impacts are limited on Red Hat products as they do not affect the host systems.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58188"
},
{
"category": "external",
"summary": "RHBZ#2407255",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407255"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58188"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58188",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58188"
},
{
"category": "external",
"summary": "https://github.com/golang/go/commit/6e4007e8cffbb870e6b606307ab7308236ecefb9",
"url": "https://github.com/golang/go/commit/6e4007e8cffbb870e6b606307ab7308236ecefb9"
},
{
"category": "external",
"summary": "https://go.dev/cl/709853",
"url": "https://go.dev/cl/709853"
},
{
"category": "external",
"summary": "https://go.dev/issue/75675",
"url": "https://go.dev/issue/75675"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4013",
"url": "https://pkg.go.dev/vuln/GO-2025-4013"
}
],
"release_date": "2025-10-29T22:10:14.143000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/x509: golang: Panic when validating certificates with DSA public keys in crypto/x509"
},
{
"cve": "CVE-2025-58189",
"cwe": {
"id": "CWE-117",
"name": "Improper Output Neutralization for Logs"
},
"discovery_date": "2025-10-29T23:01:57.740310+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407260"
}
],
"notes": [
{
"category": "description",
"text": "The crypto/tls conn.Handshake method returns an error on the server-side when ALPN negotation fails which can contain arbitrary attacker controlled information provided by the client-side of the connection which is not escaped. This affects programs which log these errors without any additional form of sanitization, and may allow injection of attacker controlled information into logs.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: go crypto/tls ALPN negotiation error contains attacker controlled information",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58189"
},
{
"category": "external",
"summary": "RHBZ#2407260",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407260"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58189"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58189",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58189"
},
{
"category": "external",
"summary": "https://go.dev/cl/707776",
"url": "https://go.dev/cl/707776"
},
{
"category": "external",
"summary": "https://go.dev/issue/75652",
"url": "https://go.dev/issue/75652"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4008",
"url": "https://pkg.go.dev/vuln/GO-2025-4008"
}
],
"release_date": "2025-10-29T22:10:12.947000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: go crypto/tls ALPN negotiation error contains attacker controlled information"
},
{
"cve": "CVE-2025-58190",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-02-05T18:01:26.511908+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437110"
}
],
"notes": [
{
"category": "description",
"text": "The html.Parse function in golang.org/x/net/html has an infinite parsing loop when processing certain inputs, which can lead to denial of service (DoS) in an exposed go application if an attacker provides specially crafted HTML content.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/html: Infinite parsing loop in golang.org/x/net",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58190"
},
{
"category": "external",
"summary": "RHBZ#2437110",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437110"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58190",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58190"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58190",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58190"
},
{
"category": "external",
"summary": "https://github.com/golang/vulndb/issues/4441",
"url": "https://github.com/golang/vulndb/issues/4441"
},
{
"category": "external",
"summary": "https://go.dev/cl/709875",
"url": "https://go.dev/cl/709875"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/jnQcOYpiR2c",
"url": "https://groups.google.com/g/golang-announce/c/jnQcOYpiR2c"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4441",
"url": "https://pkg.go.dev/vuln/GO-2026-4441"
}
],
"release_date": "2026-02-05T17:48:44.693000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/net/html: Infinite parsing loop in golang.org/x/net"
},
{
"cve": "CVE-2025-61723",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:29.304260+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407252"
}
],
"notes": [
{
"category": "description",
"text": "A potential denial of service flaw has been discovered in the golang encoding/pem module. Due to the design of the PEM parsing function, the processing time for some\ninputs scales non-linearly with respect to the size of the input. This affects programs which parse untrusted PEM inputs and may result in an unresponsive program should an attacker exploit it.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "encoding/pem: Quadratic complexity when parsing some invalid inputs in encoding/pem",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61723"
},
{
"category": "external",
"summary": "RHBZ#2407252",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407252"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61723"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61723",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61723"
},
{
"category": "external",
"summary": "https://github.com/golang/go/commit/5ce8cd16f3859ec5ac4106ad8ec15d6236f4501b",
"url": "https://github.com/golang/go/commit/5ce8cd16f3859ec5ac4106ad8ec15d6236f4501b"
},
{
"category": "external",
"summary": "https://go.dev/cl/709858",
"url": "https://go.dev/cl/709858"
},
{
"category": "external",
"summary": "https://go.dev/issue/75676",
"url": "https://go.dev/issue/75676"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4009",
"url": "https://pkg.go.dev/vuln/GO-2025-4009"
}
],
"release_date": "2025-10-29T22:10:13.220000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "encoding/pem: Quadratic complexity when parsing some invalid inputs in encoding/pem"
},
{
"cve": "CVE-2025-61724",
"cwe": {
"id": "CWE-1046",
"name": "Creation of Immutable Text Using String Concatenation"
},
"discovery_date": "2025-10-29T23:01:47.202663+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407257"
}
],
"notes": [
{
"category": "description",
"text": "The Reader.ReadResponse function constructs a response string through repeated string concatenation of lines. When the number of lines in a response is large, this can cause excessive CPU consumption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/textproto: Excessive CPU consumption in Reader.ReadResponse in net/textproto",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61724"
},
{
"category": "external",
"summary": "RHBZ#2407257",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407257"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61724"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61724",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61724"
},
{
"category": "external",
"summary": "https://go.dev/cl/709859",
"url": "https://go.dev/cl/709859"
},
{
"category": "external",
"summary": "https://go.dev/issue/75716",
"url": "https://go.dev/issue/75716"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4015",
"url": "https://pkg.go.dev/vuln/GO-2025-4015"
}
],
"release_date": "2025-10-29T22:10:14.609000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "net/textproto: Excessive CPU consumption in Reader.ReadResponse in net/textproto"
},
{
"cve": "CVE-2025-61725",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:18.805163+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407249"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service vulnerability has been discovered in the golang net/mail module. The ParseAddress function constructed domain-literal address components through repeated string concatenation which when parsing large domain-literal components, could cause excessive CPU consumption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/mail: Excessive CPU consumption in ParseAddress in net/mail",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61725"
},
{
"category": "external",
"summary": "RHBZ#2407249",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407249"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61725"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61725",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61725"
},
{
"category": "external",
"summary": "https://go.dev/cl/709860",
"url": "https://go.dev/cl/709860"
},
{
"category": "external",
"summary": "https://go.dev/issue/75680",
"url": "https://go.dev/issue/75680"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4006",
"url": "https://pkg.go.dev/vuln/GO-2025-4006"
}
],
"release_date": "2025-10-29T22:10:12.255000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "net/mail: Excessive CPU consumption in ParseAddress in net/mail"
},
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61727",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2025-12-03T20:01:21.730501+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418677"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/x509 package in the Go standard library. This vulnerability allows a certificate validation bypass via an excluded subdomain constraint in a certificated chain as it does not restrict the usage of wildcard SANs in the leaf certificate.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/x509: excluded subdomain constraint does not restrict wildcard SANs",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to obtain a leaf certificate with a wildcard SAN (e.g., *.example.com) and the legitimate certificate policy must contain an excluded DNS name constraint (e.g., to prevent issuance for test.example.com), allowing an application using the crypto/x509 package to validate the certificate when it should have been rejected and to be vulnerable to MITM (man-in-the-middle) attacks. Additionally, the attacker does not have full control of what data can be read of modified during the attack. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61727"
},
{
"category": "external",
"summary": "RHBZ#2418677",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418677"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61727"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61727",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61727"
},
{
"category": "external",
"summary": "https://go.dev/cl/723900",
"url": "https://go.dev/cl/723900"
},
{
"category": "external",
"summary": "https://go.dev/issue/76442",
"url": "https://go.dev/issue/76442"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4175",
"url": "https://pkg.go.dev/vuln/GO-2025-4175"
}
],
"release_date": "2025-12-03T19:37:15.054000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/x509: excluded subdomain constraint does not restrict wildcard SANs"
},
{
"cve": "CVE-2025-61728",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:39.965024+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434431"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to be able to process a malicious zip archive with an application using the archive/zip package. Additionally, this vulnerability can cause a Go application to consume an excessive amount of CPU and memory, eventually resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "RHBZ#2434431",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434431"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://go.dev/cl/736713",
"url": "https://go.dev/cl/736713"
},
{
"category": "external",
"summary": "https://go.dev/issue/77102",
"url": "https://go.dev/issue/77102"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4342",
"url": "https://pkg.go.dev/vuln/GO-2026-4342"
}
],
"release_date": "2026-01-28T19:30:31.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, implement a timeout in your archive/zip processing logic to abort the operation if it exceeds a few seconds, preventing the application from consuming an excessive amount of resources.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-61730",
"cwe": {
"id": "CWE-325",
"name": "Missing Cryptographic Step"
},
"discovery_date": "2026-01-28T20:01:36.508659+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434430"
}
],
"notes": [
{
"category": "description",
"text": "A TLS connection handling flaw has been discovered in the golang crypto/tls library. During the TLS 1.3 handshake if multiple messages are sent in records that span encryption level boundaries (for instance the Client Hello and Encrypted Extensions messages), the subsequent messages may be processed before the encryption level changes. This can cause some minor information disclosure if a network-local attacker can inject messages during the handshake.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: Handshake messages may be processed at the incorrect encryption level in crypto/tls",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The data leak after exploitation of this vulnerability is minor, data such as Handshake message contents that should have been processed only after switching to a stronger TLS 1.3 encryption level, Protocol state details such as which handshake message was processed when, Timing and ordering information about the TLS 1.3 state.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61730"
},
{
"category": "external",
"summary": "RHBZ#2434430",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434430"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61730",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61730"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61730",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61730"
},
{
"category": "external",
"summary": "https://go.dev/cl/724120",
"url": "https://go.dev/cl/724120"
},
{
"category": "external",
"summary": "https://go.dev/issue/76443",
"url": "https://go.dev/issue/76443"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4340",
"url": "https://pkg.go.dev/vuln/GO-2026-4340"
}
],
"release_date": "2026-01-28T19:30:30.986000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: Handshake messages may be processed at the incorrect encryption level in crypto/tls"
},
{
"cve": "CVE-2025-61731",
"cwe": {
"id": "CWE-88",
"name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)"
},
"discovery_date": "2026-01-28T20:01:45.587773+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434433"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in cmd/go. An attacker can exploit this by building a malicious Go source file that uses the \u0027#cgo pkg-config:\u0027 directive. This allows the attacker to write to an arbitrary file with partial control over its content, by providing a \u0027--log-file\u0027 argument to the pkg-config command. This vulnerability can lead to arbitrary file write.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cmd/go: cmd/go: Arbitrary file write via malicious pkg-config directive",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is Important rather than Moderate because compiling a malicious Go source file can cause `pkg-config` to create or append data to files at attacker-chosen locations, subject to the permissions of the build user. This can enable unintended filesystem modifications during the build process, which can lead to broken builds, alter tool behavior, and poison caches or artifacts, even without direct code execution.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61731"
},
{
"category": "external",
"summary": "RHBZ#2434433",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434433"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61731",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61731"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61731",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61731"
},
{
"category": "external",
"summary": "https://go.dev/cl/736711",
"url": "https://go.dev/cl/736711"
},
{
"category": "external",
"summary": "https://go.dev/issue/77100",
"url": "https://go.dev/issue/77100"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4339",
"url": "https://pkg.go.dev/vuln/GO-2026-4339"
}
],
"release_date": "2026-01-28T19:30:30.844000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cmd/go: cmd/go: Arbitrary file write via malicious pkg-config directive"
},
{
"cve": "CVE-2025-61732",
"discovery_date": "2026-02-05T05:00:47.678207+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437016"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s \u0027cgo tool\u0027. This vulnerability arises from a discrepancy in how Go and C/C++ comments are parsed, which allows for malicious code to be hidden within comments and then \"smuggled\" into the compiled `cgo` binary. An attacker could exploit this to embed and execute arbitrary code, potentially leading to significant system compromise.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cmd/cgo: Go cgo: Code smuggling due to comment parsing discrepancy",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important vulnerability in the `cmd/cgo` component of the Go toolchain. A parsing discrepancy between Go and C/C++ comments could allow for code smuggling into the resulting `cgo` binary. This primarily affects systems where untrusted Go modules utilizing `cgo` are built, impacting Red Hat Enterprise Linux and OpenShift Container Platform.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61732"
},
{
"category": "external",
"summary": "RHBZ#2437016",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437016"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61732"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61732",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61732"
},
{
"category": "external",
"summary": "https://go.dev/cl/734220",
"url": "https://go.dev/cl/734220"
},
{
"category": "external",
"summary": "https://go.dev/issue/76697",
"url": "https://go.dev/issue/76697"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4433",
"url": "https://pkg.go.dev/vuln/GO-2026-4433"
}
],
"release_date": "2026-02-05T03:42:26.392000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cmd/cgo: Go cgo: Code smuggling due to comment parsing discrepancy"
},
{
"cve": "CVE-2025-68119",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"discovery_date": "2026-01-28T20:01:57.098669+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434438"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang\u0027s cmd/go module. This vulnerability allows a local attacker to achieve local code execution by downloading and building modules with specially crafted malicious version strings. On systems with Mercurial (hg) installed, this can occur when downloading modules from non-standard sources due to how external Version Control System (VCS) commands are constructed. Additionally, on systems with Git installed, providing malicious version strings to the toolchain can enable an attacker to write to arbitrary files on the filesystem. This issue is triggered by explicitly supplying these malicious version strings.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cmd/go: cmd/go: Local code execution and arbitrary file write via malicious module version strings",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is rated Moderate severity by Red Hat Product Security, because exploitation requires non-standard and intentional user behavior. \n\nThe attacker must explicitly supply a specially crafted module version string, which does not occur during normal Go module usage such as @latest or standard module paths, making the attack complexity high. \n\nAdditionally, user interaction is required, as the vulnerable behavior is only triggered when a user manually invokes the Go toolchain to download or build the malicious module.\n \nWhile successful exploitation can result in local code execution or arbitrary file modification, the combination of local access, manual input, and uncommon usage patterns significantly limits the likelihood of exploitation in typical environments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68119"
},
{
"category": "external",
"summary": "RHBZ#2434438",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434438"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68119",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68119"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68119",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68119"
},
{
"category": "external",
"summary": "https://go.dev/cl/736710",
"url": "https://go.dev/cl/736710"
},
{
"category": "external",
"summary": "https://go.dev/issue/77099",
"url": "https://go.dev/issue/77099"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4338",
"url": "https://pkg.go.dev/vuln/GO-2026-4338"
}
],
"release_date": "2026-01-28T19:30:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u0027s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cmd/go: cmd/go: Local code execution and arbitrary file write via malicious module version strings"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-25679",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2026-03-06T22:02:11.567841+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445356"
}
],
"notes": [
{
"category": "description",
"text": "The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/url: Incorrect parsing of IPv6 host literals in net/url",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "RHBZ#2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://go.dev/cl/752180",
"url": "https://go.dev/cl/752180"
},
{
"category": "external",
"summary": "https://go.dev/issue/77578",
"url": "https://go.dev/issue/77578"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4601",
"url": "https://pkg.go.dev/vuln/GO-2026-4601"
}
],
"release_date": "2026-03-06T21:28:14.211000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/url: Incorrect parsing of IPv6 host literals in net/url"
},
{
"cve": "CVE-2026-27137",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2026-03-06T22:01:38.859733+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445345"
}
],
"notes": [
{
"category": "description",
"text": "A certificate validation flaw has been discovered in the golang crypto/x509 module. When verifying a certificate chain which contains a certificate containing multiple email address constraints which share common local portions but different domain portions, these constraints will not be properly applied, and only the last constraint will be considered.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: Incorrect enforcement of email constraints in crypto/x509",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27137"
},
{
"category": "external",
"summary": "RHBZ#2445345",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445345"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27137",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27137"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27137",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27137"
},
{
"category": "external",
"summary": "https://go.dev/cl/752182",
"url": "https://go.dev/cl/752182"
},
{
"category": "external",
"summary": "https://go.dev/issue/77952",
"url": "https://go.dev/issue/77952"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4599",
"url": "https://pkg.go.dev/vuln/GO-2026-4599"
}
],
"release_date": "2026-03-06T21:28:13.748000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: Incorrect enforcement of email constraints in crypto/x509"
},
{
"cve": "CVE-2026-27138",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2026-03-06T22:01:35.939008+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445344"
}
],
"notes": [
{
"category": "description",
"text": "A certificate validation flaw has been discovered in the golang crypto/x509 module. Certificate verification can panic when a certificate in the chain has an empty DNS name and another certificate in the chain has excluded name constraints. This can crash programs that are either directly verifying X.509 certificate chains, or those that use TLS.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: Panic in name constraint checking for malformed certificates in crypto/x509",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27138"
},
{
"category": "external",
"summary": "RHBZ#2445344",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445344"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27138",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27138"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27138",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27138"
},
{
"category": "external",
"summary": "https://go.dev/cl/752183",
"url": "https://go.dev/cl/752183"
},
{
"category": "external",
"summary": "https://go.dev/issue/77953",
"url": "https://go.dev/issue/77953"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4600",
"url": "https://pkg.go.dev/vuln/GO-2026-4600"
}
],
"release_date": "2026-03-06T21:28:14+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 3.7,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "crypto/x509: Panic in name constraint checking for malformed certificates in crypto/x509"
},
{
"cve": "CVE-2026-27139",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-03-06T22:01:08.670782+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445335"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw has been discovered in the golang `os` module. On Unix platforms, when listing the contents of a directory using File.ReadDir or File.Readdir the returned FileInfo could reference a file outside of the Root in which the File was opened. The impact of this escape is limited to reading metadata provided by lstat from arbitrary locations on the filesystem without permitting reading or writing files outside the root.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "os: FileInfo can escape from a Root in golang os module",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27139"
},
{
"category": "external",
"summary": "RHBZ#2445335",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445335"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27139",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27139"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27139",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27139"
},
{
"category": "external",
"summary": "https://go.dev/cl/749480",
"url": "https://go.dev/cl/749480"
},
{
"category": "external",
"summary": "https://go.dev/issue/77827",
"url": "https://go.dev/issue/77827"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4602",
"url": "https://pkg.go.dev/vuln/GO-2026-4602"
}
],
"release_date": "2026-03-06T21:28:14.451000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 2.5,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "os: FileInfo can escape from a Root in golang os module"
},
{
"cve": "CVE-2026-27141",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2026-02-26T20:09:11.626155+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2443104"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/net/http2. A remote attacker can exploit this vulnerability by sending specially crafted HTTP/2 frames, which are data packets used in the HTTP/2 protocol. Due to a missing check for null values, processing these specific frames (types 0x0a through 0x0f) can cause the server to crash. This leads to a Denial of Service (DoS) condition, making the affected server unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/http2: golang.org/x/net/http2: Denial of Service due to malformed HTTP/2 frames",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27141"
},
{
"category": "external",
"summary": "RHBZ#2443104",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2443104"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27141",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27141"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27141",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27141"
},
{
"category": "external",
"summary": "https://go.dev/cl/746180",
"url": "https://go.dev/cl/746180"
},
{
"category": "external",
"summary": "https://go.dev/issue/77652",
"url": "https://go.dev/issue/77652"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4559",
"url": "https://pkg.go.dev/vuln/GO-2026-4559"
}
],
"release_date": "2026-02-26T18:50:31.830000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/net/http2: golang.org/x/net/http2: Denial of Service due to malformed HTTP/2 frames"
},
{
"cve": "CVE-2026-27142",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2026-03-06T22:01:56.662646+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445351"
}
],
"notes": [
{
"category": "description",
"text": "An input escaping flaw has been discovered in the golang html/template module. Actions which insert URLs into the content attribute of HTML meta tags are not escaped. This can allow XSS if the meta tag also has an http-equiv attribute with the value \"refresh\". A new GODEBUG setting has been added, htmlmetacontenturlescape, which can be used to disable escaping URLs in actions in the meta content attribute which follow \"url=\" by setting htmlmetacontenturlescape=0.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "html/template: URLs in meta content attribute actions are not escaped in html/template",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27142"
},
{
"category": "external",
"summary": "RHBZ#2445351",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445351"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27142",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27142"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27142",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27142"
},
{
"category": "external",
"summary": "https://go.dev/cl/752081",
"url": "https://go.dev/cl/752081"
},
{
"category": "external",
"summary": "https://go.dev/issue/77954",
"url": "https://go.dev/issue/77954"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4603",
"url": "https://pkg.go.dev/vuln/GO-2026-4603"
}
],
"release_date": "2026-03-06T21:28:14.674000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "html/template: URLs in meta content attribute actions are not escaped in html/template"
},
{
"cve": "CVE-2026-27143",
"cwe": {
"id": "CWE-733",
"name": "Compiler Optimization Removal or Modification of Security-critical Code"
},
"discovery_date": "2026-04-08T02:01:29.491546+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456342"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the cmd/compile package in the Go standard library. The compiler fails to correctly check for integer overflow or underflow in arithmetic operations involving loop induction variables. As a result, the compiler allows invalid memory indexing to occur at runtime, potentially leading to memory corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: cmd/compile: possible memory corruption after bound check elimination",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is only exploitable in applications that contain a loop structure that relies on an induction variable. An induction variable is a variable that gets modified, usually incremented or decremented, by a predictable amount on each iteration. Inside the loop, the induction variable must be directly used as the index to access or modify elements within an array or a slice. Additionally, an attacker must be able to cause an integer overflow or underflow in the induction variable to trigger this issue. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27143"
},
{
"category": "external",
"summary": "RHBZ#2456342",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456342"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27143",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27143"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27143",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27143"
},
{
"category": "external",
"summary": "https://go.dev/cl/763765",
"url": "https://go.dev/cl/763765"
},
{
"category": "external",
"summary": "https://go.dev/issue/78333",
"url": "https://go.dev/issue/78333"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4868",
"url": "https://pkg.go.dev/vuln/GO-2026-4868"
}
],
"release_date": "2026-04-08T01:06:57.168000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, strictly sanitize and enforce bounds checking on any untrusted user input that influences loop counters, iteration limits, or memory indices. If there is no integer overflow or underflow, the out-of-bounds access cannot occur.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: cmd/compile: possible memory corruption after bound check elimination"
},
{
"cve": "CVE-2026-27144",
"cwe": {
"id": "CWE-440",
"name": "Expected Behavior Violation"
},
"discovery_date": "2026-04-08T02:01:22.896153+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456340"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the cmd/compile package in the Go standard library. A no-op interface conversion prevented the compiler from correctly identifying non-overlapping memory moves. As a result, the compiler allows unsafe memory move operations to occur at runtime, potentially causing data corruption, memory corruption or unexpected application behavior.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: cmd/compile: no-op interface conversion bypasses overlap checking",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is only exploitable in applications that contain a memory move or copy operation that is subject to a no-op (no-operation) interface conversion. Furthermore, the source and destination memory addresses involved in the move or copy must overlap and an attacker must be able to supply an input that triggers this specific operation. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27144"
},
{
"category": "external",
"summary": "RHBZ#2456340",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456340"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27144"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27144",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27144"
},
{
"category": "external",
"summary": "https://go.dev/cl/763764",
"url": "https://go.dev/cl/763764"
},
{
"category": "external",
"summary": "https://go.dev/issue/78371",
"url": "https://go.dev/issue/78371"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4867",
"url": "https://pkg.go.dev/vuln/GO-2026-4867"
}
],
"release_date": "2026-04-08T01:06:56.908000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "To mitigate this issue, review code that performs memory copies or struct assignments. If data is being passed through an interface (such as \u0027any\u0027 or \u0027interface{}\u0027) just before a move operation, refactor the code to use concrete types or explicit pointers instead.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: cmd/compile: no-op interface conversion bypasses overlap checking"
},
{
"cve": "CVE-2026-32281",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2026-04-08T02:01:00.930989+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456333"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s `crypto/x509` package. A remote attacker could exploit this by presenting a specially crafted certificate chain containing a large number of policy mappings. This inefficient validation process consumes excessive resources, which can lead to a denial of service (DoS) for applications or systems performing certificate validation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Go crypto/x509: Denial of Service via inefficient certificate chain validation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw occurs during the validation of otherwise trusted certificate chains that contain a large number of policy mappings, leading to excessive resource consumption. Exploitation requires an attacker to present a specially crafted, yet trusted, certificate chain which would require the attacker has already compromised a trusted certificate root. Red Hat continuously monitors certificate authorities and curates the set which is trusted by default for Red Hat products.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32281"
},
{
"category": "external",
"summary": "RHBZ#2456333",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456333"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32281",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32281"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32281",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32281"
},
{
"category": "external",
"summary": "https://go.dev/cl/758061",
"url": "https://go.dev/cl/758061"
},
{
"category": "external",
"summary": "https://go.dev/issue/78281",
"url": "https://go.dev/issue/78281"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4946",
"url": "https://pkg.go.dev/vuln/GO-2026-4946"
}
],
"release_date": "2026-04-08T01:06:58.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/x509: golang: Go crypto/x509: Denial of Service via inefficient certificate chain validation"
},
{
"cve": "CVE-2026-32282",
"cwe": {
"id": "CWE-367",
"name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
},
"discovery_date": "2026-04-08T02:01:12.683211+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456336"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the internal/syscall/unix package in the Go standard library. If the target of the `Root.Chmod` function is replaced with a symbolic link during execution, specifically after `Root.Chmod` checks the target but before acting, the `chmod` operation will be performed on the file the symbolic link points to. This issue can bypass directory restrictions and lead to unauthorized permission changes on the filesystem.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs access to the system and the required permissions to create a symbolic link. Additionally, the attacker must swap the target file with a symbolic link in the exact window after the `Root.Chmod` function checks its target but before acting. Due to these conditions, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32282"
},
{
"category": "external",
"summary": "RHBZ#2456336",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456336"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32282",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32282"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32282",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32282"
},
{
"category": "external",
"summary": "https://go.dev/cl/763761",
"url": "https://go.dev/cl/763761"
},
{
"category": "external",
"summary": "https://go.dev/issue/78293",
"url": "https://go.dev/issue/78293"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4864",
"url": "https://pkg.go.dev/vuln/GO-2026-4864"
}
],
"release_date": "2026-04-08T01:06:55.953000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root"
},
{
"cve": "CVE-2026-32283",
"cwe": {
"id": "CWE-764",
"name": "Multiple Locks of a Critical Resource"
},
"discovery_date": "2026-04-08T02:01:16.213799+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456338"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `crypto/tls` package within the Go (golang) standard library, specifically affecting TLS 1.3 connections. A remote attacker can exploit this vulnerability by sending multiple key update messages in a single record after the handshake. This can cause the connection to deadlock, leading to uncontrolled consumption of resources and ultimately a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32283"
},
{
"category": "external",
"summary": "RHBZ#2456338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456338"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32283",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32283"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32283",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32283"
},
{
"category": "external",
"summary": "https://go.dev/cl/763767",
"url": "https://go.dev/cl/763767"
},
{
"category": "external",
"summary": "https://go.dev/issue/78334",
"url": "https://go.dev/issue/78334"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4870",
"url": "https://pkg.go.dev/vuln/GO-2026-4870"
}
],
"release_date": "2026-04-08T01:06:57.670000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/tls: golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages"
},
{
"cve": "CVE-2026-32288",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-08T02:00:57.624222+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456332"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s `archive/tar` package. A remote attacker could exploit this vulnerability by providing a maliciously-crafted archive file. When the `tar.Reader` processes an archive containing a large number of sparse regions in the \"old GNU sparse map\" format, it can lead to unbounded memory allocation. This can result in a Denial of Service (DoS) condition, making the affected application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "archive/tar: golang: Go\u0027s archive/tar package: Denial of Service via maliciously-crafted archive",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32288"
},
{
"category": "external",
"summary": "RHBZ#2456332",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456332"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32288",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32288"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32288",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32288"
},
{
"category": "external",
"summary": "https://go.dev/cl/763766",
"url": "https://go.dev/cl/763766"
},
{
"category": "external",
"summary": "https://go.dev/issue/78301",
"url": "https://go.dev/issue/78301"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4869",
"url": "https://pkg.go.dev/vuln/GO-2026-4869"
}
],
"release_date": "2026-04-08T01:06:57.416000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "archive/tar: golang: Go\u0027s archive/tar package: Denial of Service via maliciously-crafted archive"
},
{
"cve": "CVE-2026-32289",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2026-04-08T02:01:05.911683+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456334"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `html/template` package. This vulnerability arises from improper tracking of context and brace depth within JavaScript (JS) template literals. A remote attacker could exploit these issues to cause content to be incorrectly or improperly escaped, leading to Cross-Site Scripting (XSS) vulnerabilities. This could allow an attacker to inject malicious scripts into web pages viewed by other users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "html/template: golang: html/template: Cross-Site Scripting (XSS) via improper context and brace depth tracking in JS template literals",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32289"
},
{
"category": "external",
"summary": "RHBZ#2456334",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456334"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32289",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32289"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32289",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32289"
},
{
"category": "external",
"summary": "https://go.dev/cl/763762",
"url": "https://go.dev/cl/763762"
},
{
"category": "external",
"summary": "https://go.dev/issue/78331",
"url": "https://go.dev/issue/78331"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4865",
"url": "https://pkg.go.dev/vuln/GO-2026-4865"
}
],
"release_date": "2026-04-08T01:06:56.297000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "html/template: golang: html/template: Cross-Site Scripting (XSS) via improper context and brace depth tracking in JS template literals"
},
{
"cve": "CVE-2026-33809",
"cwe": {
"id": "CWE-1285",
"name": "Improper Validation of Specified Index, Position, or Offset in Input"
},
"discovery_date": "2026-03-25T19:01:55.384019+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2451437"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/image/tiff. A remote attacker could exploit this vulnerability by providing a maliciously crafted Tagged Image File Format (TIFF) file. This could cause the image decoding process to attempt to allocate up to 4 gigabytes (GiB) of memory. The excessive resource consumption or an out-of-memory error would lead to a Denial of Service (DoS) condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: golang.org/x/image/tiff: golang.org/x/image/tiff: Denial of Service via maliciously crafted TIFF file",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33809"
},
{
"category": "external",
"summary": "RHBZ#2451437",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2451437"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33809",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33809"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33809",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33809"
},
{
"category": "external",
"summary": "https://go.dev/cl/757660",
"url": "https://go.dev/cl/757660"
},
{
"category": "external",
"summary": "https://go.dev/issue/78267",
"url": "https://go.dev/issue/78267"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4815",
"url": "https://pkg.go.dev/vuln/GO-2026-4815"
}
],
"release_date": "2026-03-25T18:24:04.222000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: golang.org/x/image/tiff: golang.org/x/image/tiff: Denial of Service via maliciously crafted TIFF file"
},
{
"cve": "CVE-2026-33810",
"cwe": {
"id": "CWE-1289",
"name": "Improper Validation of Unsafe Equivalence in Input"
},
"discovery_date": "2026-04-08T02:01:09.100830+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456335"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `crypto/x509` package within Go (golang). When verifying a certificate chain, excluded DNS (Domain Name System) constraints are not correctly applied to wildcard DNS Subject Alternative Names (SANs) if the case of the SAN differs from the constraint. This oversight could allow an attacker to bypass certificate validation, potentially leading to the acceptance of a malicious certificate that should have been rejected. This issue specifically impacts the validation of trusted certificate chains.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Go crypto/x509: Certificate validation bypass due to incorrect DNS constraint application",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33810"
},
{
"category": "external",
"summary": "RHBZ#2456335",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456335"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33810",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33810"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33810",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33810"
},
{
"category": "external",
"summary": "https://go.dev/cl/763763",
"url": "https://go.dev/cl/763763"
},
{
"category": "external",
"summary": "https://go.dev/issue/78332",
"url": "https://go.dev/issue/78332"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4866",
"url": "https://pkg.go.dev/vuln/GO-2026-4866"
}
],
"release_date": "2026-04-08T01:06:56.546000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T11:00:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7291"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Go crypto/x509: Certificate validation bypass due to incorrect DNS constraint application"
}
]
}
RHSA-2026:7385
Vulnerability from csaf_redhat - Published: 2026-04-10 14:24 - Updated: 2026-06-21 13:56A path traversal vulnerability has been identified in the Go os package affecting the Root abstraction, where improper handling of trailing path separators could allow access to the parent directory of a configured root directory. By supplying a filename ending in "../", an attacker may be able to open the immediate parent directory of the intended Root. Although this escape does not allow traversal to higher-level ancestors or direct access to files within the parent directory, it may expose directory metadata or unintended filesystem structure if the application passes untrusted path input to Root.Open.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A CrossOriginProtection bypass has been discovered in the golang net/http package. When using http.CrossOriginProtection, the AddInsecureBypassPattern method can unexpectedly bypass more requests than intended. CrossOriginProtection then skips validation, but forwards the original request path, which may be served by a different handler without the intended security protections.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
The html.Parse function in golang.org/x/net/html has quadratic parsing complexity when processing certain inputs, which can lead to denial of service (DoS) if an attacker provides specially crafted HTML content.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@src | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@x86_64 | — |
Vendor Fix
fix
|
The Parse function permits values other than IPv6 addresses to be included in square brackets within the host component of a URL. RFC 3986 permits IPv6 addresses to be included within the host component, enclosed within square brackets. For example: "http://[::1]/". IPv4 addresses and hostnames must not appear within square brackets. Parse did not enforce this requirement.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@src | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the SSH Agent servers component (golang.org/x/crypto/ssh/agent). This vulnerability allows a remote attacker to cause a denial of service (DoS) by sending a specially crafted, malformed message during new identity requests. The server fails to validate the size of these messages, leading to an out-of-bounds read that can cause the program to panic and terminate.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@src | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@x86_64 | — |
Vendor Fix
fix
|
A flaw was found in golang.org/x/crypto/ssh. An attacker can exploit this vulnerability by sending specially crafted GSSAPI (Generic Security Service Application Program Interface) authentication requests to an SSH (Secure Shell) server. The server fails to validate the number of mechanisms specified in these requests, leading to unbounded memory consumption. This can result in a Denial of Service (DoS), making the SSH server unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@src | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A memory exhaustion flaw has been discovered in the golang encoding/asn1 module. Within parseSequenceOf, reflect.MakeSlice is being used to pre-allocate a slice that is needed in order to fully validate the given DER payload. The size of the slice allocated are also multiple times larger than the input DER. As a result, a malicious actor can craft a big empty DER payload, resulting in an unnecessary large allocation of memories. This can be a way to cause memory exhaustion.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
Despite HTTP headers having a default limit of 1MB, the number of cookies that can be parsed does not have a limit. By sending a lot of very small cookies such as "a=;", an attacker can make an HTTP server allocate a large amount of structs, causing large memory consumption.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@src | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@x86_64 | — |
Vendor Fix
fix
|
A potential denial of service flaw has been discovered in golang's crypto/x509 module. Due to the design of the name constraint checking algorithm, the processing time of some inputs scales non-linearly with respect to the size of the certificate. This affects programs which validate arbitrary certificate chains.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A denial of service vector has been discovered in the golang crypto/x509 module. An attacker could craft an intermediate X.509 certificate containing a DSA public key and can crash a remote host with an unauthenticated call to any endpoint that verifies the certificate chain.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
The crypto/tls conn.Handshake method returns an error on the server-side when ALPN negotation fails which can contain arbitrary attacker controlled information provided by the client-side of the connection which is not escaped. This affects programs which log these errors without any additional form of sanitization, and may allow injection of attacker controlled information into logs.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
The html.Parse function in golang.org/x/net/html has an infinite parsing loop when processing certain inputs, which can lead to denial of service (DoS) in an exposed go application if an attacker provides specially crafted HTML content.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A potential denial of service flaw has been discovered in the golang encoding/pem module. Due to the design of the PEM parsing function, the processing time for some inputs scales non-linearly with respect to the size of the input. This affects programs which parse untrusted PEM inputs and may result in an unresponsive program should an attacker exploit it.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
The Reader.ReadResponse function constructs a response string through repeated string concatenation of lines. When the number of lines in a response is large, this can cause excessive CPU consumption.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@src | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@x86_64 | — |
Vendor Fix
fix
|
A denial of service vulnerability has been discovered in the golang net/mail module. The ParseAddress function constructed domain-literal address components through repeated string concatenation which when parsing large domain-literal components, could cause excessive CPU consumption.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the crypto/x509 package in the Go standard library. This vulnerability allows a certificate validation bypass via an excluded subdomain constraint in a certificated chain as it does not restrict the usage of wildcard SANs in the leaf certificate.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@src | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@x86_64 | — |
Vendor Fix
fix
|
A TLS connection handling flaw has been discovered in the golang crypto/tls library. During the TLS 1.3 handshake if multiple messages are sent in records that span encryption level boundaries (for instance the Client Hello and Encrypted Extensions messages), the subsequent messages may be processed before the encryption level changes. This can cause some minor information disclosure if a network-local attacker can inject messages during the handshake.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in cmd/go. An attacker can exploit this by building a malicious Go source file that uses the '#cgo pkg-config:' directive. This allows the attacker to write to an arbitrary file with partial control over its content, by providing a '--log-file' argument to the pkg-config command. This vulnerability can lead to arbitrary file write.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go's 'cgo tool'. This vulnerability arises from a discrepancy in how Go and C/C++ comments are parsed, which allows for malicious code to be hidden within comments and then "smuggled" into the compiled `cgo` binary. An attacker could exploit this to embed and execute arbitrary code, potentially leading to significant system compromise.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@src | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@x86_64 | — |
Vendor Fix
fix
|
A flaw was found in Golang's cmd/go module. This vulnerability allows a local attacker to achieve local code execution by downloading and building modules with specially crafted malicious version strings. On systems with Mercurial (hg) installed, this can occur when downloading modules from non-standard sources due to how external Version Control System (VCS) commands are constructed. Additionally, on systems with Git installed, providing malicious version strings to the toolchain can enable an attacker to write to arbitrary files on the filesystem. This issue is triggered by explicitly supplying these malicious version strings.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@src | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@x86_64 | — |
Vendor Fix
fix
|
The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A path traversal flaw has been discovered in the golang `os` module. On Unix platforms, when listing the contents of a directory using File.ReadDir or File.Readdir the returned FileInfo could reference a file outside of the Root in which the File was opened. The impact of this escape is limited to reading metadata provided by lstat from arbitrary locations on the filesystem without permitting reading or writing files outside the root.
CWE-22 - Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang.org/x/net/http2. A remote attacker can exploit this vulnerability by sending specially crafted HTTP/2 frames, which are data packets used in the HTTP/2 protocol. Due to a missing check for null values, processing these specific frames (types 0x0a through 0x0f) can cause the server to crash. This leads to a Denial of Service (DoS) condition, making the affected server unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the cmd/compile package in the Go standard library. The compiler fails to correctly check for integer overflow or underflow in arithmetic operations involving loop induction variables. As a result, the compiler allows invalid memory indexing to occur at runtime, potentially leading to memory corruption.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the cmd/compile package in the Go standard library. A no-op interface conversion prevented the compiler from correctly identifying non-overlapping memory moves. As a result, the compiler allows unsafe memory move operations to occur at runtime, potentially causing data corruption, memory corruption or unexpected application behavior.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go's `crypto/x509` package. A remote attacker could exploit this by presenting a specially crafted certificate chain containing a large number of policy mappings. This inefficient validation process consumes excessive resources, which can lead to a denial of service (DoS) for applications or systems performing certificate validation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the internal/syscall/unix package in the Go standard library. If the target of the `Root.Chmod` function is replaced with a symbolic link during execution, specifically after `Root.Chmod` checks the target but before acting, the `chmod` operation will be performed on the file the symbolic link points to. This issue can bypass directory restrictions and lead to unauthorized permission changes on the filesystem.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the `crypto/tls` package within the Go (golang) standard library, specifically affecting TLS 1.3 connections. A remote attacker can exploit this vulnerability by sending multiple key update messages in a single record after the handshake. This can cause the connection to deadlock, leading to uncontrolled consumption of resources and ultimately a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@src | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@x86_64 | — |
Vendor Fix
fix
|
A flaw was found in Go's `archive/tar` package. A remote attacker could exploit this vulnerability by providing a maliciously-crafted archive file. When the `tar.Reader` processes an archive containing a large number of sparse regions in the "old GNU sparse map" format, it can lead to unbounded memory allocation. This can result in a Denial of Service (DoS) condition, making the affected application unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the `html/template` package. This vulnerability arises from improper tracking of context and brace depth within JavaScript (JS) template literals. A remote attacker could exploit these issues to cause content to be incorrectly or improperly escaped, leading to Cross-Site Scripting (XSS) vulnerabilities. This could allow an attacker to inject malicious scripts into web pages viewed by other users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang.org/x/image/tiff. A remote attacker could exploit this vulnerability by providing a maliciously crafted Tagged Image File Format (TIFF) file. This could cause the image decoding process to attempt to allocate up to 4 gigabytes (GiB) of memory. The excessive resource consumption or an out-of-memory error would lead to a Denial of Service (DoS) condition.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang.org/x/image. A remote attacker could exploit this vulnerability by providing a specially crafted WEBP image with an invalid, large size. This could cause the application to panic and crash on 32-bit platforms, leading to a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@src | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-25-main@x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for Red Hat Hardened Images RPMs is now available.",
"title": "Topic"
},
{
"category": "general",
"text": "This update includes the following RPMs:",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:7385",
"url": "https://access.redhat.com/errata/RHSA-2026:7385"
},
{
"category": "external",
"summary": "https://images.redhat.com/",
"url": "https://images.redhat.com/"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27141",
"url": "https://access.redhat.com/security/cve/CVE-2026-27141"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58190",
"url": "https://access.redhat.com/security/cve/CVE-2025-58190"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47911",
"url": "https://access.redhat.com/security/cve/CVE-2025-47911"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22873",
"url": "https://access.redhat.com/security/cve/CVE-2025-22873"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68119",
"url": "https://access.redhat.com/security/cve/CVE-2025-68119"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61732",
"url": "https://access.redhat.com/security/cve/CVE-2025-61732"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61731",
"url": "https://access.redhat.com/security/cve/CVE-2025-61731"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61725",
"url": "https://access.redhat.com/security/cve/CVE-2025-61725"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61724",
"url": "https://access.redhat.com/security/cve/CVE-2025-61724"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61723",
"url": "https://access.redhat.com/security/cve/CVE-2025-61723"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58186",
"url": "https://access.redhat.com/security/cve/CVE-2025-58186"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58185",
"url": "https://access.redhat.com/security/cve/CVE-2025-58185"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58181",
"url": "https://access.redhat.com/security/cve/CVE-2025-58181"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47914",
"url": "https://access.redhat.com/security/cve/CVE-2025-47914"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47912",
"url": "https://access.redhat.com/security/cve/CVE-2025-47912"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47910",
"url": "https://access.redhat.com/security/cve/CVE-2025-47910"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68121",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61730",
"url": "https://access.redhat.com/security/cve/CVE-2025-61730"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58189",
"url": "https://access.redhat.com/security/cve/CVE-2025-58189"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58187",
"url": "https://access.redhat.com/security/cve/CVE-2025-58187"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58188",
"url": "https://access.redhat.com/security/cve/CVE-2025-58188"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61728",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33809",
"url": "https://access.redhat.com/security/cve/CVE-2026-33809"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32289",
"url": "https://access.redhat.com/security/cve/CVE-2026-32289"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32288",
"url": "https://access.redhat.com/security/cve/CVE-2026-32288"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32283",
"url": "https://access.redhat.com/security/cve/CVE-2026-32283"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32282",
"url": "https://access.redhat.com/security/cve/CVE-2026-32282"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32281",
"url": "https://access.redhat.com/security/cve/CVE-2026-32281"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27144",
"url": "https://access.redhat.com/security/cve/CVE-2026-27144"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27143",
"url": "https://access.redhat.com/security/cve/CVE-2026-27143"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61727",
"url": "https://access.redhat.com/security/cve/CVE-2025-61727"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25679",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27139",
"url": "https://access.redhat.com/security/cve/CVE-2026-27139"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33813",
"url": "https://access.redhat.com/security/cve/CVE-2026-33813"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42503",
"url": "https://access.redhat.com/security/cve/CVE-2026-42503"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_7385.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Hardened Images RPMs bug fix and enhancement update",
"tracking": {
"current_release_date": "2026-06-21T13:56:29+00:00",
"generator": {
"date": "2026-06-21T13:56:29+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2026:7385",
"initial_release_date": "2026-04-10T14:24:10+00:00",
"revision_history": [
{
"date": "2026-04-10T14:24:10+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-07T03:11:40+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-21T13:56:29+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Hardened Images",
"product": {
"name": "Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:hummingbird:1"
}
}
}
],
"category": "product_family",
"name": "Red Hat Hardened Images"
},
{
"branches": [
{
"category": "product_version",
"name": "golang1-25-main@aarch64",
"product": {
"name": "golang1-25-main@aarch64",
"product_id": "golang1-25-main@aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang1.25@1.25.9-1.hum1?arch=aarch64\u0026distro=hummingbird-20251124\u0026repository_id=public-hummingbird-aarch64-rpms"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "golang1-25-main@src",
"product": {
"name": "golang1-25-main@src",
"product_id": "golang1-25-main@src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang1.25@1.25.9-1.hum1?arch=src\u0026distro=hummingbird-20251124\u0026repository_id=public-hummingbird-source-rpms"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "golang1-25-main@x86_64",
"product": {
"name": "golang1-25-main@x86_64",
"product_id": "golang1-25-main@x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang1.25@1.25.9-1.hum1?arch=x86_64\u0026distro=hummingbird-20251124\u0026repository_id=public-hummingbird-x86_64-rpms"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "golang1-25-main@noarch",
"product": {
"name": "golang1-25-main@noarch",
"product_id": "golang1-25-main@noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang1.25-docs@1.25.9-1.hum1?arch=noarch\u0026distro=hummingbird-20251124\u0026repository_id=public-hummingbird-x86_64-rpms"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "golang1-25-main@aarch64 as a component of Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images:golang1-25-main@aarch64"
},
"product_reference": "golang1-25-main@aarch64",
"relates_to_product_reference": "Red Hat Hardened Images"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang1-25-main@noarch as a component of Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images:golang1-25-main@noarch"
},
"product_reference": "golang1-25-main@noarch",
"relates_to_product_reference": "Red Hat Hardened Images"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang1-25-main@src as a component of Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images:golang1-25-main@src"
},
"product_reference": "golang1-25-main@src",
"relates_to_product_reference": "Red Hat Hardened Images"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang1-25-main@x86_64 as a component of Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images:golang1-25-main@x86_64"
},
"product_reference": "golang1-25-main@x86_64",
"relates_to_product_reference": "Red Hat Hardened Images"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22873",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-02-05T00:01:17.475869+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2436992"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal vulnerability has been identified in the Go os package affecting the Root abstraction, where improper handling of trailing path separators could allow access to the parent directory of a configured root directory. By supplying a filename ending in \"../\", an attacker may be able to open the immediate parent directory of the intended Root. Although this escape does not allow traversal to higher-level ancestors or direct access to files within the parent directory, it may expose directory metadata or unintended filesystem structure if the application passes untrusted path input to Root.Open.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "os: os: Information disclosure via path traversal using specially crafted filenames",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security classified this issue as Moderate.\n\nThe flaw exists in a local filesystem abstraction within the Go standard library, it can also be exploited remotely in applications that accept attacker-controlled path input over a network and pass it to Root.Open without proper validation. The attack complexity is low, as exploitation requires only appending \"../\" to the supplied path. However, the impact is limited: the flaw permits opening only the immediate parent directory, not arbitrary filesystem locations or files contained within that directory. There is no direct impact on file integrity or application availability. These constraints limit the practical exposure of the issue while still represents a boundary bypass and may expose unintended filesystem metadata. The issue does not permit traversal beyond the parent directory, modification of files, or broader system compromise, thereby constraining its overall impact.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22873"
},
{
"category": "external",
"summary": "RHBZ#2436992",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2436992"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22873"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22873",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22873"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2025/05/06/2",
"url": "http://www.openwall.com/lists/oss-security/2025/05/06/2"
},
{
"category": "external",
"summary": "https://go.dev/cl/670036",
"url": "https://go.dev/cl/670036"
},
{
"category": "external",
"summary": "https://go.dev/issue/73555",
"url": "https://go.dev/issue/73555"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/UZoIkUT367A/m/5WDxKizJAQAJ",
"url": "https://groups.google.com/g/golang-announce/c/UZoIkUT367A/m/5WDxKizJAQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4403",
"url": "https://pkg.go.dev/vuln/GO-2026-4403"
}
],
"release_date": "2026-02-04T23:05:24.803000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-10T14:24:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7385"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "os: os: Information disclosure via path traversal using specially crafted filenames"
},
{
"cve": "CVE-2025-47910",
"cwe": {
"id": "CWE-440",
"name": "Expected Behavior Violation"
},
"discovery_date": "2025-09-22T22:00:44.572202+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2397528"
}
],
"notes": [
{
"category": "description",
"text": "A CrossOriginProtection bypass has been discovered in the golang net/http package. When using http.CrossOriginProtection, the AddInsecureBypassPattern method can unexpectedly bypass more requests than intended. CrossOriginProtection then skips validation, but forwards the original request path, which may be served by a different handler without the intended security protections.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/http: CrossOriginProtection bypass in net/http",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47910"
},
{
"category": "external",
"summary": "RHBZ#2397528",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2397528"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47910"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47910",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47910"
},
{
"category": "external",
"summary": "https://go.dev/cl/699275",
"url": "https://go.dev/cl/699275"
},
{
"category": "external",
"summary": "https://go.dev/issue/75054",
"url": "https://go.dev/issue/75054"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/PtW9VW21NPs/m/DJhMQ-m5AQAJ",
"url": "https://groups.google.com/g/golang-announce/c/PtW9VW21NPs/m/DJhMQ-m5AQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3955",
"url": "https://pkg.go.dev/vuln/GO-2025-3955"
}
],
"release_date": "2025-09-22T21:01:55.440000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-10T14:24:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7385"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "net/http: CrossOriginProtection bypass in net/http"
},
{
"cve": "CVE-2025-47911",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2026-02-05T18:01:23.423406+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437109"
}
],
"notes": [
{
"category": "description",
"text": "The html.Parse function in golang.org/x/net/html has quadratic parsing complexity when processing certain inputs, which can lead to denial of service (DoS) if an attacker provides specially crafted HTML content.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/html: Quadratic parsing complexity in golang.org/x/net/html",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47911"
},
{
"category": "external",
"summary": "RHBZ#2437109",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437109"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47911",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47911"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47911",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47911"
},
{
"category": "external",
"summary": "https://github.com/golang/vulndb/issues/4440",
"url": "https://github.com/golang/vulndb/issues/4440"
},
{
"category": "external",
"summary": "https://go.dev/cl/709876",
"url": "https://go.dev/cl/709876"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/jnQcOYpiR2c",
"url": "https://groups.google.com/g/golang-announce/c/jnQcOYpiR2c"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4440",
"url": "https://pkg.go.dev/vuln/GO-2026-4440"
}
],
"release_date": "2026-02-05T17:48:44.562000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-10T14:24:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7385"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/net/html: Quadratic parsing complexity in golang.org/x/net/html"
},
{
"cve": "CVE-2025-47912",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-10-29T23:01:06.642219+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407247"
}
],
"notes": [
{
"category": "description",
"text": "The Parse function permits values other than IPv6 addresses to be included in square brackets within the host component of a URL. RFC 3986 permits IPv6 addresses to be included within the host component, enclosed within square brackets. For example: \"http://[::1]/\". IPv4 addresses and hostnames must not appear within square brackets. Parse did not enforce this requirement.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/url: Insufficient validation of bracketed IPv6 hostnames in net/url",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47912"
},
{
"category": "external",
"summary": "RHBZ#2407247",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407247"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47912"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47912",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47912"
},
{
"category": "external",
"summary": "https://go.dev/cl/709857",
"url": "https://go.dev/cl/709857"
},
{
"category": "external",
"summary": "https://go.dev/issue/75678",
"url": "https://go.dev/issue/75678"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4010",
"url": "https://pkg.go.dev/vuln/GO-2025-4010"
}
],
"release_date": "2025-10-29T22:10:13.435000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-10T14:24:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7385"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "net/url: Insufficient validation of bracketed IPv6 hostnames in net/url"
},
{
"cve": "CVE-2025-47914",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2025-11-19T21:01:06.202641+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2416000"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the SSH Agent servers component (golang.org/x/crypto/ssh/agent). This vulnerability allows a remote attacker to cause a denial of service (DoS) by sending a specially crafted, malformed message during new identity requests. The server fails to validate the size of these messages, leading to an out-of-bounds read that can cause the program to panic and terminate.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh/agent: SSH Agent servers: Denial of Service due to malformed messages",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat products. The golang.org/x/crypto/ssh/agent library, when used in SSH Agent servers, does not properly validate the size of messages during new identity requests. A specially crafted malformed message can lead to an out-of-bounds read, causing the program to panic and resulting in a denial of service.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47914"
},
{
"category": "external",
"summary": "RHBZ#2416000",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2416000"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47914"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47914",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47914"
},
{
"category": "external",
"summary": "https://go.dev/cl/721960",
"url": "https://go.dev/cl/721960"
},
{
"category": "external",
"summary": "https://go.dev/issue/76364",
"url": "https://go.dev/issue/76364"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/w-oX3UxNcZA",
"url": "https://groups.google.com/g/golang-announce/c/w-oX3UxNcZA"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4135",
"url": "https://pkg.go.dev/vuln/GO-2025-4135"
}
],
"release_date": "2025-11-19T20:33:43.126000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-10T14:24:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7385"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/crypto/ssh/agent: SSH Agent servers: Denial of Service due to malformed messages"
},
{
"cve": "CVE-2025-58181",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-11-19T21:00:50.197590+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2415997"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/crypto/ssh. An attacker can exploit this vulnerability by sending specially crafted GSSAPI (Generic Security Service Application Program Interface) authentication requests to an SSH (Secure Shell) server. The server fails to validate the number of mechanisms specified in these requests, leading to unbounded memory consumption. This can result in a Denial of Service (DoS), making the SSH server unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Denial of Service via unbounded memory consumption in GSSAPI authentication",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat. SSH servers utilizing `golang.org/x/crypto/ssh` and configured to process GSSAPI authentication requests are susceptible to unbounded memory consumption. An attacker can exploit this by sending specially crafted GSSAPI authentication requests, potentially leading to a denial of service.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58181"
},
{
"category": "external",
"summary": "RHBZ#2415997",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2415997"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58181"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58181",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58181"
},
{
"category": "external",
"summary": "https://go.dev/cl/721961",
"url": "https://go.dev/cl/721961"
},
{
"category": "external",
"summary": "https://go.dev/issue/76363",
"url": "https://go.dev/issue/76363"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/w-oX3UxNcZA",
"url": "https://groups.google.com/g/golang-announce/c/w-oX3UxNcZA"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4134",
"url": "https://pkg.go.dev/vuln/GO-2025-4134"
}
],
"release_date": "2025-11-19T20:33:42.795000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-10T14:24:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7385"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Denial of Service via unbounded memory consumption in GSSAPI authentication"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-10T14:24:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7385"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"cve": "CVE-2025-58185",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:25.877898+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407251"
}
],
"notes": [
{
"category": "description",
"text": "A memory exhaustion flaw has been discovered in the golang encoding/asn1 module. Within parseSequenceOf, reflect.MakeSlice is being used to pre-allocate a slice that is needed in order to fully validate the given DER payload. The size of the slice allocated are also multiple times larger than the input DER. As a result, a malicious actor can craft a big empty DER payload, resulting in an unnecessary large allocation of memories. This can be a way to cause memory exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "encoding/asn1: Parsing DER payload can cause memory exhaustion in encoding/asn1",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58185"
},
{
"category": "external",
"summary": "RHBZ#2407251",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407251"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58185"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58185",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58185"
},
{
"category": "external",
"summary": "https://github.com/golang/go/commit/8709a41d5ef7321f486a1857f189c3fee20e8edd",
"url": "https://github.com/golang/go/commit/8709a41d5ef7321f486a1857f189c3fee20e8edd"
},
{
"category": "external",
"summary": "https://go.dev/cl/709856",
"url": "https://go.dev/cl/709856"
},
{
"category": "external",
"summary": "https://go.dev/issue/75671",
"url": "https://go.dev/issue/75671"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4011",
"url": "https://pkg.go.dev/vuln/GO-2025-4011"
}
],
"release_date": "2025-10-29T22:10:13.682000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-10T14:24:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7385"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "encoding/asn1: Parsing DER payload can cause memory exhaustion in encoding/asn1"
},
{
"cve": "CVE-2025-58186",
"discovery_date": "2025-10-29T23:01:22.260983+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407250"
}
],
"notes": [
{
"category": "description",
"text": "Despite HTTP headers having a default limit of 1MB, the number of cookies that can be parsed does not have a limit. By sending a lot of very small cookies such as \"a=;\", an attacker can make an HTTP server allocate a large amount of structs, causing large memory consumption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/net/http: Lack of limit when parsing cookies can cause memory exhaustion in net/http",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58186"
},
{
"category": "external",
"summary": "RHBZ#2407250",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407250"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58186"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58186",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58186"
},
{
"category": "external",
"summary": "https://go.dev/cl/709855",
"url": "https://go.dev/cl/709855"
},
{
"category": "external",
"summary": "https://go.dev/issue/75672",
"url": "https://go.dev/issue/75672"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4012",
"url": "https://pkg.go.dev/vuln/GO-2025-4012"
}
],
"release_date": "2025-10-29T22:10:13.912000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-10T14:24:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7385"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "golang.org/net/http: Lack of limit when parsing cookies can cause memory exhaustion in net/http"
},
{
"cve": "CVE-2025-58187",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:54.130980+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407259"
}
],
"notes": [
{
"category": "description",
"text": "A potential denial of service flaw has been discovered in golang\u0027s crypto/x509 module. Due to the design of the name constraint checking algorithm, the processing time of some inputs scales non-linearly with respect to the size of the certificate. This affects programs which validate arbitrary certificate chains.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: Quadratic complexity when checking name constraints in crypto/x509",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58187"
},
{
"category": "external",
"summary": "RHBZ#2407259",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407259"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58187"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58187",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58187"
},
{
"category": "external",
"summary": "https://github.com/golang/go/commit/3fc4c79fdbb17b9b29ea9f8c29dd780df075d4c4",
"url": "https://github.com/golang/go/commit/3fc4c79fdbb17b9b29ea9f8c29dd780df075d4c4"
},
{
"category": "external",
"summary": "https://go.dev/cl/709854",
"url": "https://go.dev/cl/709854"
},
{
"category": "external",
"summary": "https://go.dev/issue/75681",
"url": "https://go.dev/issue/75681"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4007",
"url": "https://pkg.go.dev/vuln/GO-2025-4007"
}
],
"release_date": "2025-10-29T22:10:12.624000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-10T14:24:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7385"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/x509: Quadratic complexity when checking name constraints in crypto/x509"
},
{
"cve": "CVE-2025-58188",
"cwe": {
"id": "CWE-617",
"name": "Reachable Assertion"
},
"discovery_date": "2025-10-29T23:01:39.787633+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407255"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service vector has been discovered in the golang crypto/x509 module. An attacker could craft an intermediate X.509 certificate containing a DSA public key and can crash a remote host with an unauthenticated call to any endpoint that verifies the certificate chain.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Panic when validating certificates with DSA public keys in crypto/x509",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Availability impacts are limited on Red Hat products as they do not affect the host systems.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58188"
},
{
"category": "external",
"summary": "RHBZ#2407255",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407255"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58188"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58188",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58188"
},
{
"category": "external",
"summary": "https://github.com/golang/go/commit/6e4007e8cffbb870e6b606307ab7308236ecefb9",
"url": "https://github.com/golang/go/commit/6e4007e8cffbb870e6b606307ab7308236ecefb9"
},
{
"category": "external",
"summary": "https://go.dev/cl/709853",
"url": "https://go.dev/cl/709853"
},
{
"category": "external",
"summary": "https://go.dev/issue/75675",
"url": "https://go.dev/issue/75675"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4013",
"url": "https://pkg.go.dev/vuln/GO-2025-4013"
}
],
"release_date": "2025-10-29T22:10:14.143000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-10T14:24:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7385"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/x509: golang: Panic when validating certificates with DSA public keys in crypto/x509"
},
{
"cve": "CVE-2025-58189",
"cwe": {
"id": "CWE-117",
"name": "Improper Output Neutralization for Logs"
},
"discovery_date": "2025-10-29T23:01:57.740310+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407260"
}
],
"notes": [
{
"category": "description",
"text": "The crypto/tls conn.Handshake method returns an error on the server-side when ALPN negotation fails which can contain arbitrary attacker controlled information provided by the client-side of the connection which is not escaped. This affects programs which log these errors without any additional form of sanitization, and may allow injection of attacker controlled information into logs.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: go crypto/tls ALPN negotiation error contains attacker controlled information",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58189"
},
{
"category": "external",
"summary": "RHBZ#2407260",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407260"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58189"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58189",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58189"
},
{
"category": "external",
"summary": "https://go.dev/cl/707776",
"url": "https://go.dev/cl/707776"
},
{
"category": "external",
"summary": "https://go.dev/issue/75652",
"url": "https://go.dev/issue/75652"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4008",
"url": "https://pkg.go.dev/vuln/GO-2025-4008"
}
],
"release_date": "2025-10-29T22:10:12.947000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-10T14:24:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7385"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: go crypto/tls ALPN negotiation error contains attacker controlled information"
},
{
"cve": "CVE-2025-58190",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-02-05T18:01:26.511908+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437110"
}
],
"notes": [
{
"category": "description",
"text": "The html.Parse function in golang.org/x/net/html has an infinite parsing loop when processing certain inputs, which can lead to denial of service (DoS) in an exposed go application if an attacker provides specially crafted HTML content.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/html: Infinite parsing loop in golang.org/x/net",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58190"
},
{
"category": "external",
"summary": "RHBZ#2437110",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437110"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58190",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58190"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58190",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58190"
},
{
"category": "external",
"summary": "https://github.com/golang/vulndb/issues/4441",
"url": "https://github.com/golang/vulndb/issues/4441"
},
{
"category": "external",
"summary": "https://go.dev/cl/709875",
"url": "https://go.dev/cl/709875"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/jnQcOYpiR2c",
"url": "https://groups.google.com/g/golang-announce/c/jnQcOYpiR2c"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4441",
"url": "https://pkg.go.dev/vuln/GO-2026-4441"
}
],
"release_date": "2026-02-05T17:48:44.693000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-10T14:24:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7385"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/net/html: Infinite parsing loop in golang.org/x/net"
},
{
"cve": "CVE-2025-61723",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:29.304260+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407252"
}
],
"notes": [
{
"category": "description",
"text": "A potential denial of service flaw has been discovered in the golang encoding/pem module. Due to the design of the PEM parsing function, the processing time for some\ninputs scales non-linearly with respect to the size of the input. This affects programs which parse untrusted PEM inputs and may result in an unresponsive program should an attacker exploit it.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "encoding/pem: Quadratic complexity when parsing some invalid inputs in encoding/pem",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61723"
},
{
"category": "external",
"summary": "RHBZ#2407252",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407252"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61723"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61723",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61723"
},
{
"category": "external",
"summary": "https://github.com/golang/go/commit/5ce8cd16f3859ec5ac4106ad8ec15d6236f4501b",
"url": "https://github.com/golang/go/commit/5ce8cd16f3859ec5ac4106ad8ec15d6236f4501b"
},
{
"category": "external",
"summary": "https://go.dev/cl/709858",
"url": "https://go.dev/cl/709858"
},
{
"category": "external",
"summary": "https://go.dev/issue/75676",
"url": "https://go.dev/issue/75676"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4009",
"url": "https://pkg.go.dev/vuln/GO-2025-4009"
}
],
"release_date": "2025-10-29T22:10:13.220000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-10T14:24:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7385"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "encoding/pem: Quadratic complexity when parsing some invalid inputs in encoding/pem"
},
{
"cve": "CVE-2025-61724",
"cwe": {
"id": "CWE-1046",
"name": "Creation of Immutable Text Using String Concatenation"
},
"discovery_date": "2025-10-29T23:01:47.202663+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407257"
}
],
"notes": [
{
"category": "description",
"text": "The Reader.ReadResponse function constructs a response string through repeated string concatenation of lines. When the number of lines in a response is large, this can cause excessive CPU consumption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/textproto: Excessive CPU consumption in Reader.ReadResponse in net/textproto",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61724"
},
{
"category": "external",
"summary": "RHBZ#2407257",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407257"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61724"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61724",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61724"
},
{
"category": "external",
"summary": "https://go.dev/cl/709859",
"url": "https://go.dev/cl/709859"
},
{
"category": "external",
"summary": "https://go.dev/issue/75716",
"url": "https://go.dev/issue/75716"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4015",
"url": "https://pkg.go.dev/vuln/GO-2025-4015"
}
],
"release_date": "2025-10-29T22:10:14.609000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-10T14:24:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7385"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "net/textproto: Excessive CPU consumption in Reader.ReadResponse in net/textproto"
},
{
"cve": "CVE-2025-61725",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:18.805163+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407249"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service vulnerability has been discovered in the golang net/mail module. The ParseAddress function constructed domain-literal address components through repeated string concatenation which when parsing large domain-literal components, could cause excessive CPU consumption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/mail: Excessive CPU consumption in ParseAddress in net/mail",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61725"
},
{
"category": "external",
"summary": "RHBZ#2407249",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407249"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61725"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61725",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61725"
},
{
"category": "external",
"summary": "https://go.dev/cl/709860",
"url": "https://go.dev/cl/709860"
},
{
"category": "external",
"summary": "https://go.dev/issue/75680",
"url": "https://go.dev/issue/75680"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4006",
"url": "https://pkg.go.dev/vuln/GO-2025-4006"
}
],
"release_date": "2025-10-29T22:10:12.255000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-10T14:24:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7385"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "net/mail: Excessive CPU consumption in ParseAddress in net/mail"
},
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-10T14:24:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7385"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61727",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2025-12-03T20:01:21.730501+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418677"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/x509 package in the Go standard library. This vulnerability allows a certificate validation bypass via an excluded subdomain constraint in a certificated chain as it does not restrict the usage of wildcard SANs in the leaf certificate.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/x509: excluded subdomain constraint does not restrict wildcard SANs",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to obtain a leaf certificate with a wildcard SAN (e.g., *.example.com) and the legitimate certificate policy must contain an excluded DNS name constraint (e.g., to prevent issuance for test.example.com), allowing an application using the crypto/x509 package to validate the certificate when it should have been rejected and to be vulnerable to MITM (man-in-the-middle) attacks. Additionally, the attacker does not have full control of what data can be read of modified during the attack. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61727"
},
{
"category": "external",
"summary": "RHBZ#2418677",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418677"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61727"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61727",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61727"
},
{
"category": "external",
"summary": "https://go.dev/cl/723900",
"url": "https://go.dev/cl/723900"
},
{
"category": "external",
"summary": "https://go.dev/issue/76442",
"url": "https://go.dev/issue/76442"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4175",
"url": "https://pkg.go.dev/vuln/GO-2025-4175"
}
],
"release_date": "2025-12-03T19:37:15.054000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-10T14:24:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7385"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/x509: excluded subdomain constraint does not restrict wildcard SANs"
},
{
"cve": "CVE-2025-61728",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:39.965024+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434431"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to be able to process a malicious zip archive with an application using the archive/zip package. Additionally, this vulnerability can cause a Go application to consume an excessive amount of CPU and memory, eventually resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "RHBZ#2434431",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434431"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://go.dev/cl/736713",
"url": "https://go.dev/cl/736713"
},
{
"category": "external",
"summary": "https://go.dev/issue/77102",
"url": "https://go.dev/issue/77102"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4342",
"url": "https://pkg.go.dev/vuln/GO-2026-4342"
}
],
"release_date": "2026-01-28T19:30:31.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-10T14:24:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7385"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, implement a timeout in your archive/zip processing logic to abort the operation if it exceeds a few seconds, preventing the application from consuming an excessive amount of resources.",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-10T14:24:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7385"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-61730",
"cwe": {
"id": "CWE-325",
"name": "Missing Cryptographic Step"
},
"discovery_date": "2026-01-28T20:01:36.508659+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434430"
}
],
"notes": [
{
"category": "description",
"text": "A TLS connection handling flaw has been discovered in the golang crypto/tls library. During the TLS 1.3 handshake if multiple messages are sent in records that span encryption level boundaries (for instance the Client Hello and Encrypted Extensions messages), the subsequent messages may be processed before the encryption level changes. This can cause some minor information disclosure if a network-local attacker can inject messages during the handshake.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: Handshake messages may be processed at the incorrect encryption level in crypto/tls",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The data leak after exploitation of this vulnerability is minor, data such as Handshake message contents that should have been processed only after switching to a stronger TLS 1.3 encryption level, Protocol state details such as which handshake message was processed when, Timing and ordering information about the TLS 1.3 state.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61730"
},
{
"category": "external",
"summary": "RHBZ#2434430",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434430"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61730",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61730"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61730",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61730"
},
{
"category": "external",
"summary": "https://go.dev/cl/724120",
"url": "https://go.dev/cl/724120"
},
{
"category": "external",
"summary": "https://go.dev/issue/76443",
"url": "https://go.dev/issue/76443"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4340",
"url": "https://pkg.go.dev/vuln/GO-2026-4340"
}
],
"release_date": "2026-01-28T19:30:30.986000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-10T14:24:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7385"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: Handshake messages may be processed at the incorrect encryption level in crypto/tls"
},
{
"cve": "CVE-2025-61731",
"cwe": {
"id": "CWE-88",
"name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)"
},
"discovery_date": "2026-01-28T20:01:45.587773+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434433"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in cmd/go. An attacker can exploit this by building a malicious Go source file that uses the \u0027#cgo pkg-config:\u0027 directive. This allows the attacker to write to an arbitrary file with partial control over its content, by providing a \u0027--log-file\u0027 argument to the pkg-config command. This vulnerability can lead to arbitrary file write.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cmd/go: cmd/go: Arbitrary file write via malicious pkg-config directive",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is Important rather than Moderate because compiling a malicious Go source file can cause `pkg-config` to create or append data to files at attacker-chosen locations, subject to the permissions of the build user. This can enable unintended filesystem modifications during the build process, which can lead to broken builds, alter tool behavior, and poison caches or artifacts, even without direct code execution.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61731"
},
{
"category": "external",
"summary": "RHBZ#2434433",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434433"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61731",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61731"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61731",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61731"
},
{
"category": "external",
"summary": "https://go.dev/cl/736711",
"url": "https://go.dev/cl/736711"
},
{
"category": "external",
"summary": "https://go.dev/issue/77100",
"url": "https://go.dev/issue/77100"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4339",
"url": "https://pkg.go.dev/vuln/GO-2026-4339"
}
],
"release_date": "2026-01-28T19:30:30.844000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-10T14:24:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7385"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cmd/go: cmd/go: Arbitrary file write via malicious pkg-config directive"
},
{
"cve": "CVE-2025-61732",
"discovery_date": "2026-02-05T05:00:47.678207+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437016"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s \u0027cgo tool\u0027. This vulnerability arises from a discrepancy in how Go and C/C++ comments are parsed, which allows for malicious code to be hidden within comments and then \"smuggled\" into the compiled `cgo` binary. An attacker could exploit this to embed and execute arbitrary code, potentially leading to significant system compromise.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cmd/cgo: Go cgo: Code smuggling due to comment parsing discrepancy",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important vulnerability in the `cmd/cgo` component of the Go toolchain. A parsing discrepancy between Go and C/C++ comments could allow for code smuggling into the resulting `cgo` binary. This primarily affects systems where untrusted Go modules utilizing `cgo` are built, impacting Red Hat Enterprise Linux and OpenShift Container Platform.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61732"
},
{
"category": "external",
"summary": "RHBZ#2437016",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437016"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61732"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61732",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61732"
},
{
"category": "external",
"summary": "https://go.dev/cl/734220",
"url": "https://go.dev/cl/734220"
},
{
"category": "external",
"summary": "https://go.dev/issue/76697",
"url": "https://go.dev/issue/76697"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4433",
"url": "https://pkg.go.dev/vuln/GO-2026-4433"
}
],
"release_date": "2026-02-05T03:42:26.392000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-10T14:24:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7385"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cmd/cgo: Go cgo: Code smuggling due to comment parsing discrepancy"
},
{
"cve": "CVE-2025-68119",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"discovery_date": "2026-01-28T20:01:57.098669+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434438"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang\u0027s cmd/go module. This vulnerability allows a local attacker to achieve local code execution by downloading and building modules with specially crafted malicious version strings. On systems with Mercurial (hg) installed, this can occur when downloading modules from non-standard sources due to how external Version Control System (VCS) commands are constructed. Additionally, on systems with Git installed, providing malicious version strings to the toolchain can enable an attacker to write to arbitrary files on the filesystem. This issue is triggered by explicitly supplying these malicious version strings.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cmd/go: cmd/go: Local code execution and arbitrary file write via malicious module version strings",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is rated Moderate severity by Red Hat Product Security, because exploitation requires non-standard and intentional user behavior. \n\nThe attacker must explicitly supply a specially crafted module version string, which does not occur during normal Go module usage such as @latest or standard module paths, making the attack complexity high. \n\nAdditionally, user interaction is required, as the vulnerable behavior is only triggered when a user manually invokes the Go toolchain to download or build the malicious module.\n \nWhile successful exploitation can result in local code execution or arbitrary file modification, the combination of local access, manual input, and uncommon usage patterns significantly limits the likelihood of exploitation in typical environments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68119"
},
{
"category": "external",
"summary": "RHBZ#2434438",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434438"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68119",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68119"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68119",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68119"
},
{
"category": "external",
"summary": "https://go.dev/cl/736710",
"url": "https://go.dev/cl/736710"
},
{
"category": "external",
"summary": "https://go.dev/issue/77099",
"url": "https://go.dev/issue/77099"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4338",
"url": "https://pkg.go.dev/vuln/GO-2026-4338"
}
],
"release_date": "2026-01-28T19:30:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-10T14:24:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7385"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u0027s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cmd/go: cmd/go: Local code execution and arbitrary file write via malicious module version strings"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-10T14:24:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7385"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-25679",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2026-03-06T22:02:11.567841+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445356"
}
],
"notes": [
{
"category": "description",
"text": "The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/url: Incorrect parsing of IPv6 host literals in net/url",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "RHBZ#2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://go.dev/cl/752180",
"url": "https://go.dev/cl/752180"
},
{
"category": "external",
"summary": "https://go.dev/issue/77578",
"url": "https://go.dev/issue/77578"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4601",
"url": "https://pkg.go.dev/vuln/GO-2026-4601"
}
],
"release_date": "2026-03-06T21:28:14.211000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-10T14:24:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7385"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/url: Incorrect parsing of IPv6 host literals in net/url"
},
{
"cve": "CVE-2026-27139",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-03-06T22:01:08.670782+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445335"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw has been discovered in the golang `os` module. On Unix platforms, when listing the contents of a directory using File.ReadDir or File.Readdir the returned FileInfo could reference a file outside of the Root in which the File was opened. The impact of this escape is limited to reading metadata provided by lstat from arbitrary locations on the filesystem without permitting reading or writing files outside the root.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "os: FileInfo can escape from a Root in golang os module",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27139"
},
{
"category": "external",
"summary": "RHBZ#2445335",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445335"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27139",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27139"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27139",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27139"
},
{
"category": "external",
"summary": "https://go.dev/cl/749480",
"url": "https://go.dev/cl/749480"
},
{
"category": "external",
"summary": "https://go.dev/issue/77827",
"url": "https://go.dev/issue/77827"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4602",
"url": "https://pkg.go.dev/vuln/GO-2026-4602"
}
],
"release_date": "2026-03-06T21:28:14.451000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-10T14:24:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7385"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 2.5,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "os: FileInfo can escape from a Root in golang os module"
},
{
"cve": "CVE-2026-27141",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2026-02-26T20:09:11.626155+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2443104"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/net/http2. A remote attacker can exploit this vulnerability by sending specially crafted HTTP/2 frames, which are data packets used in the HTTP/2 protocol. Due to a missing check for null values, processing these specific frames (types 0x0a through 0x0f) can cause the server to crash. This leads to a Denial of Service (DoS) condition, making the affected server unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/http2: golang.org/x/net/http2: Denial of Service due to malformed HTTP/2 frames",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27141"
},
{
"category": "external",
"summary": "RHBZ#2443104",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2443104"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27141",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27141"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27141",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27141"
},
{
"category": "external",
"summary": "https://go.dev/cl/746180",
"url": "https://go.dev/cl/746180"
},
{
"category": "external",
"summary": "https://go.dev/issue/77652",
"url": "https://go.dev/issue/77652"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4559",
"url": "https://pkg.go.dev/vuln/GO-2026-4559"
}
],
"release_date": "2026-02-26T18:50:31.830000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-10T14:24:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7385"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/net/http2: golang.org/x/net/http2: Denial of Service due to malformed HTTP/2 frames"
},
{
"cve": "CVE-2026-27143",
"cwe": {
"id": "CWE-733",
"name": "Compiler Optimization Removal or Modification of Security-critical Code"
},
"discovery_date": "2026-04-08T02:01:29.491546+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456342"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the cmd/compile package in the Go standard library. The compiler fails to correctly check for integer overflow or underflow in arithmetic operations involving loop induction variables. As a result, the compiler allows invalid memory indexing to occur at runtime, potentially leading to memory corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: cmd/compile: possible memory corruption after bound check elimination",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is only exploitable in applications that contain a loop structure that relies on an induction variable. An induction variable is a variable that gets modified, usually incremented or decremented, by a predictable amount on each iteration. Inside the loop, the induction variable must be directly used as the index to access or modify elements within an array or a slice. Additionally, an attacker must be able to cause an integer overflow or underflow in the induction variable to trigger this issue. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27143"
},
{
"category": "external",
"summary": "RHBZ#2456342",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456342"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27143",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27143"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27143",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27143"
},
{
"category": "external",
"summary": "https://go.dev/cl/763765",
"url": "https://go.dev/cl/763765"
},
{
"category": "external",
"summary": "https://go.dev/issue/78333",
"url": "https://go.dev/issue/78333"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4868",
"url": "https://pkg.go.dev/vuln/GO-2026-4868"
}
],
"release_date": "2026-04-08T01:06:57.168000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-10T14:24:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7385"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, strictly sanitize and enforce bounds checking on any untrusted user input that influences loop counters, iteration limits, or memory indices. If there is no integer overflow or underflow, the out-of-bounds access cannot occur.",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: cmd/compile: possible memory corruption after bound check elimination"
},
{
"cve": "CVE-2026-27144",
"cwe": {
"id": "CWE-440",
"name": "Expected Behavior Violation"
},
"discovery_date": "2026-04-08T02:01:22.896153+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456340"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the cmd/compile package in the Go standard library. A no-op interface conversion prevented the compiler from correctly identifying non-overlapping memory moves. As a result, the compiler allows unsafe memory move operations to occur at runtime, potentially causing data corruption, memory corruption or unexpected application behavior.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: cmd/compile: no-op interface conversion bypasses overlap checking",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is only exploitable in applications that contain a memory move or copy operation that is subject to a no-op (no-operation) interface conversion. Furthermore, the source and destination memory addresses involved in the move or copy must overlap and an attacker must be able to supply an input that triggers this specific operation. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27144"
},
{
"category": "external",
"summary": "RHBZ#2456340",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456340"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27144"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27144",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27144"
},
{
"category": "external",
"summary": "https://go.dev/cl/763764",
"url": "https://go.dev/cl/763764"
},
{
"category": "external",
"summary": "https://go.dev/issue/78371",
"url": "https://go.dev/issue/78371"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4867",
"url": "https://pkg.go.dev/vuln/GO-2026-4867"
}
],
"release_date": "2026-04-08T01:06:56.908000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-10T14:24:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7385"
},
{
"category": "workaround",
"details": "To mitigate this issue, review code that performs memory copies or struct assignments. If data is being passed through an interface (such as \u0027any\u0027 or \u0027interface{}\u0027) just before a move operation, refactor the code to use concrete types or explicit pointers instead.",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: cmd/compile: no-op interface conversion bypasses overlap checking"
},
{
"cve": "CVE-2026-32281",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2026-04-08T02:01:00.930989+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456333"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s `crypto/x509` package. A remote attacker could exploit this by presenting a specially crafted certificate chain containing a large number of policy mappings. This inefficient validation process consumes excessive resources, which can lead to a denial of service (DoS) for applications or systems performing certificate validation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Go crypto/x509: Denial of Service via inefficient certificate chain validation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw occurs during the validation of otherwise trusted certificate chains that contain a large number of policy mappings, leading to excessive resource consumption. Exploitation requires an attacker to present a specially crafted, yet trusted, certificate chain which would require the attacker has already compromised a trusted certificate root. Red Hat continuously monitors certificate authorities and curates the set which is trusted by default for Red Hat products.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32281"
},
{
"category": "external",
"summary": "RHBZ#2456333",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456333"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32281",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32281"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32281",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32281"
},
{
"category": "external",
"summary": "https://go.dev/cl/758061",
"url": "https://go.dev/cl/758061"
},
{
"category": "external",
"summary": "https://go.dev/issue/78281",
"url": "https://go.dev/issue/78281"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4946",
"url": "https://pkg.go.dev/vuln/GO-2026-4946"
}
],
"release_date": "2026-04-08T01:06:58.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-10T14:24:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7385"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/x509: golang: Go crypto/x509: Denial of Service via inefficient certificate chain validation"
},
{
"cve": "CVE-2026-32282",
"cwe": {
"id": "CWE-367",
"name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
},
"discovery_date": "2026-04-08T02:01:12.683211+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456336"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the internal/syscall/unix package in the Go standard library. If the target of the `Root.Chmod` function is replaced with a symbolic link during execution, specifically after `Root.Chmod` checks the target but before acting, the `chmod` operation will be performed on the file the symbolic link points to. This issue can bypass directory restrictions and lead to unauthorized permission changes on the filesystem.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs access to the system and the required permissions to create a symbolic link. Additionally, the attacker must swap the target file with a symbolic link in the exact window after the `Root.Chmod` function checks its target but before acting. Due to these conditions, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32282"
},
{
"category": "external",
"summary": "RHBZ#2456336",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456336"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32282",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32282"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32282",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32282"
},
{
"category": "external",
"summary": "https://go.dev/cl/763761",
"url": "https://go.dev/cl/763761"
},
{
"category": "external",
"summary": "https://go.dev/issue/78293",
"url": "https://go.dev/issue/78293"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4864",
"url": "https://pkg.go.dev/vuln/GO-2026-4864"
}
],
"release_date": "2026-04-08T01:06:55.953000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-10T14:24:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7385"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root"
},
{
"cve": "CVE-2026-32283",
"cwe": {
"id": "CWE-764",
"name": "Multiple Locks of a Critical Resource"
},
"discovery_date": "2026-04-08T02:01:16.213799+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456338"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `crypto/tls` package within the Go (golang) standard library, specifically affecting TLS 1.3 connections. A remote attacker can exploit this vulnerability by sending multiple key update messages in a single record after the handshake. This can cause the connection to deadlock, leading to uncontrolled consumption of resources and ultimately a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32283"
},
{
"category": "external",
"summary": "RHBZ#2456338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456338"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32283",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32283"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32283",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32283"
},
{
"category": "external",
"summary": "https://go.dev/cl/763767",
"url": "https://go.dev/cl/763767"
},
{
"category": "external",
"summary": "https://go.dev/issue/78334",
"url": "https://go.dev/issue/78334"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4870",
"url": "https://pkg.go.dev/vuln/GO-2026-4870"
}
],
"release_date": "2026-04-08T01:06:57.670000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-10T14:24:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7385"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/tls: golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages"
},
{
"cve": "CVE-2026-32288",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-08T02:00:57.624222+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456332"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s `archive/tar` package. A remote attacker could exploit this vulnerability by providing a maliciously-crafted archive file. When the `tar.Reader` processes an archive containing a large number of sparse regions in the \"old GNU sparse map\" format, it can lead to unbounded memory allocation. This can result in a Denial of Service (DoS) condition, making the affected application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "archive/tar: golang: Go\u0027s archive/tar package: Denial of Service via maliciously-crafted archive",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32288"
},
{
"category": "external",
"summary": "RHBZ#2456332",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456332"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32288",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32288"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32288",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32288"
},
{
"category": "external",
"summary": "https://go.dev/cl/763766",
"url": "https://go.dev/cl/763766"
},
{
"category": "external",
"summary": "https://go.dev/issue/78301",
"url": "https://go.dev/issue/78301"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4869",
"url": "https://pkg.go.dev/vuln/GO-2026-4869"
}
],
"release_date": "2026-04-08T01:06:57.416000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-10T14:24:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7385"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "archive/tar: golang: Go\u0027s archive/tar package: Denial of Service via maliciously-crafted archive"
},
{
"cve": "CVE-2026-32289",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2026-04-08T02:01:05.911683+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456334"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `html/template` package. This vulnerability arises from improper tracking of context and brace depth within JavaScript (JS) template literals. A remote attacker could exploit these issues to cause content to be incorrectly or improperly escaped, leading to Cross-Site Scripting (XSS) vulnerabilities. This could allow an attacker to inject malicious scripts into web pages viewed by other users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "html/template: golang: html/template: Cross-Site Scripting (XSS) via improper context and brace depth tracking in JS template literals",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32289"
},
{
"category": "external",
"summary": "RHBZ#2456334",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456334"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32289",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32289"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32289",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32289"
},
{
"category": "external",
"summary": "https://go.dev/cl/763762",
"url": "https://go.dev/cl/763762"
},
{
"category": "external",
"summary": "https://go.dev/issue/78331",
"url": "https://go.dev/issue/78331"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4865",
"url": "https://pkg.go.dev/vuln/GO-2026-4865"
}
],
"release_date": "2026-04-08T01:06:56.297000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-10T14:24:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7385"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "html/template: golang: html/template: Cross-Site Scripting (XSS) via improper context and brace depth tracking in JS template literals"
},
{
"cve": "CVE-2026-33809",
"cwe": {
"id": "CWE-1285",
"name": "Improper Validation of Specified Index, Position, or Offset in Input"
},
"discovery_date": "2026-03-25T19:01:55.384019+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2451437"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/image/tiff. A remote attacker could exploit this vulnerability by providing a maliciously crafted Tagged Image File Format (TIFF) file. This could cause the image decoding process to attempt to allocate up to 4 gigabytes (GiB) of memory. The excessive resource consumption or an out-of-memory error would lead to a Denial of Service (DoS) condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: golang.org/x/image/tiff: golang.org/x/image/tiff: Denial of Service via maliciously crafted TIFF file",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33809"
},
{
"category": "external",
"summary": "RHBZ#2451437",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2451437"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33809",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33809"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33809",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33809"
},
{
"category": "external",
"summary": "https://go.dev/cl/757660",
"url": "https://go.dev/cl/757660"
},
{
"category": "external",
"summary": "https://go.dev/issue/78267",
"url": "https://go.dev/issue/78267"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4815",
"url": "https://pkg.go.dev/vuln/GO-2026-4815"
}
],
"release_date": "2026-03-25T18:24:04.222000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-10T14:24:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7385"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: golang.org/x/image/tiff: golang.org/x/image/tiff: Denial of Service via maliciously crafted TIFF file"
},
{
"cve": "CVE-2026-33813",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2026-04-21T20:01:02.224363+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2460221"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/image. A remote attacker could exploit this vulnerability by providing a specially crafted WEBP image with an invalid, large size. This could cause the application to panic and crash on 32-bit platforms, leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/image: golang: golang.org/x/image: Denial of Service via malformed WEBP image parsing",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33813"
},
{
"category": "external",
"summary": "RHBZ#2460221",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2460221"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33813",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33813"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33813",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33813"
},
{
"category": "external",
"summary": "https://go.dev/cl/759860",
"url": "https://go.dev/cl/759860"
},
{
"category": "external",
"summary": "https://go.dev/issue/78407",
"url": "https://go.dev/issue/78407"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4961",
"url": "https://pkg.go.dev/vuln/GO-2026-4961"
}
],
"release_date": "2026-04-21T19:21:27.644000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-10T14:24:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7385"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-25-main@aarch64",
"Red Hat Hardened Images:golang1-25-main@noarch",
"Red Hat Hardened Images:golang1-25-main@src",
"Red Hat Hardened Images:golang1-25-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/image: golang: golang.org/x/image: Denial of Service via malformed WEBP image parsing"
}
]
}
WID-SEC-W-2026-1618
Vulnerability from csaf_certbund - Published: 2026-05-20 22:00 - Updated: 2026-06-16 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Splunk Splunk Enterprise <10.0.5
Splunk / Splunk Enterprise
|
<10.0.5 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Splunk Splunk Enterprise <10.2.2
Splunk / Splunk Enterprise
|
<10.2.2 | ||
|
Splunk Splunk Enterprise <10.0.6
Splunk / Splunk Enterprise
|
<10.0.6 | ||
|
Splunk Splunk Enterprise <10.2.3
Splunk / Splunk Enterprise
|
<10.2.3 | ||
|
Splunk Splunk Enterprise <9.3.12
Splunk / Splunk Enterprise
|
<9.3.12 | ||
|
Splunk Splunk Enterprise <9.4.11
Splunk / Splunk Enterprise
|
<9.4.11 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Splunk Splunk Enterprise <10.0.5
Splunk / Splunk Enterprise
|
<10.0.5 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Splunk Splunk Enterprise <10.2.2
Splunk / Splunk Enterprise
|
<10.2.2 | ||
|
Splunk Splunk Enterprise <10.0.6
Splunk / Splunk Enterprise
|
<10.0.6 | ||
|
Splunk Splunk Enterprise <10.2.3
Splunk / Splunk Enterprise
|
<10.2.3 | ||
|
Splunk Splunk Enterprise <9.3.12
Splunk / Splunk Enterprise
|
<9.3.12 | ||
|
Splunk Splunk Enterprise <9.4.11
Splunk / Splunk Enterprise
|
<9.4.11 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Splunk Splunk Enterprise <10.0.5
Splunk / Splunk Enterprise
|
<10.0.5 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Splunk Splunk Enterprise <10.2.2
Splunk / Splunk Enterprise
|
<10.2.2 | ||
|
Splunk Splunk Enterprise <10.0.6
Splunk / Splunk Enterprise
|
<10.0.6 | ||
|
Splunk Splunk Enterprise <10.2.3
Splunk / Splunk Enterprise
|
<10.2.3 | ||
|
Splunk Splunk Enterprise <9.3.12
Splunk / Splunk Enterprise
|
<9.3.12 | ||
|
Splunk Splunk Enterprise <9.4.11
Splunk / Splunk Enterprise
|
<9.4.11 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Splunk Splunk Enterprise <10.0.5
Splunk / Splunk Enterprise
|
<10.0.5 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Splunk Splunk Enterprise <10.2.2
Splunk / Splunk Enterprise
|
<10.2.2 | ||
|
Splunk Splunk Enterprise <10.0.6
Splunk / Splunk Enterprise
|
<10.0.6 | ||
|
Splunk Splunk Enterprise <10.2.3
Splunk / Splunk Enterprise
|
<10.2.3 | ||
|
Splunk Splunk Enterprise <9.3.12
Splunk / Splunk Enterprise
|
<9.3.12 | ||
|
Splunk Splunk Enterprise <9.4.11
Splunk / Splunk Enterprise
|
<9.4.11 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Splunk Splunk Enterprise <10.0.5
Splunk / Splunk Enterprise
|
<10.0.5 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Splunk Splunk Enterprise <10.2.2
Splunk / Splunk Enterprise
|
<10.2.2 | ||
|
Splunk Splunk Enterprise <10.0.6
Splunk / Splunk Enterprise
|
<10.0.6 | ||
|
Splunk Splunk Enterprise <10.2.3
Splunk / Splunk Enterprise
|
<10.2.3 | ||
|
Splunk Splunk Enterprise <9.3.12
Splunk / Splunk Enterprise
|
<9.3.12 | ||
|
Splunk Splunk Enterprise <9.4.11
Splunk / Splunk Enterprise
|
<9.4.11 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Splunk Splunk Enterprise <10.0.5
Splunk / Splunk Enterprise
|
<10.0.5 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Splunk Splunk Enterprise <10.2.2
Splunk / Splunk Enterprise
|
<10.2.2 | ||
|
Splunk Splunk Enterprise <10.0.6
Splunk / Splunk Enterprise
|
<10.0.6 | ||
|
Splunk Splunk Enterprise <10.2.3
Splunk / Splunk Enterprise
|
<10.2.3 | ||
|
Splunk Splunk Enterprise <9.3.12
Splunk / Splunk Enterprise
|
<9.3.12 | ||
|
Splunk Splunk Enterprise <9.4.11
Splunk / Splunk Enterprise
|
<9.4.11 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Splunk Splunk Enterprise <10.0.5
Splunk / Splunk Enterprise
|
<10.0.5 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Splunk Splunk Enterprise <10.2.2
Splunk / Splunk Enterprise
|
<10.2.2 | ||
|
Splunk Splunk Enterprise <10.0.6
Splunk / Splunk Enterprise
|
<10.0.6 | ||
|
Splunk Splunk Enterprise <10.2.3
Splunk / Splunk Enterprise
|
<10.2.3 | ||
|
Splunk Splunk Enterprise <9.3.12
Splunk / Splunk Enterprise
|
<9.3.12 | ||
|
Splunk Splunk Enterprise <9.4.11
Splunk / Splunk Enterprise
|
<9.4.11 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Splunk Splunk Enterprise <10.0.5
Splunk / Splunk Enterprise
|
<10.0.5 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Splunk Splunk Enterprise <10.2.2
Splunk / Splunk Enterprise
|
<10.2.2 | ||
|
Splunk Splunk Enterprise <10.0.6
Splunk / Splunk Enterprise
|
<10.0.6 | ||
|
Splunk Splunk Enterprise <10.2.3
Splunk / Splunk Enterprise
|
<10.2.3 | ||
|
Splunk Splunk Enterprise <9.3.12
Splunk / Splunk Enterprise
|
<9.3.12 | ||
|
Splunk Splunk Enterprise <9.4.11
Splunk / Splunk Enterprise
|
<9.4.11 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Splunk Splunk Enterprise <10.0.5
Splunk / Splunk Enterprise
|
<10.0.5 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Splunk Splunk Enterprise <10.2.2
Splunk / Splunk Enterprise
|
<10.2.2 | ||
|
Splunk Splunk Enterprise <10.0.6
Splunk / Splunk Enterprise
|
<10.0.6 | ||
|
Splunk Splunk Enterprise <10.2.3
Splunk / Splunk Enterprise
|
<10.2.3 | ||
|
Splunk Splunk Enterprise <9.3.12
Splunk / Splunk Enterprise
|
<9.3.12 | ||
|
Splunk Splunk Enterprise <9.4.11
Splunk / Splunk Enterprise
|
<9.4.11 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Splunk Splunk Enterprise <10.0.5
Splunk / Splunk Enterprise
|
<10.0.5 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Splunk Splunk Enterprise <10.2.2
Splunk / Splunk Enterprise
|
<10.2.2 | ||
|
Splunk Splunk Enterprise <9.3.12
Splunk / Splunk Enterprise
|
<9.3.12 | ||
|
Splunk Splunk Enterprise <9.4.11
Splunk / Splunk Enterprise
|
<9.4.11 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Splunk Splunk Enterprise <10.0.5
Splunk / Splunk Enterprise
|
<10.0.5 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Splunk Splunk Enterprise <10.2.2
Splunk / Splunk Enterprise
|
<10.2.2 |
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Splunk Enterprise erm\u00f6glicht Monitoring und Analyse von Clickstream-Daten und Kundentransaktionen.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen in Splunk Splunk Enterprise ausnutzen, um Sicherheitsvorkehrungen zu umgehen, Daten zu manipulieren, vertrauliche Informationen offenzulegen oder einen Denial-of-Service-Zustand zu verursachen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Sonstiges\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-1618 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-1618.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-1618 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-1618"
},
{
"category": "external",
"summary": "Splunk Security Advisory SVD-2026-0503 vom 2026-05-20",
"url": "https://advisory.splunk.com//advisories/SVD-2026-0503"
},
{
"category": "external",
"summary": "Splunk Security Advisory SVD-2026-0504 vom 2026-05-20",
"url": "https://advisory.splunk.com//advisories/SVD-2026-0504"
},
{
"category": "external",
"summary": "Splunk Security Advisory SVD-2026-0505 vom 2026-05-20",
"url": "https://advisory.splunk.com//advisories/SVD-2026-0505"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8430-1 vom 2026-06-16",
"url": "https://ubuntu.com/security/notices/USN-8430-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2401-1 vom 2026-06-15",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026757.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2400-1 vom 2026-06-15",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026758.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:26519 vom 2026-06-17",
"url": "https://access.redhat.com/errata/RHSA-2026:26519"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:26538 vom 2026-06-17",
"url": "https://access.redhat.com/errata/RHSA-2026:26538"
}
],
"source_lang": "en-US",
"title": "Splunk Splunk Enterprise: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-06-16T22:00:00.000+00:00",
"generator": {
"date": "2026-06-17T10:29:55.519+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2026-1618",
"initial_release_date": "2026-05-20T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-05-20T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-06-15T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Ubuntu und SUSE aufgenommen"
},
{
"date": "2026-06-16T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Red Hat aufgenommen"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c10.2.2",
"product": {
"name": "Splunk Splunk Enterprise \u003c10.2.2",
"product_id": "T054419"
}
},
{
"category": "product_version",
"name": "10.2.2",
"product": {
"name": "Splunk Splunk Enterprise 10.2.2",
"product_id": "T054419-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:splunk:splunk:10.2.2"
}
}
},
{
"category": "product_version_range",
"name": "\u003c10.0.5",
"product": {
"name": "Splunk Splunk Enterprise \u003c10.0.5",
"product_id": "T054420"
}
},
{
"category": "product_version",
"name": "10.0.5",
"product": {
"name": "Splunk Splunk Enterprise 10.0.5",
"product_id": "T054420-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:splunk:splunk:10.0.5"
}
}
},
{
"category": "product_version_range",
"name": "\u003c9.4.11",
"product": {
"name": "Splunk Splunk Enterprise \u003c9.4.11",
"product_id": "T054421"
}
},
{
"category": "product_version",
"name": "9.4.11",
"product": {
"name": "Splunk Splunk Enterprise 9.4.11",
"product_id": "T054421-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:splunk:splunk:9.4.11"
}
}
},
{
"category": "product_version_range",
"name": "\u003c9.3.12",
"product": {
"name": "Splunk Splunk Enterprise \u003c9.3.12",
"product_id": "T054422"
}
},
{
"category": "product_version",
"name": "9.3.12",
"product": {
"name": "Splunk Splunk Enterprise 9.3.12",
"product_id": "T054422-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:splunk:splunk:9.3.12"
}
}
},
{
"category": "product_version_range",
"name": "\u003c10.2.3",
"product": {
"name": "Splunk Splunk Enterprise \u003c10.2.3",
"product_id": "T054423"
}
},
{
"category": "product_version",
"name": "10.2.3",
"product": {
"name": "Splunk Splunk Enterprise 10.2.3",
"product_id": "T054423-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:splunk:splunk:10.2.3"
}
}
},
{
"category": "product_version_range",
"name": "\u003c10.0.6",
"product": {
"name": "Splunk Splunk Enterprise \u003c10.0.6",
"product_id": "T054424"
}
},
{
"category": "product_version",
"name": "10.0.6",
"product": {
"name": "Splunk Splunk Enterprise 10.0.6",
"product_id": "T054424-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:splunk:splunk:10.0.6"
}
}
}
],
"category": "product_name",
"name": "Splunk Enterprise"
}
],
"category": "vendor",
"name": "Splunk"
},
{
"branches": [
{
"category": "product_name",
"name": "Ubuntu Linux",
"product": {
"name": "Ubuntu Linux",
"product_id": "T000126",
"product_identification_helper": {
"cpe": "cpe:/o:canonical:ubuntu_linux:-"
}
}
}
],
"category": "vendor",
"name": "Ubuntu"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22872",
"product_status": {
"known_affected": [
"T054420",
"T002207",
"67646",
"T000126",
"T054419",
"T054424",
"T054423",
"T054422",
"T054421"
]
},
"release_date": "2026-05-20T22:00:00.000+00:00",
"title": "CVE-2025-22872"
},
{
"cve": "CVE-2025-47911",
"product_status": {
"known_affected": [
"T054420",
"T002207",
"67646",
"T000126",
"T054419",
"T054424",
"T054423",
"T054422",
"T054421"
]
},
"release_date": "2026-05-20T22:00:00.000+00:00",
"title": "CVE-2025-47911"
},
{
"cve": "CVE-2025-58190",
"product_status": {
"known_affected": [
"T054420",
"T002207",
"67646",
"T000126",
"T054419",
"T054424",
"T054423",
"T054422",
"T054421"
]
},
"release_date": "2026-05-20T22:00:00.000+00:00",
"title": "CVE-2025-58190"
},
{
"cve": "CVE-2025-61726",
"product_status": {
"known_affected": [
"T054420",
"T002207",
"67646",
"T000126",
"T054419",
"T054424",
"T054423",
"T054422",
"T054421"
]
},
"release_date": "2026-05-20T22:00:00.000+00:00",
"title": "CVE-2025-61726"
},
{
"cve": "CVE-2025-61731",
"product_status": {
"known_affected": [
"T054420",
"T002207",
"67646",
"T000126",
"T054419",
"T054424",
"T054423",
"T054422",
"T054421"
]
},
"release_date": "2026-05-20T22:00:00.000+00:00",
"title": "CVE-2025-61731"
},
{
"cve": "CVE-2025-61732",
"product_status": {
"known_affected": [
"T054420",
"T002207",
"67646",
"T000126",
"T054419",
"T054424",
"T054423",
"T054422",
"T054421"
]
},
"release_date": "2026-05-20T22:00:00.000+00:00",
"title": "CVE-2025-61732"
},
{
"cve": "CVE-2025-68121",
"product_status": {
"known_affected": [
"T054420",
"T002207",
"67646",
"T000126",
"T054419",
"T054424",
"T054423",
"T054422",
"T054421"
]
},
"release_date": "2026-05-20T22:00:00.000+00:00",
"title": "CVE-2025-68121"
},
{
"cve": "CVE-2025-68156",
"product_status": {
"known_affected": [
"T054420",
"T002207",
"67646",
"T000126",
"T054419",
"T054424",
"T054423",
"T054422",
"T054421"
]
},
"release_date": "2026-05-20T22:00:00.000+00:00",
"title": "CVE-2025-68156"
},
{
"cve": "CVE-2026-27141",
"product_status": {
"known_affected": [
"T054420",
"T002207",
"67646",
"T000126",
"T054419",
"T054424",
"T054423",
"T054422",
"T054421"
]
},
"release_date": "2026-05-20T22:00:00.000+00:00",
"title": "CVE-2026-27141"
},
{
"cve": "CVE-2026-20240",
"product_status": {
"known_affected": [
"T054420",
"T002207",
"67646",
"T000126",
"T054419",
"T054422",
"T054421"
]
},
"release_date": "2026-05-20T22:00:00.000+00:00",
"title": "CVE-2026-20240"
},
{
"cve": "CVE-2026-20239",
"product_status": {
"known_affected": [
"T054420",
"T002207",
"67646",
"T000126",
"T054419"
]
},
"release_date": "2026-05-20T22:00:00.000+00:00",
"title": "CVE-2026-20239"
}
]
}
WID-SEC-W-2026-1654
Vulnerability from csaf_certbund - Published: 2026-05-21 22:00 - Updated: 2026-05-21 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM App Connect Enterprise Certified Container <12.0.12.26
IBM / App Connect Enterprise
|
Certified Container <12.0.12.26 | ||
|
IBM App Connect Enterprise Certified Container <13.0.7.2
IBM / App Connect Enterprise
|
Certified Container <13.0.7.2 | ||
|
IBM App Connect Enterprise Certified Container <12.0.24
IBM / App Connect Enterprise
|
Certified Container <12.0.24 | ||
|
IBM App Connect Enterprise Certified Container <13.1.0
IBM / App Connect Enterprise
|
Certified Container <13.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM App Connect Enterprise Certified Container <12.0.12.26
IBM / App Connect Enterprise
|
Certified Container <12.0.12.26 | ||
|
IBM App Connect Enterprise Certified Container <13.0.7.2
IBM / App Connect Enterprise
|
Certified Container <13.0.7.2 | ||
|
IBM App Connect Enterprise Certified Container <12.0.24
IBM / App Connect Enterprise
|
Certified Container <12.0.24 | ||
|
IBM App Connect Enterprise Certified Container <13.1.0
IBM / App Connect Enterprise
|
Certified Container <13.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM App Connect Enterprise Certified Container <12.0.12.26
IBM / App Connect Enterprise
|
Certified Container <12.0.12.26 | ||
|
IBM App Connect Enterprise Certified Container <13.0.7.2
IBM / App Connect Enterprise
|
Certified Container <13.0.7.2 | ||
|
IBM App Connect Enterprise Certified Container <12.0.24
IBM / App Connect Enterprise
|
Certified Container <12.0.24 | ||
|
IBM App Connect Enterprise Certified Container <13.1.0
IBM / App Connect Enterprise
|
Certified Container <13.1.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM App Connect Enterprise Certified Container <12.0.12.26
IBM / App Connect Enterprise
|
Certified Container <12.0.12.26 | ||
|
IBM App Connect Enterprise Certified Container <13.0.7.2
IBM / App Connect Enterprise
|
Certified Container <13.0.7.2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM App Connect Enterprise Certified Container <12.0.12.26
IBM / App Connect Enterprise
|
Certified Container <12.0.12.26 | ||
|
IBM App Connect Enterprise Certified Container <13.0.7.2
IBM / App Connect Enterprise
|
Certified Container <13.0.7.2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM App Connect Enterprise Certified Container <12.0.12.26
IBM / App Connect Enterprise
|
Certified Container <12.0.12.26 | ||
|
IBM App Connect Enterprise Certified Container <13.0.7.2
IBM / App Connect Enterprise
|
Certified Container <13.0.7.2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM App Connect Enterprise Certified Container <12.0.12.26
IBM / App Connect Enterprise
|
Certified Container <12.0.12.26 | ||
|
IBM App Connect Enterprise Certified Container <13.0.7.2
IBM / App Connect Enterprise
|
Certified Container <13.0.7.2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM App Connect Enterprise Certified Container <12.0.12.26
IBM / App Connect Enterprise
|
Certified Container <12.0.12.26 | ||
|
IBM App Connect Enterprise Certified Container <13.0.7.2
IBM / App Connect Enterprise
|
Certified Container <13.0.7.2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM App Connect Enterprise Certified Container <12.0.12.26
IBM / App Connect Enterprise
|
Certified Container <12.0.12.26 | ||
|
IBM App Connect Enterprise Certified Container <13.0.7.2
IBM / App Connect Enterprise
|
Certified Container <13.0.7.2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM App Connect Enterprise Certified Container <12.0.12.26
IBM / App Connect Enterprise
|
Certified Container <12.0.12.26 | ||
|
IBM App Connect Enterprise Certified Container <13.0.7.2
IBM / App Connect Enterprise
|
Certified Container <13.0.7.2 | ||
|
IBM App Connect Enterprise Certified Container <12.0.24
IBM / App Connect Enterprise
|
Certified Container <12.0.24 | ||
|
IBM App Connect Enterprise Certified Container <13.1.0
IBM / App Connect Enterprise
|
Certified Container <13.1.0 |
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "IBM App Connect Enterprise kombiniert die branchenbew\u00e4hrten Technologien des IBM Integration Bus mit Cloud-nativen Technologien.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in IBM App Connect Enterprise ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Daten zu manipulieren, Cross-Site-Scripting-Angriffe durchzuf\u00fchren, vertrauliche Informationen offenzulegen oder einen Denial-of-Service-Zustand auszul\u00f6sen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Sonstiges\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-1654 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-1654.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-1654 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-1654"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7273703 vom 2026-05-21",
"url": "https://www.ibm.com/support/pages/node/7273703"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7273774 vom 2026-05-21",
"url": "https://www.ibm.com/support/pages/node/7273774"
}
],
"source_lang": "en-US",
"title": "IBM App Connect Enterprise: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-05-21T22:00:00.000+00:00",
"generator": {
"date": "2026-05-22T10:40:37.473+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2026-1654",
"initial_release_date": "2026-05-21T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-05-21T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "Certified Container \u003c13.1.0",
"product": {
"name": "IBM App Connect Enterprise Certified Container \u003c13.1.0",
"product_id": "T054531"
}
},
{
"category": "product_version",
"name": "Certified Container 13.1.0",
"product": {
"name": "IBM App Connect Enterprise Certified Container 13.1.0",
"product_id": "T054531-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:app_connect_enterprise:certified_container__13.1.0"
}
}
},
{
"category": "product_version_range",
"name": "Certified Container \u003c12.0.24",
"product": {
"name": "IBM App Connect Enterprise Certified Container \u003c12.0.24",
"product_id": "T054532"
}
},
{
"category": "product_version",
"name": "Certified Container 12.0.24",
"product": {
"name": "IBM App Connect Enterprise Certified Container 12.0.24",
"product_id": "T054532-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:app_connect_enterprise:certified_container__12.0.24"
}
}
},
{
"category": "product_version_range",
"name": "Certified Container \u003c13.0.7.2",
"product": {
"name": "IBM App Connect Enterprise Certified Container \u003c13.0.7.2",
"product_id": "T054533"
}
},
{
"category": "product_version",
"name": "Certified Container 13.0.7.2",
"product": {
"name": "IBM App Connect Enterprise Certified Container 13.0.7.2",
"product_id": "T054533-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:app_connect_enterprise:certified_container__13.0.7.2"
}
}
},
{
"category": "product_version_range",
"name": "Certified Container \u003c12.0.12.26",
"product": {
"name": "IBM App Connect Enterprise Certified Container \u003c12.0.12.26",
"product_id": "T054534"
}
},
{
"category": "product_version",
"name": "Certified Container 12.0.12.26",
"product": {
"name": "IBM App Connect Enterprise Certified Container 12.0.12.26",
"product_id": "T054534-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:app_connect_enterprise:certified_container__12.0.12.26"
}
}
}
],
"category": "product_name",
"name": "App Connect Enterprise"
}
],
"category": "vendor",
"name": "IBM"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-23337",
"product_status": {
"known_affected": [
"T054534",
"T054533",
"T054532",
"T054531"
]
},
"release_date": "2026-05-21T22:00:00.000+00:00",
"title": "CVE-2021-23337"
},
{
"cve": "CVE-2026-27141",
"product_status": {
"known_affected": [
"T054534",
"T054533",
"T054532",
"T054531"
]
},
"release_date": "2026-05-21T22:00:00.000+00:00",
"title": "CVE-2026-27141"
},
{
"cve": "CVE-2026-4800",
"product_status": {
"known_affected": [
"T054534",
"T054533",
"T054532",
"T054531"
]
},
"release_date": "2026-05-21T22:00:00.000+00:00",
"title": "CVE-2026-4800"
},
{
"cve": "CVE-2026-33750",
"product_status": {
"known_affected": [
"T054534",
"T054533"
]
},
"release_date": "2026-05-21T22:00:00.000+00:00",
"title": "CVE-2026-33750"
},
{
"cve": "CVE-2026-40186",
"product_status": {
"known_affected": [
"T054534",
"T054533"
]
},
"release_date": "2026-05-21T22:00:00.000+00:00",
"title": "CVE-2026-40186"
},
{
"cve": "CVE-2026-40895",
"product_status": {
"known_affected": [
"T054534",
"T054533"
]
},
"release_date": "2026-05-21T22:00:00.000+00:00",
"title": "CVE-2026-40895"
},
{
"cve": "CVE-2026-41305",
"product_status": {
"known_affected": [
"T054534",
"T054533"
]
},
"release_date": "2026-05-21T22:00:00.000+00:00",
"title": "CVE-2026-41305"
},
{
"cve": "CVE-2026-41650",
"product_status": {
"known_affected": [
"T054534",
"T054533"
]
},
"release_date": "2026-05-21T22:00:00.000+00:00",
"title": "CVE-2026-41650"
},
{
"cve": "CVE-2026-42264",
"product_status": {
"known_affected": [
"T054534",
"T054533"
]
},
"release_date": "2026-05-21T22:00:00.000+00:00",
"title": "CVE-2026-42264"
},
{
"cve": "CVE-2026-41242",
"product_status": {
"known_affected": [
"T054534",
"T054533",
"T054532",
"T054531"
]
},
"release_date": "2026-05-21T22:00:00.000+00:00",
"title": "CVE-2026-41242"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.